list_datasets
Pack: czso-cz · Endpoint: https://gateway.pipeworx.io/czso-cz/mcp
Browse the Czech Statistical Office (ČSÚ) open-data catalog of datasets (‘datové sady’).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | no | Case-insensitive substring matched against the Czech title (nazev), e.g. “rozvody”, “inflace”, “mzdy”. |
limit | number | no | Max rows to return (default 25, max 200). |
offset | number | no | Rows to skip for paging (default 0). |
Example call
curl -X POST https://gateway.pipeworx.io/czso-cz/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_datasets","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"czso-cz": {
"url": "https://gateway.pipeworx.io/czso-cz/mcp"
}
}
}
See Getting Started for client-specific install steps.