Labsco
atomno-labs logo

mcp-cbr-rates

1

from atomno-labs

A Model Context Protocol (MCP) server that exposes public Bank of Russia (Центральный банк РФ, CBR) data — currency quotes, key rate, inflation and a compact macro snapshot — to AI agents.

🔥🔥🔥✓ VerifiedFreeQuick setup

⌁ labsco summary — our analysis, not the vendor's

What it is — an MCP server that exposes public Bank of Russia (CBR) financial data to AI agents.

What you get

  • Five typed tools (get_rate, history_rates, key_rate, inflation, statistics) — e.g. ask "what's the current CBR key rate and USD/RUB quote?"
  • Historical currency series and a compact macro snapshot in one call
  • Built-in TTL cache (1h for daily quotes, 24h for history) to stay polite to the source
  • Safe XML parsing via defusedxml, 50+ tests, ~84% coverage

Requirements — nothing — runs out of the box; no API keys, built on official public CBR endpoints.

Cost snapshot — the server is free and open source (MIT). The underlying CBR endpoints are public and free, so there's no third-party billing.

Setup effort — one-liner: pipx install atomno-mcp-cbr-rates (or uv tool install), then wire into Cursor/Claude Desktop config.

Our take — A clean, well-tested pick if you specifically need Russian fintech data. Caveat: it's narrowly scoped to CBR (Russian macro/FX only), so it won't help with other markets.

Source: the project README — summarized 2026-07-08.