
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
@algovoi/mcp-server
Advanced tools
MCP server for AlgoVoi — create crypto payment links, verify payments, and generate MPP / x402 challenges from any MCP client (Claude Desktop, Claude Code, Cursor, Windsurf). Supports all 16 AlgoVoi networks: USDC on Algorand/VOI/Hedera/Stellar (mainnet +
MCP server for AlgoVoi — create crypto payment links, verify payments, and generate MPP / x402 challenges from any MCP client (Claude Desktop, Claude Code, Cursor, Windsurf).
# Via npx (no global install)
npx -y @algovoi/mcp-server
# Or install globally
npm install -g @algovoi/mcp-server
algovoi-mcp-server
Requires Node ≥ 20.
Add to your MCP client config (~/.claude.json, ~/.cursor/mcp.json, or claude_desktop_config.json):
{
"mcpServers": {
"algovoi": {
"command": "npx",
"args": ["-y", "@algovoi/mcp-server"],
"env": {
"ALGOVOI_API_KEY": "algv_...",
"ALGOVOI_TENANT_ID": "your-tenant-uuid",
"ALGOVOI_PAYOUT_ADDRESS": "YOUR_WALLET_ADDRESS",
"ALGOVOI_WEBHOOK_SECRET": "optional"
}
}
}
}
Sign up for an AlgoVoi tenant at algovoi.com to get your API key.
| Tool | Purpose |
|---|---|
create_payment_link | Hosted-checkout URL for Algorand / VOI / Hedera / Stellar |
verify_payment | Check if a checkout token settled (optional tx_id) |
prepare_extension_payment | In-page wallet flow params (Algorand / VOI) |
verify_webhook | HMAC-SHA256 AlgoVoi webhook verification |
list_networks | Supported chains + asset IDs |
generate_mpp_challenge | IETF MPP 402 WWW-Authenticate response |
verify_mpp_receipt | Verify MPP on-chain receipt |
verify_x402_proof | Verify x402 base64 proof |
"Create an AlgoVoi payment link for $5 USDC on Algorand, labeled 'Order #42'."
"Verify payment token abc123."
"Generate an MPP 402 challenge for my /premium route, $0.01 per call, on Algorand and VOI."
git clone https://github.com/chopmob-cloud/AlgoVoi-Platform-Adapters
cd AlgoVoi-Platform-Adapters/mcp-server/typescript
npm install
npm run build
npm test
Run the built server directly for debugging:
ALGOVOI_API_KEY=algv_... \
ALGOVOI_TENANT_ID=... \
ALGOVOI_PAYOUT_ADDRESS=... \
node dist/index.js
Business Source License 1.1 — see LICENSE.
FAQs
MCP server for AlgoVoi — create crypto payment links, verify payments, probe MPP endpoints (including MPP subscription lifecycle), screen recipients, compliance trust queries, and generate MPP / x402 challenges from any MCP client. Supports 29 tools acros
The npm package @algovoi/mcp-server receives a total of 41 weekly downloads. As such, @algovoi/mcp-server popularity was classified as not popular.
We found that @algovoi/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.