← Registry

Data Collection

exchangerate.dev

Provides exchange rate data and currency conversion functionality via an API.

1 endpoint6 known toolsFirst detected July 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://api.exchangerate.dev/v1/mcp

No auth detected

MCP server metadata

Name
exchangerate-dev
Version
3.4.2
Capabilities
experimentalloggingprompts.listChangedresources.listChangedtools.listChangedextensions.io.modelcontextprotocol/ui
Server instructions

Exchange-rate data via the exchangerate.dev API. Latest rates, historical snapshots, currency conversion, date ranges, and a full currency catalog, plus FAQ search. All rates are indicative — not for settlement or trading. All tools share the per-minute rate limit and monthly quota of your API key's tier. For a minute-limit error, wait for the retry time. For a monthly-quota error, surface its reset date and eligible plan choices; ask the user which plan they want before creating a checkout, and do not retry automatically.

Known tools 6

start_checkout

Open a billing URL for an explicitly selected eligible plan.

Inferred read-only
list_currencies

List all supported currencies with name, decimal precision, minor units, and whether the pair is derived (triangulated).

Inferred read-only
get_rate

Get the current — or historical, with date — exchange rate from one currency to another.

Inferred read-only
convert

Convert an amount from one currency to another at the current rate.

Inferred read-only
get_range

Get a daily time-series of exchange rates over a date range (business days).

Inferred read-only
search_docs

Search the exchangerate.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.exchangerate-dev]
url = "https://api.exchangerate.dev/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "exchangerate-dev": {
      "type": "http",
      "url": "https://api.exchangerate.dev/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: exchangerate-dev
Remote MCP URL: https://api.exchangerate.dev/v1/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "exchangerate-dev": {
      "url": "https://api.exchangerate.dev/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "exchangerate-dev": {
      "type": "http",
      "url": "https://api.exchangerate.dev/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "exchangerate-dev",
  "transport": "streamable-http",
  "url": "https://api.exchangerate.dev/v1/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for exchangerate.dev was fetched 2026-08-01T07:45:14.315Z and is being refreshed.

Trust status Neutral

exchangerate.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.