Data Collection
exchangerate.dev
Provides exchange rate data and currency conversion functionality via an API.
ENDPOINT 1
https://api.exchangerate.dev/v1/mcp
MCP server metadata
- Name
- exchangerate-dev
- Version
- 3.4.2
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
list_currenciesList all supported currencies with name, decimal precision, minor units, and whether the pair is derived (triangulated).
Inferred read-onlyget_rateGet the current — or historical, with date — exchange rate from one currency to another.
Inferred read-onlyget_rangeGet a daily time-series of exchange rates over a date range (business days).
Inferred read-onlyCONNECT 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.
exchangerate.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.