AllRatesToday MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ALLRATES_API_KEY | No | Your AllRatesToday API key. Required for `get_rates_authenticated`. | |
| ALLRATES_BASE_URL | No | Override for self-hosted or staging environments. | https://allratestoday.com/api |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_exchange_rateA | Get the current mid-market exchange rate between two currencies. Returns a single rate number. No API key required. |
| get_historical_ratesB | Get historical exchange-rate data points for a currency pair over a period. Periods: 1d (hourly), 7d (daily), 30d (daily), 1y (weekly). Requires an AllRatesToday API key (ALLRATES_API_KEY). |
| get_rates_authenticatedA | Get rates with higher limits and multi-target support. Requires an AllRatesToday API key (ALLRATES_API_KEY). Supports comma-separated targets like "EUR,GBP,JPY". |
| list_currenciesA | List all supported currencies with code, name, and symbol. No API key required. Cached 24h upstream. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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/cahthuranag/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server