MCP.so
ログイン

Data Gouv MCP Server

@MCP-Mirror

Data Gouv MCP Server について

Mirror of

基本情報

カテゴリ

データと分析

ランタイム

node

トランスポート

stdio

公開者

MCP-Mirror

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "data-gouv": {
      "type": "http",
      "url": "http://localhost:3001/sse"
    }
  }
}

ツール

1

Find 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.

コメント

「データと分析」の他のコンテンツ