Connects Claude to France's official data.gouv.fr open data catalogue through six core tools: search and retrieve datasets, fetch downloadable resources, query organizations, and browse reuses (apps and analyses built on public data). You can call tools directly or use ask_pipeworx to query in plain English and let the gateway route to the right endpoint. Useful when you need French government data, public statistics, or civic datasets without writing API clients. Part of the Pipeworx gateway ecosystem, so you can add just this source or connect to their full suite of 673+ data sources. Runs over streamable HTTP, drop the URL into any MCP client config.
data.gouv.fr MCP — French open-data catalogue.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
search_datasets | Search datasets. |
dataset | Single dataset by id or slug. |
resources | Resources (downloadable files) for a dataset. |
search_organizations | Search organizations. |
organization | Single organization by id or slug. |
reuses_search | Search reuses (apps/analyses built on datasets). |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"datagouv-fr": {
"url": "https://gateway.pipeworx.io/datagouv-fr/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Datagouv Fr data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json