search_datasets
ActiveTool of Overheid Nl
declared in 0.1.0
Search the data.overheid.nl catalogue of Dutch government open data (CKAN package_search). Returns matching datasets with titles/descriptions (mostly Dutch). Query may be Dutch or English; Dutch matches more.
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"fq": {
"type": "string",
"description": "Solr filter query, e.g. \"organization:cbs-microdata\" or \"tags:onderwijs\"."
},
"rows": {
"type": "number",
"description": "Max results, 1-1000 (default 25)."
},
"sort": {
"type": "string",
"description": "Sort spec, e.g. \"metadata_modified desc\"."
},
"query": {
"type": "string",
"description": "Search terms, Dutch or English. e.g. \"onderwijs\", \"verkeer\", \"health\", \"budget\". Use \"*:*\" to match everything."
},
"start": {
"type": "number",
"description": "0-based offset for paging."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Overheid Nl
https://github.com/pipeworx-io/mcp-overheid-nl
1/7 registries