MCP.so
Sign In

Data Gouv MCP Server

@MCP-Mirror

About Data Gouv MCP Server

Mirror of

Basic information

Category

Data & Analytics

Runtime

node

Transports

stdio

Publisher

MCP-Mirror

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

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

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.

Comments

More Data & Analytics MCP servers