mcpbeat Sign in

Exchange Rate API MCP Server

by exchange-rateapi Your server? Claim it
local only

Exchange Rate API runs on your own machine — the client starts it, so there is no endpoint to ping. 36 installs a week from npm. Last commit 11 Aug 2026.

Real-time & historical exchange rates for 160+ currencies, mid-market (Reuters/Refinitiv).

Installs per day peak 14 · avg 7 · +16% w/w
a month agotoday
36
Installs / week
npm · @exchangerateapi/mcp-server
0
Stars
0 open issues
11 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Exchange Rate API every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-server -- npx -y @exchangerateapi/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@exchangerateapi/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@exchangerateapi/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@exchangerateapi/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@exchangerateapi/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: EXCHANGE_RATE_API_KEY (API key from exchange-rateapi.com (free tier available, no credit card required)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Exchange Rate API

same job, measured the same way
AllRatesToday
by cahthuranag

Real-time & historical exchange rates for 160+ currencies. No API key needed to start.

local only
Realtime Exchange Rate MCP
by cahthuranag

Real-time currency exchange rates, historical data, and multi-currency lookups for MCP clients.

270 installs/wk local only
UniRate API
by unirate-api

Currency conversion and exchange rates for AI. 170+ currencies, historical data back to 1999.

29 installs/wk local only
Exchange Rates MCP Server
by cyanheads

Convert currencies, get FX rates, and query historical ECB exchange rate data.

442 installs/wk 7 tools answering
C
Currency Rates (ECB)
by invokera

Latest and historical ECB foreign-exchange reference rates for 30+ currencies, via Frankfurter.

3 tools answering
Cnb
by cz-agents

Official ČNB exchange rates — daily & historical CZK vs EUR, USD, 30+ currencies. For accounting.

102 installs/wk 3 tools answering
FX Converter MCP
by lulu-the-narwhal

Free, keyless real-time currency conversion and exchange rates for any currency pair.

2 tools answering
Market Intel MCP
by datakoot

Live & historical FX rates and currency conversion for AI agents. No API keys.

5 tools answering

Exchange Rate API — questions

Answers built from our own checks of this server.

Why is there no uptime for Exchange Rate API?
Exchange Rate API runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @exchangerateapi/mcp-server was installed 36 times last week.
How do I connect Exchange Rate API?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @exchangerateapi/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Exchange Rate API?
The npm package @exchangerateapi/mcp-server was installed 36 times in the last week. Week over week that is +16%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Exchange Rate API open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.