# Frankfurter MCP server

Blended exchange rates from 50+ institutions. Tools: get_rates, convert, list_providers.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-lineofflight-frankfurter
- Repository: https://github.com/lineofflight/frankfurter-mcp
- Website: https://frankfurter.dev

## Install
- Endpoint: https://mcp.frankfurter.dev/
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.frankfurter.dev/

## Tools
- get_rates - Blended multi-source reference exchange rates. No date = latest; `date` = that day; `start`+`end` = time series (requires `quotes`). Optional `provider` returns a single source instead of the blend. Non-native bases are cross-derived from each provider's published pairs. Endpoint: https://mcp.frankfurter.dev/
- convert - Convert an amount from one currency to another. Returns {amount, currency} rounded to the target's minor units. Pass `date` for a historical rate. Upstream rounds rates per direction; for low-value sources, flip via `get_rates` for more precision. Endpoint: https://mcp.frankfurter.dev/
- list_currencies - List all supported ISO 4217 currency codes and their full names (e.g. { 'USD': 'United States Dollar' }). Endpoint: https://mcp.frankfurter.dev/
- list_providers - List the available data providers (institutional sources) as {key, name}. Use a key with get_rates' `provider` filter to restrict to a single source. Coverage varies; missing pairs are cross-derived. Endpoint: https://mcp.frankfurter.dev/

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.lineofflight
- Version: 0.2.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 19, 2026
- Source: https://registry.modelcontextprotocol.io
