Serversio.github.chopmob-cloud/algovoi-mcp-server
S

io.github.chopmob-cloud/algovoi-mcp-server

io.github.chopmob-cloud/algovoi-mcp-server · v1.1.3
▦ npm
v1.1.3npm npm: @algovoi/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.chopmob-cloud/algovoi-mcp-server",
  "description": "AlgoVoi crypto payments via MCP: USDC + native on Algorand, VOI, Hedera, Stellar.",
  "repository": {
    "url": "https://github.com/chopmob-cloud/AlgoVoi-Platform-Adapters",
    "source": "github"
  },
  "version": "1.1.3",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@algovoi/mcp-server",
      "version": "1.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your AlgoVoi API key (algv_...) from https://dash.algovoi.co.uk.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ALGOVOI_API_KEY"
        },
        {
          "description": "AlgoVoi API base URL. Default cloud.algovoi.co.uk (managed payouts) or api1.ilovechicken.co.uk.",
          "format": "string",
          "default": "https://cloud.algovoi.co.uk",
          "name": "ALGOVOI_API_BASE"
        },
        {
          "description": "Tenant UUID. Required only for direct API access. Leave unset when using AlgoVoi Cloud.",
          "format": "string",
          "name": "ALGOVOI_TENANT_ID"
        },
        {
          "description": "Default payout wallet address. Required only for direct API access; managed in Cloud otherwise.",
          "format": "string",
          "name": "ALGOVOI_PAYOUT_ADDRESS"
        },
        {
          "description": "Optional HMAC-SHA256 secret for webhook verification. Enables the verify_webhook tool.",
          "format": "string",
          "isSecret": true,
          "name": "ALGOVOI_WEBHOOK_SECRET"
        }
      ]
    },
    {
      "registryType": "pypi",
      "identifier": "algovoi-mcp",
      "version": "1.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your AlgoVoi API key (algv_...) from https://dash.algovoi.co.uk.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ALGOVOI_API_KEY"
        },
        {
          "description": "AlgoVoi API base URL. Default cloud.algovoi.co.uk (managed payouts) or api1.ilovechicken.co.uk.",
          "format": "string",
          "default": "https://cloud.algovoi.co.uk",
          "name": "ALGOVOI_API_BASE"
        },
        {
          "description": "Tenant UUID. Required only for direct API access. Leave unset when using AlgoVoi Cloud.",
          "format": "string",
          "name": "ALGOVOI_TENANT_ID"
        },
        {
          "description": "Default payout wallet address. Required only for direct API access; managed in Cloud otherwise.",
          "format": "string",
          "name": "ALGOVOI_PAYOUT_ADDRESS"
        },
        {
          "description": "Optional HMAC-SHA256 secret for webhook verification. Enables the verify_webhook tool.",
          "format": "string",
          "isSecret": true,
          "name": "ALGOVOI_WEBHOOK_SECRET"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}