Overview
What is Data Gouv MCP Server?
Data Gouv MCP Server is a server designed for interacting with the Data.gouv.fr API, specifically for accessing various data services related to companies in France.
How to use Data Gouv MCP Server?
To use the Data Gouv MCP Server, install the required dependencies, run the server, and configure your MCP client to connect to it.
Key features of Data Gouv MCP Server?
- Provides a
search-companytool to find up-to-date information about companies in France. - Utilizes HTTP+SSE transport for real-time data interaction.
- Easy installation and setup instructions.
Use cases of Data Gouv MCP Server?
- Searching for company information such as name, address, and directors.
- Integrating with other applications that require access to French company data.
- Debugging and inspecting MCP server interactions using the MCP Inspector.
FAQ from Data Gouv MCP Server?
- What are the requirements to run the server?
You need Node 22 and pnpm 10 to run the Data Gouv MCP Server.
- How do I install the server?
You can install it by running
pnpm installafter cloning the repository.
- Can I debug the server?
Yes, you can use the MCP Inspector to debug the server.