AgentHubAgentHub

algovoi-mcp-server

MCP ServerMCP Registry官方收录

io.github.chopmob-cloud/algovoi-mcp-server · v1.1.3

AlgoVoi crypto payments via MCP: USDC + native on Algorand, VOI, Hedera, Stellar.

概览

algovoi-mcp-server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "algovoi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@algovoi/mcp-server"
      ],
      "env": {
        "ALGOVOI_API_KEY": "<ALGOVOI_API_KEY>"
      }
    }
  }
}

环境变量

ALGOVOI_API_KEY必填secret

Your AlgoVoi API key (algv_...) from https://dash.algovoi.co.uk.

ALGOVOI_API_BASE可选

AlgoVoi API base URL. Default cloud.algovoi.co.uk (managed payouts) or api1.ilovechicken.co.uk.

ALGOVOI_TENANT_ID可选

Tenant UUID. Required only for direct API access. Leave unset when using AlgoVoi Cloud.

ALGOVOI_PAYOUT_ADDRESS可选

Default payout wallet address. Required only for direct API access; managed in Cloud otherwise.

ALGOVOI_WEBHOOK_SECRET可选secret

Optional HMAC-SHA256 secret for webhook verification. Enables the verify_webhook tool.

ALGOVOI_API_KEY必填secret

Your AlgoVoi API key (algv_...) from https://dash.algovoi.co.uk.

ALGOVOI_API_BASE可选

AlgoVoi API base URL. Default cloud.algovoi.co.uk (managed payouts) or api1.ilovechicken.co.uk.

ALGOVOI_TENANT_ID可选

Tenant UUID. Required only for direct API access. Leave unset when using AlgoVoi Cloud.

ALGOVOI_PAYOUT_ADDRESS可选

Default payout wallet address. Required only for direct API access; managed in Cloud otherwise.

ALGOVOI_WEBHOOK_SECRET可选secret

Optional HMAC-SHA256 secret for webhook verification. Enables the verify_webhook tool.

相关资源

统一 Manifest

{
  "id": "io.github.chopmob-cloud/algovoi-mcp-server",
  "type": "mcp-server",
  "version": "1.1.3",
  "displayName": "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"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@algovoi/mcp-server",
        "version": "1.1.3",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "ALGOVOI_API_KEY",
            "description": "Your AlgoVoi API key (algv_...) from https://dash.algovoi.co.uk.",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "ALGOVOI_API_BASE",
            "description": "AlgoVoi API base URL. Default cloud.algovoi.co.uk (managed payouts) or api1.ilovechicken.co.uk."
          },
          {
            "name": "ALGOVOI_TENANT_ID",
            "description": "Tenant UUID. Required only for direct API access. Leave unset when using AlgoVoi Cloud."
          },
          {
            "name": "ALGOVOI_PAYOUT_ADDRESS",
            "description": "Default payout wallet address. Required only for direct API access; managed in Cloud otherwise."
          },
          {
            "name": "ALGOVOI_WEBHOOK_SECRET",
            "description": "Optional HMAC-SHA256 secret for webhook verification. Enables the verify_webhook tool.",
            "isSecret": true
          }
        ]
      },
      {
        "registryType": "pypi",
        "identifier": "algovoi-mcp",
        "version": "1.1.3",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "ALGOVOI_API_KEY",
            "description": "Your AlgoVoi API key (algv_...) from https://dash.algovoi.co.uk.",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "ALGOVOI_API_BASE",
            "description": "AlgoVoi API base URL. Default cloud.algovoi.co.uk (managed payouts) or api1.ilovechicken.co.uk."
          },
          {
            "name": "ALGOVOI_TENANT_ID",
            "description": "Tenant UUID. Required only for direct API access. Leave unset when using AlgoVoi Cloud."
          },
          {
            "name": "ALGOVOI_PAYOUT_ADDRESS",
            "description": "Default payout wallet address. Required only for direct API access; managed in Cloud otherwise."
          },
          {
            "name": "ALGOVOI_WEBHOOK_SECRET",
            "description": "Optional HMAC-SHA256 secret for webhook verification. Enables the verify_webhook tool.",
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.chopmob-cloud/algovoi-mcp-server",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.chopmob-cloud%2Falgovoi-mcp-server/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
algovoi-mcp-server — MCP Server 安装与配置 · AgentHub