Skip to main content
Glama

@theyahia/cbr-mcp

ロシア中央銀行API用のMCPサーバー — 通貨レート、キーレート、貴金属、換算。認証不要ですぐに使えます。

npm License: MIT

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-mcp

VS 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)

ツール

説明

get_daily_rates

指定された日付のロシア中央銀行の全通貨レート

get_currency_rate

特定通貨のルーブルに対するレートと、その日の変動

get_rate_dynamics

期間中の通貨レートの推移(系列 + 最小/最大/平均、変動)

get_key_rate

ロシア中央銀行の現在のキーレートとその発効日

get_key_rate_history

期間中のキーレート変更履歴

get_precious_metals

金、銀、プラチナ、パラジウムの公定価格(買入/売却)

convert_currency

ロシア中央銀行のレートを使用した、ある通貨から別の通貨への金額換算

特徴

  • 週末・祝日。 リクエストされた日付にレートが公開されていない場合(週末・祝日)、 直近の利用可能な営業日のデータが note 付きで返されます。

  • 耐障害性。 レートの主要ソースはミラー cbr-xml-daily.ru。それが 利用できない場合は、公式 cbr.ruXML_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 января 2025

Russian API MCP シリーズの一部

MCP

ステータス

説明

@metarebalance/dadata-mcp

✅ 対応済み

住所、企業、銀行、電話

@theyahia/cbr-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

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    D
    maintenance
    Provides 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.
    5
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Central 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.
    5
    2
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Fetches official currency exchange rates from the National Bank of Kazakhstan, supports conversion and rate dynamics tracking.
    5
    15
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides 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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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