Skip to main content
Glama

FrankfurterMCP

convert_currency_latest

Convert currency amounts between different codes using up-to-date exchange rates via the FrankfurterMCP server.

Instructions

Converts an amount from one currency to another using the latest exchange rates.

Input Schema

NameRequiredDescriptionDefault
amountYesThe amount in the source currency to convert.
from_currencyYesThe source currency code.
to_currencyYesThe target currency code.

Input Schema (JSON Schema)

{ "properties": { "amount": { "description": "The amount in the source currency to convert.", "title": "Amount", "type": "number" }, "from_currency": { "description": "The source currency code.", "title": "From Currency", "type": "string" }, "to_currency": { "description": "The target currency code.", "title": "To Currency", "type": "string" } }, "required": [ "amount", "from_currency", "to_currency" ], "type": "object" }
Install Server

Other Tools from FrankfurterMCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/anirbanbasu/frankfurtermcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server