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).
Run
npx -y @algovoi/mcp-server
MCP client config
{
"mcpServers": {
"algovoi-platform-adapters": {
"command": "npx",
"args": [
"-y",
"@algovoi/mcp-server"
]
}
}
}Run
uvx algovoi-mcp
MCP client config
{
"mcpServers": {
"algovoi-platform-adapters": {
"command": "uvx",
"args": [
"algovoi-mcp"
]
}
}
}