mcpbeat Sign in

Realtime Exchange Rate MCP Server

local only

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

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

Installs per day peak 215 · avg 30 · +259% w/w
a month agotoday
270
Installs / week
npm · @allratestoday/mcp-server
0
Stars
0 open issues
14 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What changed 41

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed
and 31 more, back to 9 August 2026

What the code does

We read the source, 7 d ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository allrates-today/realtime-exchange-rate-mcp
пакет @allratestoday/mcp-server ссылается на cahthuranag/mcp-server

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 realtime-exchange-rate-mcp -- npx -y @allratestoday/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "realtime-exchange-rate-mcp": {
      "args": [
        "-y",
        "@allratestoday/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.realtime-exchange-rate-mcp]
command = "npx"
args = ["-y", "@allratestoday/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "realtime-exchange-rate-mcp": {
      "args": [
        "-y",
        "@allratestoday/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "realtime-exchange-rate-mcp": {
      "args": [
        "-y",
        "@allratestoday/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ALLRATES_API_KEY (API key (art_live_xxxxx). Required for all tools. Get one free at https://allratestoday.com/register.), ALLRATES_BASE_URL (Override API base URL (default: https://allratestoday.com/api).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Realtime Exchange Rate MCP

same job, measured the same way
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 by UnClick
by malamutemayhem

Currency conversion plus latest and historical exchange rates. By UnClick.

21 installs/wk local only
Exchange Rate API
by exchange-rateapi

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

36 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
FX Converter MCP
by lulu-the-narwhal

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

2 tools answering
AllRatesToday
by cahthuranag

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

local only
C
Currency Rates (ECB)
by invokera

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

3 tools answering
Openf1
by pipeworx-io

OpenF1 MCP — real-time & historical Formula 1 data.

35 tools answering

Realtime Exchange Rate MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Realtime Exchange Rate MCP?
Realtime Exchange Rate MCP 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 @allratestoday/mcp-server was installed 270 times last week.
How do I connect Realtime Exchange Rate MCP?
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 @allratestoday/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Realtime Exchange Rate MCP?
The npm package @allratestoday/mcp-server was installed 270 times in the last week. Week over week that is +259%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Realtime Exchange Rate MCP 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.