Skip to main content
Glama
AllRates-Today

Realtime Exchange Rate MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ALLRATES_API_KEYYesYour API key from AllRatesToday. Required for the server to start. Get one at https://allratestoday.com/register
ALLRATES_BASE_URLNoOverride for self-hosted or staging deployments. Default: https://allratestoday.com/apihttps://allratestoday.com/api

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_exchange_rateA

Get the current mid-market exchange rate between two currencies. Returns a single rate number. Requires API key (ALLRATES_API_KEY).

get_historical_ratesA

Get historical exchange-rate data points for a currency pair over a period. Periods: 1d (hourly), 7d (daily), 30d (daily), 1y (weekly). Requires API key (ALLRATES_API_KEY).

get_rates_authenticatedA

Get rates with higher limits and multi-target support. Requires API key (ALLRATES_API_KEY). Supports comma-separated targets like "EUR,GBP,JPY".

list_currenciesA

List all supported currencies with code, name, and symbol. Requires API key (ALLRATES_API_KEY). Cached 24h upstream.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/AllRates-Today/realtime-exchange-rate-mcp'

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