Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

Currency Rates (ECB)

com.invokera/currency-rates

Latest and historical ECB foreign-exchange reference rates for 30+ currencies, via Frankfurter.

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

Tools · 3

get_currencies

List all supported currencies. Returns every supported ISO 4217 currency code with its full English name. Returns: Map of currency code to currency name..

get_historical_rates

Get exchange rates for a past date. Returns the ECB reference rates that were published on (or nearest before) the given date. Returns: Historical reference rates for the requested date..

get_latest_rates

Get the latest exchange rates. Returns the most recent ECB reference rates. The base currency defaults to EUR unless "base" is given. Returns: Latest reference rates keyed by currency code..

How to use

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

{
  "mcpServers": {
    "currency_rates_(ecb)": {
      "url": "https://invokera.com/r/currency-rates",
      "transport": "streamable-http"
    }
  }
}