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)
도구 | 설명 |
| 지정된 날짜의 러시아 중앙은행 전체 환율 |
| 특정 통화의 루블 환율 및 일일 변동 |
| 기간별 환율 변동 (시계열 + min/max/avg, 변동) |
| 현재 러시아 중앙은행 기준금리 및 발효일 |
| 기간별 기준금리 변경 이력 |
| 금, 은, 백금, 팔라듐 회계 가격 (매수/매도) |
| 중앙은행 환율로 한 통화에서 다른 통화로 금액 변환 |
특징
주말 및 공휴일. 요청한 날짜에 환율이 게시되지 않은 경우(주말/공휴일), 가장 가까운 이용 가능한 영업일의 데이터가
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 января 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