← Back to Plugins
MCP Server MCP

io.github.cahthuranag/realtime-exchange-rate-mcp

github By github 👁 1 views ▲ 0 votes

Real-time currency exchange rates, historical data, and multi-currency lookups for MCP clients.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...