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.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные
Что умеет
- 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
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
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
Список инструментов сервера (5)
Технические названия из tools/list. Нужны только разработчикам.
| 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. |