Skip to content
Back to search
100
MCP live v0.1.4 MCP 2025-11-25 streamable-http

dev.cz-agents/cnb

dev.cz-agents/cnb

Official ČNB exchange rates — daily & historical CZK vs EUR, USD, 30+ currencies. For accounting.

Uptime
100.0%
1 direct probes · 30d
Response
455ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

get_rates

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

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.

get_rate

Quick single-currency lookup. Returns just the CZK rate for one currency (or all rates if no code given).

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"
    }
  }
}