datagouv-mcp
Related Servers
Alternatives to datagouv-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceMCP server for the French open-data catalogue data.gouv.fr, enabling dataset search and retrieval, organization lookup, and reuse discovery via natural language queries.1 npmMIT
- AlicenseAqualityDmaintenanceMCP server for exploring French public open data via APIs like data.gouv.fr, geo.api.gouv.fr, INSEE Sirene, and Radio France.11MIT
- AlicenseNot gradedqualityFmaintenanceThis MCP server provides access to over 38 French public data sources. It enables queries on legal, fiscal, real estate, educational, and other administrative information.6MIT
- AlicenseNot gradedqualityBmaintenanceAn MCP server that connects to open data portals like CKAN and Socrata, enabling natural language querying of datasets via Claude.MIT
- FlicenseNot gradedqualityDmaintenanceAn MCP server that enables interaction with Datagouv APIs, primarily allowing users to search for up-to-date information about companies registered in France.11-
- AlicenseAqualityDmaintenanceMCP server that enables AI chatbots to search, explore, and obtain download links for datasets from the Republic of Azerbaijan's Open Data Portal (opendata.az).31MIT
TDQS
Scored across 10 tools
Each tool targets a distinct resource type and action: search tools cover datasets, organizations, and dataservices separately; info tools provide detailed metadata for each; query_resource_data and list_dataset_resources clearly differ in purpose (querying vs. enumeration). No two tools appear to serve the same function.
All tools follow a consistent verb_noun pattern in snake_case: search_datasets, get_dataset_info, list_dataset_resources, query_resource_data, etc. The verbs (search, get, list, query) are used predictably and match the tool's action, with no mixed conventions.
At 10 tools, the set is well-scoped for a data catalog MCP server. Each tool addresses a necessary part of the workflow (search, metadata retrieval, data querying, metrics), and there are no redundant or unnecessary tools.
The surface covers the full read-only lifecycle of the data.gouv.fr catalog: searching for datasets/organizations/dataservices, getting detailed info on each, listing resources, querying tabular data, fetching OpenAPI specs, and retrieving metrics. No essential operations appear missing for typical use cases.