French Business Search
FreeNot checkedConnects to the French government's API Recherche Entreprises to retrieve detailed business information including names, addresses, directors, and sector data b
About
Connects to the French government's API Recherche Entreprises to retrieve detailed business information including names, addresses, directors, and sector data based on search queries.
README
Data Gouv MCP Server
MCP server for interacting with Datagouv APIs. Specifically:
This MCP server uses HTTP+SSE transport defined in MCP
Features
Tools
search-company- Find up to date information (name, address, list of directors, sector, etc.) about a company listed in France by providing a search query (name of the company, of the CEO, address, etc.)
Installation
Follow those instructions to run Data Gouv MCP server on your host.
Requirements
- Node 22 (
lts/jod) - pnpm 10
Instructions
- Install dependencies:
pnpm install
- Run the server:
pnpm run dev
- Configure your favorite MCP client to use this new server:
{
"mcpServers": {
"data-gouv": {
"url": "http://localhost:3001/sse"
}
}
}
Debugging
Start the MCP Inspector to debug this server, which is available as a package script:
pnpm run inspector
Access the inspector in your browser at http://localhost:5173
Acknowledgment
- Frederic Barthelet who allowed me to hit the ground running with building an MCP server in ts.
- Matt Pocock and his always welcome neat TS tricks specifically in the context of writting your own MCP server on AI Hero: https://www.aihero.dev/publish-your-mcp-server-to-npm
Installing French Business Search
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/csonigo/datagouv-mcp-serverFAQ
Is French Business Search MCP free?
Yes, French Business Search MCP is free — one-click install via Unyly at no cost.
Does French Business Search need an API key?
No, French Business Search runs without API keys or environment variables.
Is French Business Search hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install French Business Search in Claude Desktop, Claude Code or Cursor?
Open French Business Search on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare French Business Search with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
