io.github.chopmob-cloud/algovoi-mcp-server MCP Server
io.github.chopmob-cloud/algovoi-mcp-server
What is the io.github.chopmob-cloud/algovoi-mcp-server MCP server?
AlgoVoi crypto payments via MCP: USDC + native on Algorand, VOI, Hedera, Stellar.
How to install io.github.chopmob-cloud/algovoi-mcp-server
Copy-paste configuration for popular MCP clients.
ALGOVOI_API_KEYrequiredsecretYour AlgoVoi API key (algv_...) from https://dash.algovoi.co.uk.
ALGOVOI_API_BASEAlgoVoi API base URL. Default cloud.algovoi.co.uk (managed payouts) or api1.ilovechicken.co.uk.
ALGOVOI_TENANT_IDTenant UUID. Required only for direct API access. Leave unset when using AlgoVoi Cloud.
ALGOVOI_PAYOUT_ADDRESSDefault payout wallet address. Required only for direct API access; managed in Cloud otherwise.
ALGOVOI_WEBHOOK_SECRETsecretOptional HMAC-SHA256 secret for webhook verification. Enables the verify_webhook tool.
{
"mcpServers": {
"algovoi-mcp-server": {
"command": "npx",
"args": [
"-y",
"@algovoi/mcp-server"
],
"env": {
"ALGOVOI_API_KEY": "<YOUR_ALGOVOI_API_KEY>",
"ALGOVOI_API_BASE": "<YOUR_ALGOVOI_API_BASE>",
"ALGOVOI_TENANT_ID": "<YOUR_ALGOVOI_TENANT_ID>",
"ALGOVOI_PAYOUT_ADDRESS": "<YOUR_ALGOVOI_PAYOUT_ADDRESS>",
"ALGOVOI_WEBHOOK_SECRET": "<YOUR_ALGOVOI_WEBHOOK_SECRET>"
}
}
}
}{
"mcpServers": {
"algovoi-mcp-server": {
"command": "npx",
"args": [
"-y",
"@algovoi/mcp-server"
],
"env": {
"ALGOVOI_API_KEY": "<YOUR_ALGOVOI_API_KEY>",
"ALGOVOI_API_BASE": "<YOUR_ALGOVOI_API_BASE>",
"ALGOVOI_TENANT_ID": "<YOUR_ALGOVOI_TENANT_ID>",
"ALGOVOI_PAYOUT_ADDRESS": "<YOUR_ALGOVOI_PAYOUT_ADDRESS>",
"ALGOVOI_WEBHOOK_SECRET": "<YOUR_ALGOVOI_WEBHOOK_SECRET>"
}
}
}
}{
"mcpServers": {
"algovoi-mcp-server": {
"command": "npx",
"args": [
"-y",
"@algovoi/mcp-server"
],
"env": {
"ALGOVOI_API_KEY": "<YOUR_ALGOVOI_API_KEY>",
"ALGOVOI_API_BASE": "<YOUR_ALGOVOI_API_BASE>",
"ALGOVOI_TENANT_ID": "<YOUR_ALGOVOI_TENANT_ID>",
"ALGOVOI_PAYOUT_ADDRESS": "<YOUR_ALGOVOI_PAYOUT_ADDRESS>",
"ALGOVOI_WEBHOOK_SECRET": "<YOUR_ALGOVOI_WEBHOOK_SECRET>"
}
}
}
}{
"servers": {
"algovoi-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@algovoi/mcp-server"
],
"env": {
"ALGOVOI_API_KEY": "<YOUR_ALGOVOI_API_KEY>",
"ALGOVOI_API_BASE": "<YOUR_ALGOVOI_API_BASE>",
"ALGOVOI_TENANT_ID": "<YOUR_ALGOVOI_TENANT_ID>",
"ALGOVOI_PAYOUT_ADDRESS": "<YOUR_ALGOVOI_PAYOUT_ADDRESS>",
"ALGOVOI_WEBHOOK_SECRET": "<YOUR_ALGOVOI_WEBHOOK_SECRET>"
}
}
}
}claude mcp add algovoi-mcp-server --env ALGOVOI_API_KEY=<YOUR_ALGOVOI_API_KEY> --env ALGOVOI_API_BASE=<YOUR_ALGOVOI_API_BASE> --env ALGOVOI_TENANT_ID=<YOUR_ALGOVOI_TENANT_ID> --env ALGOVOI_PAYOUT_ADDRESS=<YOUR_ALGOVOI_PAYOUT_ADDRESS> --env ALGOVOI_WEBHOOK_SECRET=<YOUR_ALGOVOI_WEBHOOK_SECRET> -- npx -y @algovoi/mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.