exchange_rates

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

ČNB official daily exchange rates against the Czech koruna (CZK) for a given day. Returns one entry per listed currency (~30 currencies, e.g. USD, EUR, GBP, JPY) with country, currency, currencyCode, amount and rate. The rate is CZK per amount units of that currency. Omit date for the latest published rates. Verified live.

Parameters

NameTypeRequiredDescription
datestringnoDay in YYYY-MM-DD, e.g. “2026-05-27”. Omit for the latest published rates. Weekends/holidays return the last valid working-day rates.
langstringnoLabel language: “EN” (default) or “CZ”.

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

Regenerated from source · build June 1, 2026