Курсы ЦБ РФ MCP
Local · stdioA community wrapper over the Bank of Russia's open data: currency rates and their dynamics, the key rate and its history, precious-metal prices, currency conversion. Needs no authentication at all — the CBR API is fully open. Falls back to a mirror source automatically if the primary is down. Stdio only, no HTTP mode. Not an official Bank of Russia product.
Why this server
- 7 tools work with zero API key — a rarity in a catalog full of paid APIs
- A fallback source (cbr.ru) kicks in automatically if the primary mirror is down
- Weekends and holidays are handled automatically — the nearest business day is substituted
- Stdio only — no Streamable HTTP, so teams have to run it locally on every machine
Usage examples
Prompt: How did the dollar rate move from June 1 to June 23?
Result: The agent called get_rate_dynamics for USD over the period, returning the value series plus a min/max/avg summary.
Prompt: What's the current key rate and when did it take effect?
Result: The agent called get_key_rate, returning the rate value along with its effective date.
Local server
This MCP runs locally on the user's machine (stdio), so availability isn't tracked — rely on reviews and the rating instead.
Reviews
No reviews yet.