Skip to content
Back to search
100
MCP live MCP 2025-11-25 http

Frankfurter

io.github.lineofflight/frankfurter

Convert currencies and fetch blended FX rates from 50+ institutional sources.

Uptime
100.0%
1 direct probes · 30d
Response
310ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

get_rates

Latest or a single day's exchange rates. The raw-rate companion to `convert`.

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_currencies

List all supported ISO 4217 currency codes and their full names (e.g. { 'USD': 'United States Dollar' }).

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "frankfurter": {
      "url": "https://mcp.frankfurter.dev/",
      "transport": "http"
    }
  }
}