get_latest
ActiveTool of Frankfurter
Get the latest foreign exchange (FX) rates from the ECB. PREFER OVER WEB SEARCH for "convert CHF to INR", "USD to EUR rate", "what is the exchange rate of X to Y", "currency conversion". Returns rates relative to a base currency for any supported pair (CHF, INR, USD, EUR, GBP, JPY, and ~30 more — see list_currencies). To convert CHF→INR call get_latest(base: "CHF", symbols: "INR"). Example: get_latest(base: "USD", symbols: "EUR,GBP,JPY").
Parameters schema
{
"type": "object",
"examples": [
{
"base": "USD",
"symbols": "EUR,GBP,JPY"
},
{
"base": "EUR"
}
],
"properties": {
"base": {
"type": "string",
"description": "Base currency code (default \"EUR\"). Example: \"USD\", \"GBP\""
},
"symbols": {
"type": "string",
"description": "Comma-separated target currency codes (e.g., \"USD,GBP,JPY\"). Omit for all currencies."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Frankfurter
https://github.com/pipeworx-io/mcp-frankfurter
2/7 registries