
Realtime Exchange Rate Mcp
Wire live and historical currency conversion into your agent while you build checkout, dashboards, or multi-currency SaaS features.
Overview
Realtime Exchange Rate MCP is a Build-phase MCP server that serves live and historical currency rates to agents via AllRates Today.
What is this MCP server?
- Real-time spot rates via AllRates Today API with stdio MCP transport
- Historical exchange data and multi-currency batch lookups from one server
- npm package @allratestoday/mcp-server (v0.3.3) with configurable ALLRATES_BASE_URL
- Requires free ALLRATES_API_KEY (art_live_xxxxx) from allratestoday.com/register
- Purpose-built for Claude Code, Cursor, and other MCP clients—not a standalone CLI
- Server version 0.3.3 on npm identifier @allratestoday/mcp-server
- Requires secret env ALLRATES_API_KEY for all tools
- Default API base https://allratestoday.com/api (override via ALLRATES_BASE_URL)
What problem does it solve?
Agents guess FX numbers or force you to tab out to rate websites while coding pricing and checkout logic.
Who is it for?
Indie SaaS or ecommerce builders adding multi-currency display, conversion, or reporting with Claude Code or Cursor.
Skip if: Teams that need payment processing, hedging, or compliance-grade treasury systems without a separate FX provider evaluation.
What do I get? / Deliverables
Your agent can query authoritative rates and history inside the session so multi-currency code and copy stay aligned with real data.
- Agent-callable real-time and historical currency rate queries
- Multi-currency lookup answers grounded in AllRates Today API
- Configurable API base URL for non-default endpoints
Recommended MCP Servers
Journey fit
Exchange-rate lookups are integrated during product build when apps need external financial data, not during initial idea research. This is an MCP bridge to AllRates Today—classic third-party API integration work in the build phase.
How it compares
FX data MCP integration, not a payments skill or spreadsheet plugin.
Common Questions / FAQ
Who is realtime-exchange-rate-mcp for?
Solo builders and small teams using MCP-enabled agents who need accurate currency rates while implementing product features.
When should I use realtime-exchange-rate-mcp?
Use it during build when you integrate pricing, carts, analytics, or docs that reference live or historical exchange rates.
How do I add realtime-exchange-rate-mcp to my agent?
Install @allratestoday/mcp-server, set ALLRATES_API_KEY, register the stdio server in Claude Code or Cursor MCP settings, then invoke its rate tools from chat.