exchange_rates_currency_month

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

Daily ČNB exchange rates for ONE currency across a whole month — a per-currency time series against CZK. Returns currencyCode, amount, validFor (YYYY-MM-DD) and rate for each working day in the month. Use this to chart or compare a single currency over time. Verified live.

Parameters

NameTypeRequiredDescription
currencystringyesISO currency code, e.g. “USD”, “EUR”, “GBP” (required).
yearMonthstringnoMonth in YYYY-MM, e.g. “2026-05”. Omit for the current month.
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_currency_month","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