cbr-mcp
@theyahia/cbr-mcp
ロシア中央銀行API用のMCPサーバー — 通貨レート、キーレート、貴金属、換算。認証不要ですぐに使えます。
Russian API MCP シリーズ(50サーバー)の一部、@theYahia 作。
インストール
Claude Desktop
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
.vscode/mcp.json に追加します:
{
"servers": {
"cbr": {
"command": "npx",
"args": ["-y", "@theyahia/cbr-mcp"]
}
}
}Windsurf
MCP Toolkit の設定に追加します:
{
"mcpServers": {
"cbr": {
"command": "npx",
"args": ["-y", "@theyahia/cbr-mcp"]
}
}
}認証は不要です — ロシア中央銀行のAPIは完全に公開されています。
Related MCP server: mcp-cbr-rates
ツール(7)
ツール | 説明 |
| 指定された日付のロシア中央銀行の全通貨レート |
| 特定通貨のルーブルに対するレートと、その日の変動 |
| 期間中の通貨レートの推移(系列 + 最小/最大/平均、変動) |
| ロシア中央銀行の現在のキーレートとその発効日 |
| 期間中のキーレート変更履歴 |
| 金、銀、プラチナ、パラジウムの公定価格(買入/売却) |
| ロシア中央銀行のレートを使用した、ある通貨から別の通貨への金額換算 |
特徴
週末・祝日。 リクエストされた日付にレートが公開されていない場合(週末・祝日)、 直近の利用可能な営業日のデータが
note付きで返されます。耐障害性。 レートの主要ソースはミラー
cbr-xml-daily.ru。それが 利用できない場合は、公式cbr.ru(XML_daily.asp)がフォールバックとして使用されます。データソース: レート —
cbr-xml-daily.ru+cbr.ru/scripts/XML_daily.asp; 推移 —cbr.ru/scripts/XML_dynamic.asp; キーレート —cbr.ru/hd_base/KeyRate; 貴金属 —cbr.ru/scripts/xml_metall.asp。
リクエスト例
Какой курс доллара сегодня?Переведи 1000 USD в евроКак менялся курс доллара с 1 по 23 июня?Какая ключевая ставка ЦБ и с какого числа она действует?Покажи историю ключевой ставки за последний годКакие цены на золото и серебро?Покажи курсы валют на 10 января 2025Russian API MCP シリーズの一部
MCP | ステータス | 説明 |
✅ 対応済み | 住所、企業、銀行、電話 | |
✅ 対応済み | 通貨レート、キーレート | |
@theyahia/yookassa-mcp | 📅 近日公開 | 支払い、返金、54-ФЗレシート |
@theyahia/moysklad-mcp | 📅 近日公開 | 在庫、注文、取引先 |
... | 📅 | +46サーバー — 完全なリスト |
開発
npm install
npm run build # компиляция TypeScript → dist/
npm run lint # eslint
npm test # vitest (юнит-тесты парсеров на офлайн-фикстурах)
npm run dev # запуск из исходников через tsxテストはネットワークにアクセスしません。パーサーは test/fixtures/ に保存されたAPIレスポンスに対して検証されます。
変更履歴は CHANGELOG.md にあります。
ライセンス
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