mcpbeat Sign in

Voulti MCP Server

local only

Voulti runs on your own machine — the client starts it, so there is no endpoint to ping. 35 installs a week from npm. Last commit 17 Sep 2026.

Accept crypto payments from AI agents: invoices + hosted checkout on 5 chains. No API key.

Installs per day peak 16 · avg 4 · +16% w/w
a month agotoday
35
Installs / week
npm · voulti-mcp
0
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Solidity

What the code does

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

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 [пакет] src/index.js:1
этот файл ставится пользователю, но в репозитории его нет
  "bytecode": "0x60c03461026857601f611ebd38819003918201601f19168301916001600160401b0383118484101761026d57808492604094855283398101031261026857610052602061004b83610283565b9201610283565b6001600160a01b0390911660805260a052600080516020611e5d833981519152600081815260208190527f6f709d372e3…
Sends data to a third-party sink apps/api/src/utils/notify.ts:12
const TELEGRAM_API = 'https://api.telegram.org';

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

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 voulti -- npx -y voulti-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "voulti": {
      "args": [
        "-y",
        "voulti-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.voulti]
command = "npx"
args = ["-y", "voulti-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "voulti": {
      "args": [
        "-y",
        "voulti-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "voulti": {
      "args": [
        "-y",
        "voulti-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: VOULTI_COMMERCE_ID (Default merchant id (from app.voulti.com → Receive Payments → Developers). Optional — can be passed per call.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Voulti

same job, measured the same way
MCP Stripe Acp
by codespar

Stripe ACP — AI agent checkout, payment delegation, products, invoices

29 installs/wk local only
TgPay Merchant API
by tgpaybot

Accept crypto payments via the TgPay Merchant API — invoices, subscriptions, webhooks.

20 tools answering
Billium
by billiumhq

Official Billium MCP server: manage crypto invoices, payments, and webhooks from any MCP host.

39 installs/wk local only
ShieldZCash
by shieldzcash

Keyless non-custodial crypto payments for AI agents: payment links and tip jars, no API key.

34 installs/wk 4 tools answering
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
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
Yolfi Payments MCP
by yolfinance

Let AI agents add Yolfi crypto checkout, paylinks, webhooks, and status checks.

48 installs/wk answering
NFe Completa
by mcp-dir

Looks up the full data of an electronic invoice (NFe) from the access key. Platform-hosted, no crede

7 tools answering

Voulti — questions

Answers built from our own checks of this server.

Why is there no uptime for Voulti?
Voulti 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 voulti-mcp was installed 35 times last week.
How do I connect Voulti?
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 voulti-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Voulti?
The npm package voulti-mcp was installed 35 times in the last week. Week over week that is +16%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Voulti open source?
Yes — it is published under the MIT licence, written in Solidity and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.