MCP server exposing 6 tools for datagouv-fr.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/datagouv-fr/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search_datasets — Search the data.gouv.fr French open-data catalogue for datasets by keyword, organization slug, or tag; returns dataset titles, slugs, and resource counts with pagination.dataset — Single dataset by id or slug.resources — List all downloadable resources (CSV, JSON, XLS, API, etc.) attached to a data.gouv.fr dataset, identified by id or slug; returns file URLs, formats, and last-update dates.search_organizations — Search data.gouv.fr publishing organizations by name keyword; returns organization names, slugs, and dataset counts — use slugs to filter `search_datasets`.organization — Single organization by id or slug.reuses_search — Search data.gouv.fr reuses — third-party applications, visualisations, and analyses built on open datasets; returns titles, URLs, and linked dataset references.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/datagouv-fr/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io