convert_currency_latest
Convert currency amounts using current exchange rates from the Frankfurter MCP server. Input amount, source, and target currency codes for accurate conversion.
Instructions
Converts an amount from one currency to another using the latest exchange rates.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | The amount in the source currency to convert. | |
| from_currency | Yes | The source currency ISO4217 code. | |
| to_currency | Yes | The target currency ISO4217 code. |