Serversio.github.cahthuranag/realtime-exchange-rate-mcp
M

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

io.github.cahthuranag/realtime-exchange-rate-mcp · v0.3.3
▦ npm
v0.3.3npm npm: @allratestoday/mcp-server↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.cahthuranag/realtime-exchange-rate-mcp",
  "description": "Real-time currency exchange rates, historical data, and multi-currency lookups for MCP clients.",
  "repository": {
    "url": "https://github.com/cahthuranag/realtime-exchange-rate-mcp",
    "source": "github"
  },
  "version": "0.3.3",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}