Discover and explore top open-source AI tools and projects—updated daily.
datagouvConversational access to French Open Data for AI
Top 35.1% on SourcePulse
This project provides an official Model Context Protocol (MCP) server for data.gouv.fr, the French national Open Data platform. It enables AI chatbots like Claude, ChatGPT, and Gemini to search, explore, and analyze datasets through conversational queries, offering a direct and efficient way to access open data without manual website navigation.
How It Works
The MCP server acts as an intermediary, translating natural language requests from AI chatbots into actionable queries against data.gouv.fr's catalog of datasets and dataservices. It leverages the Streamable HTTP transport protocol to facilitate communication. The server exposes a suite of tools for discovering datasets, retrieving detailed metadata, listing dataset resources, querying tabular data via the Tabular API, downloading and parsing large files, searching external dataservices (APIs), and fetching usage metrics for datasets and resources.
Quick Start & Requirements
https://mcp.data.gouv.fr/mcp.uv is supported.uv (for manual setup), Node.js with npx (for the MCP Inspector interactive testing tool).npx @modelcontextprotocol/inspector.Highlighted Details
Maintenance & Community
The project outlines contribution guidelines emphasizing small, focused Pull Requests and human review. Code quality is maintained through Ruff for linting/formatting and ty for type checking, with pre-commit hooks automating these checks. A tag_version.sh script manages releases, tags, and changelog updates. No specific community channels (e.g., Discord, Slack) are listed.
Licensing & Compatibility
This project is licensed under the MIT License, permitting broad use, modification, and distribution, including for commercial purposes.
Limitations & Caveats
The MCP server currently exposes only read-only tools. It exclusively supports the Streamable HTTP transport protocol; STDIO and SSE transports are not implemented. The get_metrics tool is restricted to the production environment of data.gouv.fr.
1 day ago
Inactive