cbr-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@cbr-mcpКакой курс доллара сегодня?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@theyahia/cbr-mcp
MCP server for the Central Bank of Russia API — currency rates, key rate, precious metals, conversion. No authorization required, works out of the box.
Part of the Russian API MCP series (50 servers) by @theYahia.
Installation
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"cbr": {
"command": "npx",
"args": ["-y", "@theyahia/cbr-mcp"]
}
}
}Claude Code
claude mcp add cbr -- npx -y @theyahia/cbr-mcpVS Code / Cursor
Add to .vscode/mcp.json:
{
"servers": {
"cbr": {
"command": "npx",
"args": ["-y", "@theyahia/cbr-mcp"]
}
}
}Windsurf
Add to MCP Toolkit settings:
{
"mcpServers": {
"cbr": {
"command": "npx",
"args": ["-y", "@theyahia/cbr-mcp"]
}
}
}Authorization is not required — the CBR API is fully open.
Related MCP server: mcp-cbr-rates
Tools (7)
Tool | Description |
| All CBR currency rates for the specified date |
| Rate of a specific currency to the ruble with the daily change |
| Currency rate dynamics over a period (series + min/max/avg, change) |
| Current CBR key rate and the date it takes effect |
| Key rate change history for a period |
| Official prices for gold, silver, platinum, palladium (buy/sell) |
| Convert an amount from one currency to another using the CBR rate |
Features
Weekends and holidays. If rates were not published on the requested date (weekend/holiday), data for the nearest available business day is returned with a
noteflag.Fault tolerance. The primary rate source is the
cbr-xml-daily.rumirror; if it is unavailable, the officialcbr.ru(XML_daily.asp) is used as a fallback.Data sources: rates —
cbr-xml-daily.ru+cbr.ru/scripts/XML_daily.asp; dynamics —cbr.ru/scripts/XML_dynamic.asp; key rate —cbr.ru/hd_base/KeyRate; metals —cbr.ru/scripts/xml_metall.asp.
Example queries
Какой курс доллара сегодня?Переведи 1000 USD в евроКак менялся курс доллара с 1 по 23 июня?Какая ключевая ставка ЦБ и с какого числа она действует?Покажи историю ключевой ставки за последний годКакие цены на золото и серебро?Покажи курсы валют на 10 января 2025Part of the Russian API MCP series
MCP | Status | Description |
✅ ready | Addresses, companies, banks, phones | |
✅ ready | Currency rates, key rate | |
@theyahia/yookassa-mcp | 📅 soon | Payments, refunds, 54-FZ receipts |
@theyahia/moysklad-mcp | 📅 soon | Inventory, orders, counterparties |
... | 📅 | +46 servers — full list |
Development
npm install
npm run build # компиляция TypeScript → dist/
npm run lint # eslint
npm test # vitest (юнит-тесты парсеров на офлайн-фикстурах)
npm run dev # запуск из исходников через tsxTests do not access the network — parsers are tested against saved API responses in test/fixtures/.
Changelog is in CHANGELOG.md.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceProvides access to currency exchange rates and conversion tools using the Frankfurter API, including latest rates, historical data, and time series from sources like the European Central Bank.5MIT
- AlicenseAqualityAmaintenanceCentral Bank of Russia (CBR) data for AI agents — daily and historical currency rates, key rate, inflation, and macro statistics. Five typed MCP tools, in-memory TTL cache, MIT-licensed, no API key required.52MIT
- AlicenseAqualityDmaintenanceFetches official currency exchange rates from the National Bank of Kazakhstan, supports conversion and rate dynamics tracking.515MIT
- AlicenseNot gradedqualityBmaintenanceProvides live and historical foreign-exchange rates from the European Central Bank via Frankfurter API, enabling currency conversion, rate lookup, and trend analysis without API keys.MIT
Related MCP Connectors
Live & historical FX rates for AI agents, from European Central Bank data. No API keys.
Live & historical FX rates and currency conversion for AI agents. No API keys.
Convert currencies, get FX rates, and query historical ECB exchange rate data.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/theYahia/cbr-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server