Loading MCP server directory, please wait...
Real-time currency exchange rates, historical data, and multi-currency lookups for MCP clients.
npx @getmcp/cli add io.github.cahthuranag/realtime-exchange-rate-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
ALLRATES_API_KEYAPI key (art_live_xxxxx). Required for all tools. Get one free at https://allratestoday.com/register.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.cahthuranag/realtime-exchange-rate-mcp": {
"command": "npx",
"args": [
"-y",
"@allratestoday/mcp-server"
],
"env": {
"ALLRATES_API_KEY": "",
"ALLRATES_BASE_URL": ""
}
}
}
}