Command Palette

Search for a command to run...

UnylyUnyly
Browse all

French Business Search

FreeNot checked

Connects to the French government's API Recherche Entreprises to retrieve detailed business information including names, addresses, directors, and sector data b

GitHubEmbed

About

Connects to the French government's API Recherche Entreprises to retrieve detailed business information including names, addresses, directors, and sector data based on search queries.

README

Data Gouv MCP Server

MCP server for interacting with Datagouv APIs. Specifically:

This MCP server uses HTTP+SSE transport defined in MCP

Features

Tools

  • search-company - 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.)

Installation

Follow those instructions to run Data Gouv MCP server on your host.

Requirements

  • Node 22 (lts/jod)
  • pnpm 10

Instructions

  • Install dependencies:
pnpm install
  • Run the server:
pnpm run dev
  • Configure your favorite MCP client to use this new server:
{
  "mcpServers": {
    "data-gouv": {
      "url": "http://localhost:3001/sse"
    }
  }
}

Debugging

Start the MCP Inspector to debug this server, which is available as a package script:

pnpm run inspector

Access the inspector in your browser at http://localhost:5173

Acknowledgment

from github.com/csonigo/datagouv-mcp-server

Installing French Business Search

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/csonigo/datagouv-mcp-server

FAQ

Is French Business Search MCP free?

Yes, French Business Search MCP is free — one-click install via Unyly at no cost.

Does French Business Search need an API key?

No, French Business Search runs without API keys or environment variables.

Is French Business Search hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install French Business Search in Claude Desktop, Claude Code or Cursor?

Open French Business Search on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare French Business Search with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs