datagouv-mcp
Verified Safeby datagouv
Overview
An MCP server enabling AI chatbots to search, explore, and analyze datasets from data.gouv.fr, the French national Open Data platform.
Installation
docker compose up -dEnvironment Variables
- MCP_HOST
- MCP_PORT
- DATAGOUV_ENV
Security Notes
The `download_and_parse_resource` tool allows downloading files from an arbitrary URL derived from a `resource_id`. While intended for legitimate open data, in an LLM context, it introduces a potential risk of an LLM being prompted to fetch data from malicious or controlled external sources. This could be leveraged for reconnaissance or to consume network/storage resources, despite the `max_size_mb` and `max_rows` limits. The server itself implements good transport security features like DNS rebinding protection and allowed origins.
Similar Servers
gpt-researcher
The GPT Researcher MCP Server enables AI assistants to conduct comprehensive web research and generate detailed, factual, and unbiased reports. It supports multi-agent workflows, local document analysis, and integration with external tools via the Machine Conversation Protocol (MCP) for various research tasks.
dbt-mcp
Provides a Model Context Protocol (MCP) server that exposes various dbt-related functionalities (CLI, Semantic Layer, Discovery, Admin API, Code Generation, LSP) as tools for AI agents to interact with dbt projects in Core, Fusion, and Platform environments.
mcp-server
Provides a Model Context Protocol (MCP) server for AI agents to search and retrieve curated documentation for the Strands Agents framework, facilitating AI coding assistance.
mcp-node
Enables natural language interaction with Algolia data through Claude Desktop by exposing Algolia APIs via the Model Context Protocol (MCP).