datasets
ActiveTool of Opendatasoft
declared in 0.1.0
Search datasets on any Opendatasoft portal (default public.opendatasoft.com) by keyword, with optional sort and facet filters; returns dataset IDs, titles, and field summaries.
Parameters schema
{
"type": "object",
"examples": [
{
"q": "population",
"rows": 10
},
{
"q": "climate",
"sort": "-modified",
"facet": "theme,license",
"instance": "public.opendatasoft.com"
}
],
"properties": {
"q": {
"type": "string"
},
"rows": {
"type": "number"
},
"sort": {
"type": "string"
},
"facet": {
"type": "string",
"description": "Comma-sep facets to include."
},
"start": {
"type": "number"
},
"instance": {
"type": "string",
"description": "Default public.opendatasoft.com."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Opendatasoft
https://github.com/pipeworx-io/mcp-opendatasoft
1/7 registries