currency_exchange

Currency MCP

Live API Status: Operational

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.

mcp_config.json
{
  "mcpServers": {
    "currency": {
      "type": "http",
      "url": "https://currency-mcp.com/mcp"
    }
  }
}
EUR/USD currency_exchange
1.1527 live
EUR/GBP currency_exchange
0.8650 live
EUR/CHF currency_exchange
0.9168 live
EUR/SEK currency_exchange
10.88 live

Built for Intelligent Agents

Give your AI the context it needs to perform financial calculations with precision and real-time awareness.

bolt

Low Latency

Optimized for speed with sub-50ms response times. Your agent won't hang while waiting for data.

lock_open

Open & Free

No signup, no API keys, no rate limits. Just connect and start querying currency data instantly.

api

Standardized API

Fully compliant with the Model Context Protocol specification for plug-and-play compatibility.

sync

Daily Updates

Exchange rates are refreshed daily from the European Central Bank for accurate, reliable data.

public

9 Currencies

Major European and international currencies including EUR, USD, GBP, CHF, and Nordic currencies.

cloud

Edge Hosted

Deployed on Cloudflare's global edge network for low latency access from anywhere in the world.

How It Works

01

Run the Command

No signup needed. Run a single CLI command in your project.

02

Restart Claude Code

Restart Claude Code to connect to the MCP server automatically.

03

Start Querying

Ask your agent "What's the EUR to USD rate?" and get instant data.

Supported Currencies

EUR USD DKK GBP CHF SEK NOK PLN CZK

Start Building Now

terminal

Claude Code (CLI)

Recommended

Run this command in your project directory:

code

Manual Configuration

Or add this to your .mcp.json file:

{
  "mcpServers": {
    "currency": {
      "type": "http",
      "url": "https://currency-mcp.com/mcp"
    }
  }
}
info

Note for Claude Desktop users

Claude Desktop currently only supports local stdio servers. Use Claude Code (CLI) for remote HTTP MCP servers.

Available Tools

swap_horiz convert_currency

Convert an amount from one currency to another using the latest exchange rates.

price_change get_rate

Get the current exchange rate between any two supported currencies.

list list_currencies

List all supported currencies with their full names and codes.