MCP server for live currency exchange rates and conversion, ISO codes and Chinese currency names.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Live currency exchange rates and amount conversion for 30+ currencies, accepting both ISO codes (USD) and Chinese names (美元), based on ECB daily reference rates.
Transport: Streamable HTTP (MCP 2025-03-26 compatible). No authentication required.
Add this to your MCP client's mcpServers configuration (Claude Desktop claude_desktop_config.json, Cursor mcp.json, Cline, Cherry Studio, etc.):
Clients that do not accept
"type": "http"(some Cherry Studio / older Cline versions) accept the same entry with just"url".
| Tool | Parameters | Returns |
|---|---|---|
query_exchange_rate(base="USD", target="", amount=0) | base / target: ISO code or Chinese name — "USD" / "美元" / "美金" all work. Empty target returns common rates (CNY/EUR/JPY/GBP/HKD/KRW).amount: optional, converts N units of base currency. | Rate date, base→target rate, reverse rate, and (when amount is given) the converted amount. Reference rates — not live trading prices. |
Then point your MCP client at http://127.0.0.1:8005/mcp.
No API keys or accounts are ever required.
Option A — pull the pre-built image (fastest, no build):
Option B — build from source:
Then point your MCP client at http://127.0.0.1:8000/mcp.
The container listens on 0.0.0.0:8000 by default (override with -e MCP_PORT=9000 and adjust -p accordingly). No API keys or accounts required.
exchange_mcp_server.py — the MCP server (FastMCP, Streamable HTTP transport).rate_limit.py — lightweight per-IP sliding-window rate-limit middleware (200 req/min default).requirements.txt — mcp, uvicorn, starlette.server.json — official MCP Registry manifest (remote server entry, ready to publish with mcp-publisher).smithery.yaml / glama.json — directory listing metadata.一句话:30+ 常用货币实时参考汇率与金额换算,中文货币名直接问(「100 美元换多少人民币」)。
在线直连地址(免费、无需 Key、开箱即用):https://mcp.pianam.cn/exchange-mcp/mcp
在 MCP 客户端(Claude Desktop / Cursor / Cherry Studio / Cline 等)的配置里加入:
工具:
query_exchange_rate(base, target, amount):查汇率并可换算金额。货币可用三字母代码或中文名(USD / 美元 / 美金均可);target 留空返回人民币/欧元/日元/英镑/港币/韩元常用汇率;amount 给正数则同时返回换算结果。服务特性:数据源全部为公开接口、无需注册/付费;服务端内存缓存、失败自动降级/切换备用通道;单 IP 限流 200 次/分钟。
本地部署:
Docker 自托管:
容器默认监听 0.0.0.0:8000(可用 -e MCP_PORT=端口 改),无需任何 API Key 或账号。
MIT © 2026 boy-373
One-click install for Smithery-supported clients (Claude Desktop, Cursor, etc.):
Or run:
We host a free MCP aggregation gateway: your AI assistant (Cherry Studio, Claude Desktop, Cursor, Cline — any MCP client) discovers and uses MCP tools through a single URL:
Add it once, then talk in plain language — the AI automatically searches → inspects → calls the right MCP for you.
📖 3-step setup guide / 中文接入教程: https://mcp.pianam.cn/ai-gateway
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/exchange-rate-mcp)<a href="https://allmcps.com/mcp/exchange-rate-mcp"><img src="https://allmcps.com/api/badge/exchange-rate-mcp?style=directory" alt="Exchange Rate MCP on AllMCPs" /></a>