# exchangerate.dev MCP server

Free, source-labeled FX rates: 465 pairs across 31 currencies, majors update ~60s intraday.

## Links
- Registry page: https://www.getdrio.com/mcp/dev-exchangerate-mcp
- Website: https://exchangerate.dev

## Install
- Endpoint: https://api.exchangerate.dev/v1/mcp/
- Auth: Not captured

## Setup notes
- Remote endpoint: https://api.exchangerate.dev/v1/mcp/

## Tools
- 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. Endpoint: https://api.exchangerate.dev/v1/mcp/
- 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. Rates update ~60s for real-time currencies through the trading week when the live overlay is active; the source field on every response is the authoritative freshness indicator (live | ecb_daily | fred_daily) — rates fall back to ECB or FRED daily reference during market closures, data-source unavailability, or low liquidity. market_session on every response indicates open, weekend, or interbank_closed. Endpoint: https://api.exchangerate.dev/v1/mcp/
- 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. Endpoint: https://api.exchangerate.dev/v1/mcp/
- get_range - Get a daily time-series of exchange rates over a date range (business days). Capped at 366 rows per call; when has_more is true, pass next_cursor as the cursor parameter to fetch the next page. Indicative developer-grade reference rates (aggregated market data + public reference rates), not for settlement or trading. Endpoint: https://api.exchangerate.dev/v1/mcp/
- 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. Endpoint: https://api.exchangerate.dev/v1/mcp/

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: dev.exchangerate
- Version: 1.0.4
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 6, 2026
- Source: https://registry.modelcontextprotocol.io
