algovoi-mcp-server
About
AlgoVoi crypto payments via MCP: USDC + native on Algorand, VOI, Hedera, Stellar.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
ALGOVOI_API_KEY ALGOVOI_API_BASE ALGOVOI_TENANT_ID ALGOVOI_PAYOUT_ADDRESS ALGOVOI_WEBHOOK_SECRETClaude Code
claude mcp add --env ALGOVOI_API_KEY= --env ALGOVOI_API_BASE= --env ALGOVOI_TENANT_ID= --env ALGOVOI_PAYOUT_ADDRESS= --env ALGOVOI_WEBHOOK_SECRET= algovoi-mcp-server -- npx @algovoi/mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"algovoi-mcp-server","command":"npx","args":["@algovoi/mcp-server"],"env":{"ALGOVOI_API_KEY":"","ALGOVOI_API_BASE":"","ALGOVOI_TENANT_ID":"","ALGOVOI_PAYOUT_ADDRESS":"","ALGOVOI_WEBHOOK_SECRET":""}}'
JSON
{
"mcpServers": {
"algovoi-mcp-server": {
"command": "npx",
"args": [
"@algovoi/mcp-server"
],
"env": {
"ALGOVOI_API_KEY": "",
"ALGOVOI_API_BASE": "",
"ALGOVOI_TENANT_ID": "",
"ALGOVOI_PAYOUT_ADDRESS": "",
"ALGOVOI_WEBHOOK_SECRET": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.