Data Gouv MCP Server
@MCP-Mirror
关于 Data Gouv MCP Server
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"data-gouv": {
"type": "http",
"url": "http://localhost:3001/sse"
}
}
}工具
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.)
概览
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.
数据与分析 分类下的更多 MCP 服务器
MCP Deep Web Research Server (v0.3.0)
qpd-vEnhanced MCP server for deep web research
Google Analytics MCP Server
surendranbGoogle Analytics 4 data to AI agents, agentic workflows, and MCP clients. Give agents analysis-ready access to website traffic, user behavior, and performance data with schema discovery, server-side aggregation, and safe defaults that reduce data wrangling.
dbt MCP Server
dbt-labsA MCP (Model Context Protocol) server for interacting with dbt.
MCP Simple PubMed
andybrandtMCP server for searching and querying PubMed medical papers/research database
PubMed MCP Server
JackKuo666🔍 Enable AI assistants to search, access, and analyze PubMed articles through a simple MCP interface.
评论