get_data

Pack: czso-cz · Endpoint: https://gateway.pipeworx.io/czso-cz/mcp

Fetch the actual observations/values for a ČSÚ dataset as JSON-stat 2.0 (dimensions in id/dimension,

Parameters

NameTypeRequiredDescription
kodstringyesDataset id, e.g. “OBY05B03”. Get it from list_datasets.
verzestringnoDataset version. Optional — defaults to the latest version from the catalog.
langstringnoAccept-Language for labels, e.g. “en” or “cs” (default). Most category labels are Czech-only regardless.

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":"get_data","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.

Regenerated from source · build June 1, 2026