Skip to main content
Glama

Currency Converter MCP

by wesbos

get_historical_rates

Fetch historical currency exchange rates for a specific date using the Currency Converter MCP server. Specify the date and optional base or target currencies to retrieve accurate rate data.

Input Schema

NameRequiredDescriptionDefault
baseNoBase currency code (default: EUR)
dateYesDate in YYYY-MM-DD format
symbolsNoComma-separated currency codes to limit results

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" }, "date": { "description": "Date in YYYY-MM-DD format", "pattern": "^\\d{4}-\\d{2}-\\d{2}$", "type": "string" }, "symbols": { "description": "Comma-separated currency codes to limit results", "type": "string" } }, "required": [ "date" ], "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