← Back to Plugins
MCP Server MCP

AllRatesToday

github By github 👁 1 views ▲ 0 votes

Real-time & historical exchange rates for 150+ currencies via AllRatesToday (mid-market).

Homepage Verified source GitHub

Install

npx -y @allratestoday/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@allratestoday/mcp-server",
      "version": "0.3.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your AllRatesToday API key (art_live_xxxxx). Required for all tools. Sign up 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...