Data Gouv MCP Server
by csonigo
This MCP server interacts with Datagouv APIs, specifically the API Recherche Entreprises. It uses HTTP+SSE transport as defined in MCP.
Last updated: N/A
What is Data Gouv MCP Server?
The Data Gouv MCP Server is a server that allows interaction with the Datagouv APIs, particularly the API Recherche Entreprises, using the HTTP+SSE transport protocol defined in MCP.
How to use Data Gouv MCP Server?
To use the server, install Node 22 and pnpm 10, then install dependencies using pnpm install
. Run the server with pnpm run dev
. Configure your MCP client to use the server by specifying the URL (e.g., http://localhost:3001/sse
). You can debug the server using the MCP Inspector with pnpm run inspector
and accessing it in your browser.
Key features of Data Gouv MCP Server
search-company: Find up-to-date information about companies in France
HTTP+SSE transport
MCP compatible
Easy installation
Debugging support with MCP Inspector
Use cases of Data Gouv MCP Server
Retrieving company information from Datagouv
Integrating French company data into applications
Building MCP-based applications using Datagouv data
Searching for companies by name, address, or CEO
Accessing company director lists and sector information
FAQ from Data Gouv MCP Server
What APIs does this server support?
What APIs does this server support?
Currently, it specifically supports the API Recherche Entreprises from Datagouv.
What is MCP?
What is MCP?
MCP stands for Model Context Protocol. It's a protocol for communication between different software components.
What is HTTP+SSE transport?
What is HTTP+SSE transport?
HTTP with Server-Sent Events (SSE) is a transport protocol used for real-time, one-way communication from the server to the client.
What are the requirements to run this server?
What are the requirements to run this server?
You need Node 22 (lts/jod
) and pnpm 10 installed on your system.
How do I debug this server?
How do I debug this server?
You can use the MCP Inspector to debug the server. Run pnpm run inspector
and access the inspector in your browser.