JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 193
  • Score
    100M100P100Q87631F
  • License MIT

MCP server for ČNB (Czech National Bank) — daily FX rates, currency conversion

Package Exports

  • @czagents/cnb
  • @czagents/cnb/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@czagents/cnb) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@czagents/cnb

Czech National Bank (ČNB) FX-rate MCP server — official daily CZK exchange rates and currency conversion.

Install

npm install -g @czagents/cnb

Usage with Claude Desktop

{
  "mcpServers": {
    "cnb": {
      "command": "npx",
      "args": ["-y", "@czagents/cnb"]
    }
  }
}

Tools

  • get_rates — full daily FX sheet (~31 majors). Optional date (YYYY-MM-DD) for historical rates; otherwise latest.
  • convert — convert an amount between two currencies via the official CZK cross-rate. Optional date for historical conversion.
  • get_rate — single-currency lookup; returns just the CZK rate for one currency code.

Example prompts:

What's the CZK/EUR rate today?

Convert 100 USD to CZK at the rate from 2024-01-15.

Self-host

Source: https://github.com/martinhavel/cz-agents-mcp

git clone https://github.com/martinhavel/cz-agents-mcp
cd cz-agents-mcp
npm install
npm run build
node packages/cnb/dist/index.js

Free tier & pricing

ČNB exposes the rate sheet for free. The hosted endpoint at https://cnb.cz-agents.dev/mcp is rate-limited per IP. Higher limits and commercial use: https://cz-agents.dev/pricing

License

MIT — see LICENSE