Give AI agents live FX rates
Connect Claude, Cursor with FX tools.
Connect in one command, or use the local bridge
The remote endpoint is the fastest anonymous test. Keyed Desktop or Cursor setups run the npm stdio bridge.
Claude Code · remote HTTP
Connects directly to https://api.exchangerate.dev/v1/mcp/. Anonymous calls use a shared IP-capped pool.
Claude Desktop or Cursor · stdio
Uses the maintained exchangerate-dev-mcp bridge. Replace exr_live_... with your API key.
Five tools, one FX contract
The MCP server calls the same domain logic as the REST API. Tool descriptions and schemas are served by exchangerate.dev, so the local bridge does not maintain a second copy.
Freshness context travels with every rate
An agent should not repeat a number without knowing what it represents. Rate tools return source, market_session, and data_updated_at so the agent can distinguish an intraday observation from a daily reference and explain when the underlying data changed.
First-party schemas
The API operator maintains the endpoint and tool contract. The stdio package is a thin transport bridge, not a separate community wrapper.
One quota model
Each MCP tool call counts 1:1 against the same rate limit and monthly quota as a REST request. No hidden second meter.
Indicative by design
Responses are for software, analytics, research, and display, not settlement, executable pricing, or regulated trading.
Built for agent workflows, backed by the full API
The MCP surface covers 465 currency pairs, current and historical rates, amount conversion, and date ranges. Every plan receives the same data freshness and history; plans differ by throughput and monthly volume.
Questions agents and developers ask
What is the exchangerate.dev MCP server URL?
Claude Code and other remote-MCP clients can connect directly to the first-party Streamable HTTP endpoint at https://api.exchangerate.dev/v1/mcp/ without installing a local package.
Can I try the FX MCP server without an API key?
Yes for the remote HTTP endpoint — anonymous requests use a shared, IP-capped pool so you can test the real tools and data before signing up. The local stdio bridge requires EXCHANGERATE_API_KEY by default; set ALLOW_ANONYMOUS=true instead to run it keyless on the same anonymous pool. Use a free API key for attributed quota, a higher rate ceiling, and production use.
Do MCP tool calls count against the REST API quota?
Yes. Each MCP tool call counts as one API call against the same per-minute rate limit and monthly quota as the corresponding REST request.
Are the exchange rates suitable for trading or settlement?
No. The rates are indicative developer-grade references for software, analytics, research, and display. They are not executable quotes and must not be used for settlement or regulated trading.
Give your agent real FX tools
Try anonymously, then add a free key for attributed quota and production use.