Back to Home
datagouv icon

datagouv-mcp

Verified Safe

by datagouv

Overview

The data.gouv.fr MCP server enables AI chatbots to search, explore, and analyze datasets from the French national Open Data platform directly through conversation.

Installation

Run Command
docker compose up -d

Environment Variables

  • MCP_PORT
  • DATAGOUV_ENV

Security Notes

The server uses `httpx` for all external API calls, with appropriate timeouts. It defines API endpoints in `env_config.py` which are public data.gouv.fr URLs. No hardcoded secrets were found; the README explicitly states no API keys are required for read-only tools. The `download_and_parse_resource` tool downloads content from external URLs specified in resource metadata. While this tool includes `max_size_mb` (500 MB) and `max_rows` (1000) limits to mitigate abuse, downloading and parsing arbitrary external content (even from data.gouv.fr links) always carries inherent risks, such as potential for parsing vulnerabilities or large file attacks, despite the implemented safeguards. No `eval` or similar dangerous patterns were identified in the source code.

Similar Servers

Stats

Interest Score71
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars21
Forks1
Last Update2025-12-10

Tags

Open DataAI Chatbot Integrationdata.gouv.frModel Context ProtocolPython