Exchange Rate API
MCP server for exchangerate.dev - Live FX reference rates for AI agents: 465 currency pairs across 31 currencies, majors update ~60s on trading days.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeCan modify data
What it can do
- List Currencies: List all supported currencies with name, decimal precision, minor units, and whether the pair is derived (triangulated). Use this before other tools to discover valid currency codes.
- Get Rate: Get the current — or historical, with date — exchange rate from one currency to another. Indicative developer-grade reference rates (aggregated market data + public reference rates), not for
- Convert: Convert an amount from one currency to another at the current rate. Indicative developer-grade reference rates (aggregated market data + public reference rates), not for settlement or trading
What data it sees
Do you need an account
No: the server works without sign-in
MCP server for exchangerate.dev - Live FX reference rates for AI agents: 465 currency pairs across 31 currencies, majors update ~60s on trading days.
Tools: get_rate, convert, list_currencies, historical ranges, docs search. Free tier, no key needed to start. Indicative rates.
Docs: exchangerate.dev/docs
Server tool list (5)
Raw names from tools/list. Only developers need these.
| list_currencies | List all supported currencies with name, decimal precision, minor units, and whether the pair is derived (triangulated). Use this before other tools to discover valid currency codes. |
| get_rate | Get the current — or historical, with date — exchange rate from one currency to another. Indicative developer-grade reference rates (aggregated market data + public reference rates), not for settlement or trading. Live rates for the 16 real-time currencies update ~60s through the trading week; market_session on every response indicates open, weekend, or interbank_closed. |
| convert | Convert an amount from one currency to another at the current rate. Indicative developer-grade reference rates (aggregated market data + public reference rates), not for settlement or trading. |
| get_range | Get a daily time-series of exchange rates over a date range (business days). Capped at 366 rows per call; use next_cursor for pagination. Indicative developer-grade reference rates (aggregated market data + public reference rates), not for settlement or trading. |
| search_docs | Search the exchangerate.dev FAQ corpus via BM25. Returns the top-K matching questions and answers with relevance scores. Use before answering how-to / pricing / data-sourcing questions so you cite the canonical text instead of guessing from training data. |