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

기간별 환율 변동 (시계열 + min/max/avg, 변동)

get_key_rate

현재 러시아 중앙은행 기준금리 및 발효일

get_key_rate_history

기간별 기준금리 변경 이력

get_precious_metals

금, 은, 백금, 팔라듐 회계 가격 (매수/매도)

convert_currency

중앙은행 환율로 한 통화에서 다른 통화로 금액 변환

특징

  • 주말 및 공휴일. 요청한 날짜에 환율이 게시되지 않은 경우(주말/공휴일), 가장 가까운 이용 가능한 영업일의 데이터가 note 표시와 함께 반환됩니다.

  • 내결함성. 기본 환율 소스는 cbr-xml-daily.ru 미러이며, 해당 미러를 사용할 수 없으면 공식 cbr.ru(XML_daily.asp)가 fallback으로 사용됩니다.

  • 데이터 소스: 환율 — 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