Odel
AlgoVoi Platform Adapters

AlgoVoi Platform Adapters

Local
@chopmob-cloud1PythonUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@algovoi/mcp-serverv1.1.3

Run

npx -y @algovoi/mcp-server

MCP client config

{
  "mcpServers": {
    "algovoi-platform-adapters": {
      "command": "npx",
      "args": [
        "-y",
        "@algovoi/mcp-server"
      ]
    }
  }
}
PyPIalgovoi-mcpv1.1.3

Run

uvx algovoi-mcp

MCP client config

{
  "mcpServers": {
    "algovoi-platform-adapters": {
      "command": "uvx",
      "args": [
        "algovoi-mcp"
      ]
    }
  }
}