Currency Rates (ECB)
com.invokera/currency-ratesLatest and historical ECB foreign-exchange reference rates for 30+ currencies, via Frankfurter.
Tools · 3
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 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 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..
Similar MCP servers embedding-nearest
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"
}
}
}