D
About
Official MCP server for data.gouv.fr, the French national Open Data platform. Enables AI chatbots to search, explore, and analyze datasets from France's central data repository through conversation.
Features
Datasets (Static Data Files)
- Search datasets by keywords with pagination
- Get detailed dataset information including metadata, organization, tags, license
- List dataset resources (files) with format, size, and download URLs
- Query resource data via the Tabular API for CSV/Excel files
- Search organizations that publish data on the platform
Third-Party APIs
- Search cataloged APIs (e.g., Adresse API, Sirene API)
- Get API metadata including base URL, OpenAPI spec, license
- Fetch OpenAPI specifications with endpoint summaries
Metrics
- Get usage metrics (visits, downloads) for datasets and resources
Usage
The server provides read-only access to France's national Open Data platform. No API key required. A public hosted instance is available at https://mcp.data.gouv.fr/mcp.
Recommended workflow for datasets:
- Use
search_datasetsto find datasets by keywords - Use
list_dataset_resourcesto see available files - Use
query_resource_datato preview data (default 20 rows) - For large datasets, paginate or use
get_resource_infoto retrieve raw file URL
Recommended workflow for APIs:
- Use
search_dataservicesto find cataloged APIs - Use
get_dataservice_infofor metadata and documentation - Use
get_dataservice_openapi_specfor endpoints and parameters - Call the API directly using the base URL
Notes
- Supports CSV files ≤100 MB and XLSX files ≤12.5 MB via Tabular API
- Metrics tool only works with production environment
- Uses Streamable HTTP transport only (STDIO and SSE not supported)
This server runs through your single 1Server connection. No extra config required.
0Installs
1.4KStars
Categories
DataSearchAPIGovernment
Links
Tags
Official