Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • OpenSearch MCP Server
  • TripAdvisor Vacation Planner MCP Server
  • Image Generation MCP Server
  • MCP Pokemon Server
  • Rami Levy MCP Server
Back to MCP Servers
Data Gouv MCP Server

Data Gouv MCP Server

Public
csonigo/datagouv-mcp-server

An MCP server that enables interaction with Datagouv APIs, primarily allowing users to search for up-to-date information about companies registered in France.

Verified
typescript
0 tools
May 30, 2025
Updated May 30, 2025

Data Gouv MCP Server

MCP server for interacting with Datagouv APIs. Specifically:

  • API Recherche Entreprises

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

  • Frederic Barthelet who allowed me to hit the ground running with building an MCP server in ts.
  • Matt Pocock and his always welcome neat TS tricks specifically in the context of writting your own MCP server on AI Hero: https://www.aihero.dev/publish-your-mcp-server-to-npm
Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • OpenSearch MCP Server
    OpenSearch MCP Server

    A Model Context Protocol server implementation that enables natural language interactions with OpenS...

    6 tools
    Added May 30, 2025
  • TripAdvisor Vacation Planner MCP Server
    TripAdvisor Vacation Planner MCP Server

    This MCP server provides access to TripAdvisor data for planning vacations, enabling users to search...

    Added May 30, 2025
  • Image Generation MCP Server
    Image Generation MCP Server

    A Model Context Protocol server that enables generation of high-quality images using the Flux.1 Schn...

    1 tools
    Added May 30, 2025
  • MCP Pokemon Server
    MCP Pokemon Server

    An MCP server implementation that enables users to interact with the PokeAPI to fetch Pokemon inform...

    Added May 30, 2025
  • Rami Levy MCP Server
    Rami Levy MCP Server

    Enables interaction with the Rami Levy Online Grocery Store API, allowing users to perform product s...

    4 tools
    Added May 30, 2025