MCP.so
登录

Algovoi Mcp Server

@chopmob-cloud

关于 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.

基本信息

分类

其他

许可证

NOASSERTION

运行时

python

传输方式

stdio

发布者

chopmob-cloud

提交者

Chris

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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

评论

其他 分类下的更多 MCP 服务器