czeonia
Pack: cnb-cz · Endpoint: https://gateway.pipeworx.io/cnb-cz/mcp
CZEONIA — the Czech Overnight Index Average (the reference rate for actual overnight CZK interbank deposits) for a given day. Returns validFor, the overnight rate (percent) and traded volume in CZK millions. Omit date for the latest. Verified live.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
date | string | no | Day in YYYY-MM-DD, e.g. “2026-05-27”. Omit for the latest. Weekends/holidays return the last valid working-day value. |
Example call
curl -X POST https://gateway.pipeworx.io/cnb-cz/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"czeonia","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"cnb-cz": {
"url": "https://gateway.pipeworx.io/cnb-cz/mcp"
}
}
}
See Getting Started for client-specific install steps.