# cnb MCP server

Czech National Bank daily FX rates: CZK exchange rates, currency conversion, history

## Links
- Registry page: https://www.getdrio.com/mcp/dev-cz-agents-cnb
- Repository: https://github.com/martinhavel/cz-agents-mcp
- Website: https://cz-agents.dev

## Install
- Command: `npx -y @czagents/cnb`
- Endpoint: https://cnb.cz-agents.dev/mcp
- Auth: Not captured

## Setup notes
- Package: Npm @czagents/cnb v0.1.4
- Remote endpoint: https://cnb.cz-agents.dev/mcp

## Tools
- 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. Endpoint: https://cnb.cz-agents.dev/mcp
- 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. Endpoint: https://cnb.cz-agents.dev/mcp
- get_rate - Quick single-currency lookup. Returns just the CZK rate for one currency (or all rates if no code given). Endpoint: https://cnb.cz-agents.dev/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: dev.cz-agents
- Version: 0.1.4
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Apr 26, 2026
- Source: https://registry.modelcontextprotocol.io
