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.
基本情報
設定
以下の設定を使って、このサーバーを 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
「その他」の他のコンテンツ
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
コメント