mcpbeat Sign in

UniRate API MCP Server

by unirate-api Your server? Claim it
local only

UniRate API runs on your own machine — the client starts it, so there is no endpoint to ping. 29 installs a week from npm. Last commit 15 Sep 2026.

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

Installs per day peak 22 · avg 8 · +59% w/w
a month agotoday
29
Installs / week
npm · @unirate/mcp
0
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check UniRate 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 -- npx -y @unirate/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@unirate/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@unirate/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@unirate/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@unirate/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: UNIRATE_API_KEY (UniRate API key — get a free one at https://unirateapi.com). The author declared them in the registry entry; get the values from the project itself.

Alternatives to UniRate API

same job, measured the same way
Exchange Rates MCP Server
by cyanheads

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

442 installs/wk 7 tools answering
Exchange Rates MCP by UnClick
by malamutemayhem

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

21 installs/wk local only
PubCurrency
by publifye

Norges Bank exchange rates for your AI — 38 currencies vs NOK, history to 1980, convert & chart

answering
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
O
Global Exchange Rates
by globalexchangerates

Official exchange rates from central banks: latest & historical rates plus currency conversion.

answering
C
Currency Rates (ECB)
by invokera

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

3 tools answering
Market Intel MCP
by datakoot

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

5 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

UniRate API — questions

Answers built from our own checks of this server.

Why is there no uptime for UniRate API?
UniRate 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 @unirate/mcp was installed 29 times last week.
How do I connect UniRate 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 @unirate/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use UniRate API?
The npm package @unirate/mcp was installed 29 times in the last week. Week over week that is +59%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is UniRate API open source?
Yes — it is published under the MIT licence, written in TypeScript 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.