Cbr Rates MCP Server

mcp-cbr-rates is part of the atomno family of MCP servers focused on the Russian fintech ecosystem. It is fully open-source, requires no API keys, and is built on top of the official public CBR endpoints. Its 5 documented tools cluster into read & search, history, key, inflation. It runs locally over stdio via the published package.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-07-14 · ★ 2 · #126 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Cbr Rates

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add atomno-mcp-mcp-cbr-rates -- uvx atomno-mcp-cbr-rates

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "atomno-mcp-mcp-cbr-rates": {
      "command": "uvx",
      "args": [
        "atomno-mcp-cbr-rates"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package atomno-mcp-cbr-rates - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.atomno-mcp is GitHub-verified and matches the repo owner

03 · What Cbr Rates can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 5 documented tools across read & search, history, key, including get_rate, history_rates, key_rate, inflation.

Capability map

Tools grouped from the project's README - what Cbr Rates lets an agent do.

read & search

1 tool - e.g. char_code: str, on_date?: date

get_rate

History

1 tool - e.g. char_code: str, date_from: date, date_to: date

history_rates

Key

1 tool - e.g. date_from?: date, date_to?: date

key_rate

Inflation

1 tool - e.g. year_from?: int, year_to?: int

inflation

Statistics

1 tool - e.g. _(none)_

statistics

Latest releases

v0.1.10 · 2026-07-14

add title mcp-<slug> for catalog display · Keep io.github name for MCP Registry schema; title is the Glama/catalog display name.

v0.1.8 · 2026-07-14

Registry display name: mcp-cbr-rates (no io.github title case).

v0.1.6 · 2026-07-06

Changed · Обновлены метаданные пакета PyPI: автор и контактный email переведены на бренд atomno-mcp ([email protected]).

04 · Who maintains Cbr Rates

mcp-cbr-rates is maintained by atomno-mcp. We track 12 MCP servers from atomno-mcp - 12 actively maintained, 24 combined GitHub stars, oldest repo from Apr 2026. Full record: all servers from atomno-mcp.

  1. mcp-fns-check Russian tax authority (FNS) counterparty checks: status, debts, blocks. Due diligence MCP. ★ 15
  2. mcp-sudact Russian court practice (Sudact): case search by article, court, dates; full decision text. ★ 2
  3. mcp-egrul EGRUL/EGRIP company registry lookup for Russian legal entities and entrepreneurs. ★ 2

05 · Facts

category
finance - ranked #126 of 283 actively-maintained finance servers as of 2026-08-25.
release cadence
5 releases in the last 90 days (latest 2026-07-14)
registry
io.github.atomno-mcp/mcp-cbr-rates (active, first published 2026-07-05 · 3 versions)
packages
pypi:atomno-mcp-cbr-rates

06 · Cbr Rates FAQ

Is Cbr Rates still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-14 and it shipped 5 releases in the last 90 days. We re-verify nightly.

What can Cbr Rates do?

An agent gets 5 documented tools across read & search, history, key, including get_rate, history_rates, key_rate, inflation.

How do I install Cbr Rates?

Run `uvx atomno-mcp-cbr-rates`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Cbr Rates run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Cbr Rates