MCPHIVE

Курсы ЦБ РФ MCP: Documentation

Updated:

Connection

npx -y @theyahia/cbr-mcp (stdio only — the server has no HTTP mode). No environment variables needed: the Bank of Russia API is fully open, no authentication required.

Capabilities

7 tools: currency rates (get_daily_rates — every rate for a date, get_currency_rate — one currency's rate with the day's change, get_rate_dynamics — a period's dynamics with min/max/avg), key rate (get_key_rate, get_key_rate_history), precious metals (get_precious_metals — gold, silver, platinum, palladium), conversion (convert_currency — an amount from one currency to another via the CBR rate).

Notes

If rates weren't published for the requested date (a weekend or holiday), the server returns data for the nearest business day with a note. The primary source is the cbr-xml-daily.ru mirror; if it's unavailable, the server falls back to the official cbr.ru.

Agent flow

"What's today's dollar rate and how has it moved over the past month?", "convert 1000 USD to EUR at the CBR rate", "show the key rate history for the past year plus current gold prices".

Note

A community project (theYahia, "Russian API MCP" series), not an official Bank of Russia product. Stdio transport only — for shared team access you'll need to run it as a local process on each machine.