search_datasets
Pack: dane-gov-pl · Endpoint: https://gateway.pipeworx.io/dane-gov-pl/mcp
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
| Name | Type | Required | Description |
|---|---|---|---|
q | string | no | Full-text query (Polish or English), e.g. “budżet”, “health”, “powietrze”. |
page | integer | no | Page number (default 1). |
per_page | integer | no | Results per page, 1-100 (default 20). |
sort | string | no | Sort field, e.g. “id”, “-created”, “title”. Default “id”. |
lang | string | no | Language hint “en” or “pl”; only some portal fields are translated. |
Example call
curl -X POST https://gateway.pipeworx.io/dane-gov-pl/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_datasets","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"dane-gov-pl": {
"url": "https://gateway.pipeworx.io/dane-gov-pl/mcp"
}
}
}
See Getting Started for client-specific install steps.