Exchange rates for your AI agent
Professional, daily updated currency data designed specifically for Model Context Protocol agents. Reliable, fast, and seamlessly integrated into your LLM workflow.
{
"mcpServers": {
"currency": {
"type": "http",
"url": "https://currency-mcp.com/mcp"
}
}
}
Built for Intelligent Agents
Give your AI the context it needs to perform financial calculations with precision and real-time awareness.
Low Latency
Optimized for speed with sub-50ms response times. Your agent won't hang while waiting for data.
Open & Free
No signup, no API keys, no rate limits. Just connect and start querying currency data instantly.
Standardized API
Fully compliant with the Model Context Protocol specification for plug-and-play compatibility.
Daily Updates
Exchange rates are refreshed daily from the European Central Bank for accurate, reliable data.
9 Currencies
Major European and international currencies including EUR, USD, GBP, CHF, and Nordic currencies.
Edge Hosted
Deployed on Cloudflare's global edge network for low latency access from anywhere in the world.
How It Works
Run the Command
No signup needed. Run a single CLI command in your project.
Restart Claude Code
Restart Claude Code to connect to the MCP server automatically.
Start Querying
Ask your agent "What's the EUR to USD rate?" and get instant data.
Supported Currencies
Start Building Now
Claude Code (CLI)
RecommendedRun this command in your project directory:
Manual Configuration
Or add this to your .mcp.json file:
Note for Claude Desktop users
Claude Desktop currently only supports local stdio servers. Use Claude Code (CLI) for remote HTTP MCP servers.
Available Tools
convert_currency
Convert an amount from one currency to another using the latest exchange rates.
get_rate
Get the current exchange rate between any two supported currencies.
list_currencies
List all supported currencies with their full names and codes.