Skip to main content
Glama

Currency Converter MCP

by wesbos

convert_currency

Convert currencies in real-time using ISO currency codes. Enter source and target currencies along with the amount to get accurate exchange rates and conversion results.

Input Schema

NameRequiredDescriptionDefault
amountYesAmount to convert
fromYesSource currency code (e.g., USD, EUR)
toYesTarget currency code (e.g., USD, EUR)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amount": { "description": "Amount to convert", "exclusiveMinimum": 0, "type": "number" }, "from": { "description": "Source currency code (e.g., USD, EUR)", "maxLength": 3, "minLength": 3, "type": "string" }, "to": { "description": "Target currency code (e.g., USD, EUR)", "maxLength": 3, "minLength": 3, "type": "string" } }, "required": [ "from", "to", "amount" ], "type": "object" }
Install Server

Other Tools from Currency Converter MCP

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/wesbos/currency-conversion-mcp'

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