Data Gouv MCP Server
@MCP-Mirror
About Data Gouv MCP Server
Mirror of
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"data-gouv": {
"type": "http",
"url": "http://localhost:3001/sse"
}
}
}Tools
1Find 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.)
Overview
What is Data Gouv MCP Server?
Data Gouv MCP Server is a Model Context Protocol server that provides tools to interact with French government open data APIs, specifically the API Recherche Entreprises. It is intended for developers and AI assistants that need to look up up-to-date company information in France.
How to use Data Gouv MCP Server?
Install Node 22 and pnpm, then run pnpm install and pnpm run dev to start the server. Configure your MCP client with a server entry using the URL http://localhost:3001/sse. Use the tool search-company with a query to find company details.
Key features of Data Gouv MCP Server
- Tool to search French companies by name, CEO, address, etc.
- Returns name, address, directors, sector, and more.
- Uses HTTP+SSE transport for MCP.
- Built with Node 22 and pnpm.
- Includes MCP Inspector for debugging.
Use cases of Data Gouv MCP Server
- Retrieve current company registration data for due diligence.
- Look up a company’s legal address and leadership for compliance checks.
- Integrate French business registry lookups into AI agent workflows.
FAQ from Data Gouv MCP Server
What data source does this server use?
It uses the API Recherche Entreprises (recherche-entreprises.api.gouv.fr) from the French government's open data platform.
What tools are provided?
The server provides one tool: search-company, which searches for French companies and returns name, address, directors, sector, and other details.
What are the runtime requirements?
Node 22 (lts/jod) and pnpm 10 are required. The server runs locally and listens on port 3001.
How do I connect this server to my MCP client?
Add a server entry in your MCP client configuration with "url": "http://localhost:3001/sse" under the mcpServers key.
Does this server support authentication or alternative transports?
No authentication is mentioned; the server uses HTTP+SSE transport only, as defined in the MCP specification.
More Data & Analytics MCP servers
Healthcare MCP Server
CicatriizA Model Context Protocol (MCP) server providing AI assistants with access to healthcare data and medical information tools, including FDA drug info, PubMed, medRxiv, NCBI Bookshelf, clinical trials, ICD-10, DICOM metadata, and a medical calculator.
Deep Research
u14appUse any LLMs (Large Language Models) for Deep Research. Support SSE API and MCP server.
Web3 Research MCP
aaronjmarsDeep Research for crypto - free & fully local
arxiv-latex MCP Server
takashiishidaMCP server that uses arxiv-to-prompt to fetch and process arXiv LaTeX sources for precise interpretation of mathematical expressions in scientific papers.
HubSpot MCP Server
peakmojoA Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data, providing built-in vector storage and caching mechanisms help overcome HubSpot API limitations while improving response times.
Comments