Frankfurter
io.github.lineofflight/frankfurterConvert currencies and fetch blended FX rates from 50+ institutional sources.
Tools · 3
Latest or a single day's exchange rates. The raw-rate companion to `convert`.
Convert an amount from one currency to another. Returns {amount, currency} rounded to the target's minor units. Upstream rounds rates per direction; for low-value sources, flip via `get_rates` for mor…
List all supported ISO 4217 currency codes and their full names (e.g. { 'USD': 'United States Dollar' }).
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"frankfurter": {
"url": "https://mcp.frankfurter.dev/",
"transport": "http"
}
}
}