mcpbeat Sign in

Algovoi MCP Server

by chopmob-cloud Your server? Claim it
local only

Algovoi MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 155 installs a week from pypi. Last commit 26 Aug 2026.

AlgoVoi crypto payments via MCP: USDC + native on Algorand, VOI, Hedera, Stellar.

Installs per day peak 22 · avg 7 · +88% w/w
a month agotoday
155
Installs / week
npm · @algovoi/mcp-server
1
Stars
1 open issues
26 Aug 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

      var stxnBytes=Uint8Array.from(atob(res.stxns[0]),function(c){return c.charCodeAt(0);});
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] algovoi_mcp/__init__.py:1, [пакет] algovoi_mcp/__main__.py:1, [пакет] algovoi_mcp/audit.py:1 и ещё 6
этот файл ставится пользователю, но в репозитории его нет
    return subprocess.Popen(
Sends data to a third-party sink telegram/telegram_algovoi.py:51
TELEGRAM_API_BASE = "https://api.telegram.org"
      document.getElementById('mn-action').innerHTML = html;

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Algovoi MCP Server and you get told the day something new turns up.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add algovoi-mcp-server -- npx -y @algovoi/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "algovoi-mcp-server": {
      "args": [
        "-y",
        "@algovoi/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.algovoi-mcp-server]
command = "npx"
args = ["-y", "@algovoi/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "algovoi-mcp-server": {
      "args": [
        "-y",
        "@algovoi/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "algovoi-mcp-server": {
      "args": [
        "-y",
        "@algovoi/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ALGOVOI_API_KEY (Your AlgoVoi API key (algv_...) from https://dash.algovoi.co.uk.), ALGOVOI_API_BASE (AlgoVoi API base URL. Default cloud.algovoi.co.uk (managed payouts) or api1.ilovechicken.co.uk.), ALGOVOI_TENANT_ID (Tenant UUID. Required only for direct API access. Leave unset when using AlgoVoi Cloud.), ALGOVOI_PAYOUT_ADDRESS (Default payout wallet address. Required only for direct API access; managed in Cloud otherwise.), ALGOVOI_WEBHOOK_SECRET (Optional HMAC-SHA256 secret for webhook verification. Enables the verify_webhook tool.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Algovoi MCP Server

same job, measured the same way
Cabin Flights
by kobuta23

Search and book real flights with USDC on Base. 500+ airlines, crypto-native payments.

22 installs/wk local only
Inventpay MCP
by jams24

Manage crypto payments, stores, digital products, and orders via InventPay

36 installs/wk local only
Boo Mpp MCP
by lucle87

Pay-per-call crypto data for AI agents. USDC.e on Tempo via MPP. No API key.

32 installs/wk local only
Korean Stocks
by deepsearch-common

Korean stock & crypto for AI agents. KRX news, financials, risk via x402 USDC payments.

32 installs/wk local only
MCP X402
by codespar

MCP server for x402 — HTTP-native micropayments protocol by Coinbase (USDC on Base/Solana)

30 installs/wk local only
Boo X402 MCP
by lucle87

Pay-per-call crypto data for AI agents. USDC on Base via x402. No API key.

30 installs/wk local only
Ra Pay
by rapay

Send fiat payments via MCP with two-step confirmation and Stripe Connect.

65 installs/wk local only
Ledger MCP
by novadyne-hq

Double-entry bookkeeping API that natively accepts crypto micropayments (x402, USDC on Base).

105 installs/wk local only

Algovoi MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Algovoi MCP Server?
Algovoi MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @algovoi/mcp-server was installed 155 times last week.
How do I connect Algovoi MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @algovoi/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Algovoi MCP Server?
The npm package @algovoi/mcp-server was installed 155 times in the last week. Week over week that is +88%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Algovoi MCP Server open source?
We cannot say either way: written in Python, 1 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.