search_datasets
ActiveTool of Dane Gov Pl
Search/list datasets on Poland's national open data portal (dane.gov.pl). Returns a JSON:API list of datasets with id, title, notes, slug, institution and resource count. Content is mostly Polish; q accepts Polish or English. Use the returned dataset id with dataset_details / list_resources.
Parameters schema
{
"type": "object",
"properties": {
"q": {
"type": "string",
"description": "Full-text query (Polish or English), e.g. \"budżet\", \"health\", \"powietrze\"."
},
"lang": {
"type": "string",
"description": "Language hint \"en\" or \"pl\"; only some portal fields are translated."
},
"page": {
"type": "integer",
"description": "Page number (default 1)."
},
"sort": {
"type": "string",
"description": "Sort field, e.g. \"id\", \"-created\", \"title\". Default \"id\"."
},
"per_page": {
"type": "integer",
"description": "Results per page, 1-100 (default 20)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Dane Gov Pl
https://github.com/pipeworx-io/mcp-dane-gov-pl
1/7 registries