MCP.so
Sign In

Algovoi Mcp Server

@chopmob-cloud

About Algovoi Mcp Server

AlgoVoi apps & adapters — ecommerce, marketplace, AI-agent, and no-code integrations for the AlgoVoi x402 multi-chain payment gateway. Apache-2.0.

Basic information

Category

Other

License

NOASSERTION

Runtime

python

Transports

stdio

Publisher

chopmob-cloud

Submitted by

Chris

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "algovoi": {
      "command": "npx",
      "args": [
        "-y",
        "@algovoi/mcp-server"
      ],
      "env": {
        "ALGOVOI_API_KEY": "algvc_...",
        "ALGOVOI_API_BASE": "https://cloud.algovoi.co.uk"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Algovoi Mcp Server?

Algovoi Mcp Server is an MCP (Model Context Protocol) server that exposes AlgoVoi’s payment infrastructure as tools callable by any MCP client — including Claude Desktop, Claude Code, Cursor, and Windsurf. It ships in TypeScript and Python packages and provides 21 tools for one‑time payments, protocol challenges, A2A agent pay‑and‑call flows, and recurring standing‑authority subscriptions across multiple blockchains.

How to use Algovoi Mcp Server?

Install the TypeScript package globally (npm i -g @algovoi/mcp-server) or the Python package (pip install algovoi-mcp). Configure the server in your MCP client’s JSON config (e.g., claude_desktop_config.json) with an ALGOVOI_API_KEY and, optionally, payout addresses. Use the AlgoVoi Cloud endpoint (https://cloud.algovoi.co.uk) or connect directly. The server exposes all 21 tools over stdio; the client calls them as needed.

Key features of Algovoi Mcp Server

  • 21 MCP tools: payments, protocol challenges, A2A, and recurring authority
  • Two packages: TypeScript (@algovoi/mcp-server) and Python (algovoi-mcp)
  • Supports Algorand, VOI, Hedera, Stellar, Base, Tempo, and Solana
  • Built‑in A2A pay‑and‑call flow for payment‑gated agents
  • Recurring subscriptions via per‑chain authorization primitives
  • Auth via environment variables only – secrets never pass through tool arguments

Use cases of Algovoi Mcp Server

  • Create hosted checkout links for any amount and supported chain
  • Verify payment proofs and webhook signatures from AlgoVoi
  • Discover and call payment‑gated A2A agents with automatic challenge handling
  • Manage recurring spending authorities (create, pause, revoke, manual pull)
  • Integrate payment infrastructure into MCP‑compatible AI assistants

FAQ from Algovoi Mcp Server

What runtimes are required?

Algovoi Mcp Server ships as a TypeScript npm package and a Python pip package. You need either Node.js (for npx) or Python (for

Comments

More Other MCP servers