Skip to main content
Glama

Exchange Rate MCP Server

by sin4ch

convert_currency

Convert currency amounts between different currencies using current exchange rates. Enter the amount, source currency, and target currency to get the converted value.

Instructions

Convert an amount from one currency to another using current exchange rates.

Input Schema

NameRequiredDescriptionDefault
amountYes
base_currYes
target_currYes

Input Schema (JSON Schema)

{ "properties": { "amount": { "type": "number" }, "base_curr": { "type": "string" }, "target_curr": { "type": "string" } }, "required": [ "amount", "base_curr", "target_curr" ], "type": "object" }

Other Tools from Exchange Rate MCP Server

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/sin4ch/exchange-rate-mcp'

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