Skip to main content
Glama

Currency Converter MCP

by wesbos

get_latest_rates

Fetch real-time exchange rates for specified currencies using a base currency. Input base currency and target currency codes to retrieve up-to-date conversion data.

Input Schema

NameRequiredDescriptionDefault
baseNoBase currency code (default: EUR)
symbolsNoComma-separated currency codes to limit results (e.g., USD,GBP,JPY)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "base": { "description": "Base currency code (default: EUR)", "maxLength": 3, "minLength": 3, "type": "string" }, "symbols": { "description": "Comma-separated currency codes to limit results (e.g., USD,GBP,JPY)", "type": "string" } }, "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