Data Gouv MCP Server logo

Data Gouv MCP Server

by MCP-Mirror

This MCP server interacts with Datagouv APIs, specifically the API Recherche Entreprises, using HTTP+SSE transport. It allows users to find up-to-date information about companies listed in France.

View on GitHub

Last updated: N/A

What is Data Gouv MCP Server?

The Data Gouv MCP Server is an MCP server designed to interact with the Datagouv APIs, particularly the API Recherche Entreprises. It uses HTTP+SSE transport as defined in MCP.

How to use Data Gouv MCP Server?

To use the server, install Node 22 and pnpm 10, then install dependencies using pnpm install. Run the server with pnpm run dev. Configure your MCP client to use the server by setting the URL to http://localhost:3001/sse.

Key features of Data Gouv MCP Server

  • search-company: Find up-to-date information about companies in France

Use cases of Data Gouv MCP Server

  • Finding company information

  • Integrating French company data into applications

  • Accessing up-to-date business data

FAQ from Data Gouv MCP Server

What is MCP?

MCP stands for Model Context Protocol.

What APIs does this server support?

Currently, it supports the Datagouv API Recherche Entreprises.

What transport protocol is used?

HTTP+SSE is used as the transport protocol.

How do I debug the server?

Use the MCP Inspector by running pnpm run inspector and accessing it at http://localhost:5173.

What are the requirements to run this server?

Node 22 (lts/jod) and pnpm 10 are required.