The Data Gouv MCP Server is a specialized tool designed to interact with the Data.gouv.fr API, specifically leveraging the API Recherche Entreprises. It uses the HTTP+SSE transport as defined in the Model Context Protocol (MCP) to provide seamless integration and data retrieval.
search-company
: Retrieve up-to-date information about companies listed in France. This includes details such as the company name, address, list of directors, sector, and more. The search can be performed using various query parameters like the company name, CEO name, or address.Follow these steps to set up and run the Data Gouv MCP Server on your local machine.
lts/jod
)shell
pnpm install
shell
pnpm run dev
json
{
"mcpServers": {
"data-gouv": {
"url": "http://localhost:3001/sse"
}
}
}
To debug the server, use the MCP Inspector:
pnpm run inspector
Access the inspector in your browser at http://localhost:5173
.
This project is an MCP server designed to interact with the Data.gouv.fr API, providing users with a streamlined way to access and utilize public data.