Central Bank Rates MCP Server
중앙은행 환율 MCP 서버 — @allratestoday/central-bank-mcp
컴플라이언스, 세무, 회계에서 실제로 요구하는 공식 환율을 AI 어시스턴트에 제공하세요. Claude Code, Cursor, Claude Desktop, Windsurf 및 모든 MCP 호환 클라이언트가 AllRatesToday API를 통해 ECB, Fed, Bank of Japan, HMRC, US Treasury 등 60개 이상의 기관이 발표한 중앙은행 및 세무당국 환율을 조회할 수 있게 해주는 Model Context Protocol 서버입니다.
설치 후 어시스턴트는 다음과 같은 질문에 답할 수 있습니다:
"오늘 ECB 공식 USD/EUR 환율은 얼마인가요?"
"이번 3월 인보이스에 사용해야 할 HMRC 환율은 무엇인가요?"
"1분기 매일의 Bank of Japan 공식 환율을 보여주세요."
"공식 USD/LKR 환율을 발표하는 모든 중앙은행의 값을 비교해 주세요."
⚖️ 공식 환율 vs 시장 중간 환율
이 서버가 반환하는 모든 값은 공식 발표 환율입니다. 기관이 발표하는 즉시 확정되고 해당 기관의 발표일을 담고 있습니다 — 세무당국, 감사인, 관세 당국이 요구하는 바로 그 숫자입니다. 실시간 시장 환율이 아닙니다. 실시간 시장 중간 환율(가격 표시, 환전, 시장을 추적해야 하는 모든 용도)이 필요하다면 함께 제공되는 서버 @allratestoday/mcp-server를 사용하세요. 두 환율은 수 퍼센트까지 차이가 날 수 있으므로 용도에 맞게 선택하세요. 방법론: allratestoday.com/official-rates-methodology.
Related MCP server: Realtime Exchange Rate MCP Server
🚀 왜 이 서버인가?
🏛️ 60개 이상의 공식 소스 — 중앙은행(ECB, Fed, BOJ, SNB, RBI, …)과 세무당국(HMRC, US Treasury, …)을 각 기관이 발표한 자체 테이블로 제공합니다
📅 시점 정확성 — 임의의 날짜를 요청할 수 있습니다. 주말과 공휴일은 법적으로 효력이 있는 환율로 소급되며, 응답에는 적용된 발표일이 명시됩니다
📊 은행 간 비교 — 한 번의 호출로 통화쌍에 대한 모든 기관의 환율을 최소/최대/중앙값 및 스프레드 통계와 함께 반환합니다
🧮 정직한 파생 — 은행이 직접 발표하지 않는 통화쌍은 해당 은행 자체 테이블 내에서만 교차 계산되어
derived로 표시됩니다. 서로 다른 은행을 혼합하지 않습니다🧰 5가지 핵심 도구 — 인터페이스가 작아 모델이 올바르게 사용하기 쉽습니다
🔌 MCP가 동작하는 모든 곳에서 사용 가능 — stdio 전송, MCP 1.x. Claude Code, Cursor, Claude Desktop, Windsurf 또는 모든 범용 호스트
🔑 API 키 받기
서버는 유효한 ALLRATES_API_KEY 없이는 시작되지 않습니다. 무료 키는 최신 발표 테이블을 지원합니다 — 신용카드가 필요 없습니다. 특정 날짜의 테이블과 이력은 유료 플랜이 필요합니다.
allratestoday.com/register에서 등록 — 30초면 충분합니다
이메일을 인증하세요
대시보드에서 키를 복사하세요 (형식:
art_live_xxxxx)아래 구성에서
ALLRATES_API_KEY로 사용하세요
📦 설치
# Run without installing (recommended)
npx -y @allratestoday/central-bank-mcp# Or install globally
npm install -g @allratestoday/central-bank-mcp
central-bank-mcp두 명령 모두 stdio MCP 서버를 시작하고 클라이언트의 연결을 기다립니다 — MCP 클라이언트가 이 서버를 하위 프로세스로 실행합니다.
🏁 클라이언트별 빠른 설정
Claude Code
claude mcp add central-bank-rates -- npx -y @allratestoday/central-bank-mcp
claude mcp env central-bank-rates ALLRATES_API_KEY=art_live_xxxxxClaude Code를 재시작하세요. *"어떤 중앙은행의 공식 환율을 조회할 수 있나요?"*라고 물어 확인해 보세요.
Cursor
~/.cursor/mcp.json(또는 프로젝트 내 .cursor/mcp.json)을 편집하세요:
{
"mcpServers": {
"central-bank-rates": {
"command": "npx",
"args": ["-y", "@allratestoday/central-bank-mcp"],
"env": {
"ALLRATES_API_KEY": "art_live_xxxxx"
}
}
}
}Claude Desktop
claude_desktop_config.json(설정 → 개발자 → 구성 편집)을 편집하고 위의 Cursor 예제와 동일한 mcpServers 블록을 추가한 다음 Claude Desktop을 재시작하세요.
🧰 도구
도구 | 기능 | 플랜 |
| 코드, 메타데이터, 최신 날짜를 포함한 모든 대상 기관 | 무료 |
| 은행의 발표 테이블(또는 단일 통화쌍), 최신 또는 지정 날짜 기준 | 무료(최신) / 유료(날짜 지정) |
| 단일 통화쌍의 날짜별 공식 시계열 | 유료, 적용 월당 약 1회 호출 청구 |
| 모든 은행에 걸친 단일 통화쌍 비교, 스프레드 통계 포함 | 무료 |
| 은행이 실제로 발표한 날짜(값 없음) | 무료 |
🔒 개인정보 보호
allratestoday.com에는 요청 매개변수와 API 키만 전달됩니다 — 대화 콘텍스트는 절대 전송되지 않습니다.
📚 AllRatesToday의 다른 서비스
@allratestoday/mcp-server— 실시간 시장 중간 환율 MCP 서버
라이선스
MIT © AllRatesToday
This server cannot be installed
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
- AlicenseNot gradedqualityDmaintenanceReal-time currency exchange rates and crypto prices via MCP. Convert between 60+ fiat currencies and 30+ cryptocurrencies with multi-source failover. No API keys needed for upstream data.15ISC
- AlicenseAqualityBmaintenanceProvides real-time foreign-exchange rates, historical data, and multi-currency lookups to MCP-compatible AI coding assistants like Claude Code and Cursor.4219MIT
- -licenseNot gradedqualityNot gradedmaintenanceMCP server that provides real exchange-rate data from the European Central Bank, including latest rates, currency conversion, historical rates, and time series.
- AlicenseNot gradedqualityCmaintenanceMCP server for accessing Norges Bank exchange rates and interest rates via SDMX data flows.8MIT
Related MCP Connectors
ExchangeRate MCP — wraps open.er-api.com (free, no auth)
Live & historical FX rates for AI agents, from European Central Bank data. No API keys.
National Bank of Romania (Banca Naţională a României, BNR) FX reference rates MCP. Keyless.
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/AllRates-Today/central-bank-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server