Data Gouv MCP Server
@csonigo
Data Gouv MCP Server について
MCP server for interacting with Data.gouv.fr API
基本情報
設定
以下の設定を使って、このサーバーを 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?
A deprecated MCP server for interacting with Datagouv APIs, specifically the API Recherche Entreprises. It exposes a single tool to search for up‑to‑date information about companies listed in France. Users should check the official Datagouv MCP server as a replacement.
How to use Data Gouv MCP Server?
Install Node 22 and pnpm 10, then run pnpm install and pnpm run dev. Configure your MCP client with the URL http://localhost:3001/sse. Use the Inspector with pnpm run inspector for debugging.
Key features of Data Gouv MCP Server
- Single tool:
search-company - Uses HTTP‑with‑SSE transport
- Retrieves company name, address, directors, sector, etc.
- Queries the French Recherche Entreprises API
- Requires Node 22 and pnpm 10 to run
Use cases of Data Gouv MCP Server
- Look up a French company by name or CEO
- Retrieve a company’s current address and activity sector
- Obtain the list of directors for a given company
- Integrate French company data into an AI assistant workflow
FAQ from Data Gouv MCP Server
Is this server still maintained?
No, this server is deprecated. You should use the official Datagouv MCP server instead.
What are the runtime requirements?
Node 22 (lts/jod) and pnpm 10 are required.
What transport does it use?
HTTP‑with‑SSE transport, as defined in the MCP 2024‑11‑05 specification.
Where does the company data come from?
Data is retrieved from the French API Recherche Entreprises, hosted at data.gouv.fr.
How do I configure my MCP client?
Add a server entry with URL http://localhost:3001/sse under mcpServers.
「データと分析」の他のコンテンツ
Bright Data MCP
brightdataA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
🎓 Semantic Scholar MCP Server
JackKuo666🔍 This project implements a Model Context Protocol (MCP) server for interacting with the Semantic Scholar API. It provides tools for searching papers, retrieving paper and author details, and fetching citations and references.
Federal Reserve Economic Data MCP Server
stefanoamorelliOpen-source FRED MCP Server (Federal Reserve Economic Data)
HubSpot MCP Server
baryhuangA 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.
Bright Data MCP
luminati-ioA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
コメント