Connects Claude to the Czech National Bank's public APIs for real-time financial data without requiring authentication. Part of the Pipeworx gateway ecosystem that bundles 250+ data sources behind a single MCP interface. You can call tools directly or use the ask_pipeworx wrapper to query in plain English and let the gateway route requests automatically. Useful when you need CNB exchange rates, monetary policy data, or Czech financial statistics in your workflows. Runs over streamable HTTP, so no local installation needed. The source repository doesn't list specific tools, but given CNB's public APIs, expect currency exchange rates and economic indicators.
Czech National Bank (Česká národní banka, ČNB) public API MCP. Keyless.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"cnb-cz": {
"url": "https://gateway.pipeworx.io/cnb-cz/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Cnb Cz data" })
The gateway picks the right tool and fills the arguments automatically.
MIT