MCP Server
MCP
io.github.cahthuranag/realtime-exchange-rate-mcp
Real-time currency exchange rates, historical data, and multi-currency lookups for MCP clients.
Install
npx -y @allratestoday/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@allratestoday/mcp-server",
"version": "0.3.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key (art_live_xxxxx). Required for all tools. Get one free at https://allratestoday.com/register.",
"isRequired": true,
"isSecret": true,
"name": "ALLRATES_API_KEY"
},
{
"description": "Override API base URL (default: https://allratestoday.com/api).",
"name": "ALLRATES_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment