dev.cz-agents/cnb
dev.cz-agents/cnbOfficial ČNB exchange rates — daily & historical CZK vs EUR, USD, 30+ currencies. For accounting.
Tools · 3
Get official CZK exchange rates published by ČNB. Returns all currencies from the daily sheet (~31 majors). Optional `date` parameter (YYYY-MM-DD) for historical rates; otherwise returns latest.
Convert an amount between two currencies using official ČNB rates. E.g., convert 100 EUR to CZK, or 50 USD to GBP (goes via CZK cross-rate). Optional `date` for historical conversion.
Quick single-currency lookup. Returns just the CZK rate for one currency (or all rates if no code given).
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"dev.cz-agents/cnb": {
"url": "https://cnb.cz-agents.dev/mcp",
"transport": "streamable-http"
}
}
}