MCP Recherche d'entreprises
This server enables searching for French companies using two main methods:
Textual Search: Find companies by name, address, directors (dirigeants), or elected officials (élus), with filters for:
Geographic areas (EPCI, region, department, commune, postal code)
Certifications (RGE, ESS, Bio, Qualiopi, FINESS)
Company characteristics (legal status, size category, employee count)
Financial metrics (turnover, net result)
Legal categories (associations, public services, société à mission)
Geographic Search: Locate companies within a radius (up to 50km) around specified coordinates, filterable by activity codes (NAF/APE) or activity sections
Both search types support pagination and customizable response detail levels.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Recherche d'entreprisesfind companies in Paris with NAF code 62.01A"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Business Search
This MCP (API Connection Module) allows you to interact with the Business Search API provided by data.gouv.fr.
Description
The Business Search API allows you to search and find French companies. It offers two types of searches:
Text search (name, address, leaders and elected officials)
Geographic search
Related MCP server: INSEE MCP Server
Features
The MCP allows you to:
Search for companies by different criteria
Filter results by multiple parameters
Access essential company information (name, SIREN, SIRET, NAF code)
Perform geographic searches around a point with the following parameters:
Latitude and longitude of the search point
Search radius (up to 50km)
Activity filters (NAF code, activity section)
Results pagination
Source
This MCP is based on the official data.gouv.fr API: Business Search API
Limitations
The API has some limitations:
Does not provide access to predecessors and successors of an establishment
Does not allow access to non-disseminable companies
Does not allow access to companies that have been refused registration with the RCS
The geographic search radius is limited to a maximum of 50km
Technical limitations
Limit of 7 calls per second
Availability: 100% over the last month
Access: Open to all
Use
As a user
The easiest way to use this MCP is via npx :
npx mcp-recherche-entreprisesAs a developer
Installing dependencies:
npm installProject build:
npm run buildThis command will:
Compile TypeScript files to JavaScript
Place them in the
dist/folderMake JavaScript files executable
Startup :
To launch the server in development mode with the MCP Inspector (recommended for development):
npm run devTo launch the server without the Inspector:
npm startThe MCP Inspector provides a graphical interface for testing and debugging MCP requests in real time.
Use with Cursor
To use this MCP in Cursor, add the following configuration to your .cursor/settings.json file:
{
"mcpServers": {
"recherche-entreprises": {
"command": "npx mcp-recherche-entreprises"
}
}
}This configuration will allow Cursor to automatically use this MCP for business searches.
MCP Resources for Contributors
Official documentation
Development tools
MCP Inspector - Debugging and Analysis Tool
Best practices
Use the TypeScript SDK for implementation
Follow project code conventions
Implement robust error handling
Clearly document the API
Maintain compatibility with future versions
Testing and debugging
Using the Inspector for Debugging
Implement unit tests
Check compliance with the MCP specification
Analyze performance with the appropriate tools
License
This project is licensed under the MIT License. See the LICENSE file for details.
Contribution
Contributions are welcome! Check out our contribution guide for more information on how to contribute to this project.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceAn MCP server that enables interaction with Datagouv APIs, primarily allowing users to search for up-to-date information about companies registered in France.11
- FlicenseBqualityDmaintenanceEnables searching companies in the SIRENE database using SIREN, SIRET, or company name via the INSEE API.1
- Flicense-qualityBmaintenanceEnables querying French business registers (RNE, BODACC) and trademarks via INPI APIs. Provides tools to search companies, retrieve legal status, directors, beneficial owners, collective procedures, and trademark details.
- Flicense-qualityFmaintenanceEnables searching for French companies using the official data.gouv.fr API, with filters for name, location, activity, and certifications.1
Related MCP Connectors
French Companies MCP — recherche-entreprises.api.gouv.fr
French address quality, geocoding & routing from official data (BAN, INSEE, OpenStreetMap).
Company, KYB, VAT, sanctions, LEI and address data for 15 EU countries.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yoanbernabeu/mcp-recherche-entreprises'
If you have feedback or need assistance with the MCP directory API, please join our Discord server