
Cnb
Pull official Czech National Bank exchange rates into agent workflows for invoicing, multi-currency pricing, and accounting without manual ČNB lookups.
Overview
dev.cz-agents/cnb is an MCP server for the Validate phase that serves official ČNB daily and historical CZK exchange rates for accounting and pricing.
What is this MCP server?
- Official ČNB daily and historical CZK rates versus EUR, USD, and 30+ currencies
- Streamable HTTP remote at cnb.cz-agents.dev or local stdio via npx @czagents/cnb
- Built for accounting-aligned workflows rather than scraped or unofficial FX feeds
- npm package @czagents/cnb (registry stdio transport)
- Part of cz-agents.dev MCP suite with published server.schema.json
- 30+ currencies supported
- Dual transport: streamable-http remote + npm stdio @czagents/cnb
- Server version 0.1.7 (package 0.1.5)
Community signal: 2 GitHub stars.
What problem does it solve?
Manually checking ČNB tables breaks flow when you need dated, audit-friendly FX for invoices and multi-currency pricing inside the agent.
Who is it for?
Indie SaaS or agencies in the Czech Republic (or CZK books) who want agents to cite ČNB rates for pricing and bookkeeping.
Skip if: Builders with no CZK exposure who only need generic crypto or retail FX feeds without Czech regulatory sourcing.
What do I get? / Deliverables
Your agent returns official CZK rates on demand so quotes, cost models, and accounting entries use the same authoritative numbers.
- Daily and historical official CZK versus EUR, USD, and 30+ currency rates inside agent tool calls
- Accounting-ready FX figures cited from ČNB via MCP
Recommended MCP Servers
Journey fit
Canonical shelf is Validate because solo builders set prices and quote in EUR/USD against CZK before and while selling; rates also support ongoing books in Operate. Pricing is where daily and historical FX against 30+ currencies directly affects quotes, plans, and revenue math.
How it compares
Official-rate MCP integration, not a spreadsheet skill or payment processor.
Common Questions / FAQ
Who is dev.cz-agents/cnb for?
Solo builders and accountants automating CZK/EUR/USD workflows in Claude Code, Cursor, or similar agents who need ČNB-sourced rates.
When should I use dev.cz-agents/cnb?
Use it when setting prices, generating invoices, or reconciling historical FX for Czech accounting inside an agent session.
How do I add dev.cz-agents/cnb to my agent?
Register the remote MCP URL https://cnb.cz-agents.dev/mcp or run npx @czagents/cnb for stdio per your client’s MCP server config.