ecb_get_exchange_rates
Get foreign exchange rates from the European Central Bank via Frankfurter API. Returns rates relative to EUR or any base currency. Covers USD, GBP, JPY, CHF, AUD, CAD, CNY, SGD, and 30+ more.
Provider: Eurostat & ECB · Required: none
Input schema
{
"type": "object",
"properties": {
"to": {
"type": "string",
"description": "Comma-separated target currencies, e.g. \"USD,GBP,JPY,AUD,CNY\". If omitted returns all."
},
"base": {
"type": "string",
"description": "Base currency (default \"EUR\"), e.g. \"USD\", \"GBP\""
},
"date": {
"type": "string",
"description": "Historical date in YYYY-MM-DD format. Omit for latest rates."
}
}
}
Calling this tool
Send an MCP tools/call request to https://munge.sh/mcp with name ecb_get_exchange_rates.