Skip to main content
Glama

Data Gouv MCP Server

by csonigo

Servidor MCP de Data Gouv

Servidor MCP para interactuar con las API de Datagouv . En concreto:

Este servidor MCP utiliza el transporte HTTP+SSE definido en MCP

Características

Herramientas

  • search-company - Encuentre información actualizada (nombre, dirección, lista de directores, sector, etc.) sobre una empresa que cotiza en Francia proporcionando una consulta de búsqueda (nombre de la empresa, del director general, dirección, etc.)

Instalación

Siga esas instrucciones para ejecutar el servidor MCP de Data Gouv en su host.

Requisitos

  • Nodo 22 ( lts/jod )
  • pnpm 10

Instrucciones

  • Instalar dependencias:
pnpm install
  • Ejecutar el servidor:
pnpm run dev
  • Configure su cliente MCP favorito para utilizar este nuevo servidor:
{ "mcpServers": { "data-gouv": { "url": "http://localhost:3001/sse" } } }

Depuración

Inicie el Inspector MCP para depurar este servidor, que está disponible como un script de paquete:

pnpm run inspector

Acceda al inspector en su navegador en http://localhost:5173

Reconocimiento

-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Un servidor MCP que permite la interacción con las API de Datagouv, permitiendo principalmente a los usuarios buscar información actualizada sobre empresas registradas en Francia.

  1. Características
    1. Herramientas
  2. Instalación
    1. Requisitos
    2. Instrucciones
    3. Depuración
  3. Reconocimiento

    Related MCP Servers

    • -
      security
      A
      license
      -
      quality
      This MCP server provides access to TripAdvisor data for planning vacations, enabling users to search for and get details about locations, attractions, restaurants, and hotels through an interactive planning experience.
      Last updated -
      1
      Python
      Apache 2.0
      • Linux
      • Apple
    • -
      security
      A
      license
      -
      quality
      MCP server for using various search tools like Tavily API. Planning to support various search tools (i.e. wiki search, searxng, etc)
      Last updated -
      1
      Python
      MIT License
      • Apple
      • Linux
    • A
      security
      F
      license
      A
      quality
      An MCP server implementation that enables interaction with the Unstructured API, providing tools to list, create, update, and manage sources, destinations, and workflows.
      Last updated -
      39
      28
      • Apple
    • -
      security
      A
      license
      -
      quality
      An MCP server for interacting with Google's Chronicle Security Operations suite, enabling users to search security events, get alerts, look up entities, list security rules, and retrieve IoC matches.
      Last updated -
      5
      Python
      Apache 2.0

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/csonigo/datagouv-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server