2 months ago
Accept crypto payments on Algorand, VOI, Hedera & Stellar from any MCP client (Claude Desktop, Cursor, Windsurf). Create hosted checkout links, verify on-chain payments, generate MPP/x402/AP2 challenges. Supports all 16 AlgoVoi networks. Routes through AlgoVoi Cloud.
Server Config
{
"mcpServers": {
"algovoi": {
"command": "npx",
"args": [
"-y",
"@algovoi/mcp-server"
],
"env": {
"ALGOVOI_API_KEY": "algvc_...",
"ALGOVOI_API_BASE": "https://cloud.algovoi.co.uk"
}
}
}
}