
Algovoi Mcp Server
Let your coding agent create and manage USDC and native crypto payment flows on Algorand, VOI, Hedera, and Stellar without hand-rolling chain-specific APIs.
Overview
AlgoVoi MCP is a Build-phase MCP server that exposes AlgoVoi crypto payment APIs (USDC and native on Algorand, VOI, Hedera, and Stellar) to coding agents over stdio.
What is this MCP server?
- MCP server v1.1.3 (@algovoi/mcp-server) with stdio transport for Claude Code, Cursor, and other MCP hosts.
- USDC plus native assets on Algorand, VOI, Hedera, and Stellar via AlgoVoi Cloud or direct API bases.
- Required secret ALGOVOI_API_KEY (algv_...) from dash.algovoi.co.uk; optional ALGOVOI_API_BASE, tenant, payout, and webho
- Managed payouts through cloud.algovoi.co.uk by default; direct-tenant mode when ALGOVOI_TENANT_ID and payout address are
- npm registry package—install and register in your agent MCP config like other Node stdio servers.
- Server version 1.1.3 on npm package @algovoi/mcp-server
- stdio transport with 1 required secret env var (ALGOVOI_API_KEY) plus 4 optional configuration variables
- Documents USDC and native support on 4 networks: Algorand, VOI, Hedera, Stellar
What problem does it solve?
Solo builders waste days juggling separate chain SDKs and payout setup when they only need reliable crypto payments inside an agent-driven codebase.
Who is it for?
Indie SaaS or API products adding USDC or native crypto checkout on Algorand-family chains while building with Claude Code or Cursor.
Skip if: Teams that only need fiat Stripe-style billing with no on-chain settlement, or builders without an AlgoVoi API key and payout policy.
What do I get? / Deliverables
After you register the server with ALGOVOI_API_KEY, your agent can call AlgoVoi payment tools against cloud or direct API endpoints instead of writing custom integration glue.
- Registered stdio MCP server wired to AlgoVoi Cloud or custom API base
- Agent-callable tools for multi-chain USDC and native payment operations
- Environment template for tenant, payout address, and webhook secret when using direct API mode
Recommended MCP Servers
Journey fit
Crypto checkout and payout wiring lands in the Build phase when you connect real money movement to your product backend or agent workflows. Payments are third-party service integrations—AlgoVoi is exposed as MCP tools over stdio/npm, not a standalone ship-time audit skill.
How it compares
Chain payment MCP integration, not a generic agent skill or wallet UI library.
Common Questions / FAQ
Who is AlgoVoi MCP for?
Solo and indie builders shipping SaaS, APIs, or shops who want their coding agent to manage AlgoVoi crypto payments across four supported networks.
When should I use AlgoVoi MCP?
Use it in Build while integrating checkout, subscriptions, or payout flows that must settle USDC or native assets on Algorand, VOI, Hedera, or Stellar.
How do I add AlgoVoi MCP to my agent?
Install @algovoi/mcp-server from npm, set ALGOVOI_API_KEY (and optional ALGOVOI_API_BASE or tenant variables), then register the stdio server in your Claude Code or Cursor MCP settings.