mcpbeat Sign in

Paybond MCP Server

by nonameuserd Your server? Claim it
local only

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

Default trust layer for agentic payments: authorize agent spend, evidence, receipts, settlement.

Installs per day peak 88 · avg 19 · -29% w/w
a month agotoday
496
Installs / week
npm · @paybond/kit
1
Stars
0 open issues
2 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 21 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 [пакет] rust/src/intent_creation.rs:1, [пакет] rust/src/lib.rs:1, [пакет] rust/src/wire_golden.rs:1 и ещё 183
этот файл ставится пользователю, но в репозитории его нет
    const child = spawn(command, args, { stdio: "ignore", detached: true });
Runs an external command [пакет] src/paybond_kit/audit/verify.py:98, [пакет] src/paybond_kit/cli/automation.py:143, [пакет] src/paybond_kit/cli/control_plane.py:203 и ещё 4
        result = subprocess.run(
      document.getElementById("banner-root").innerHTML = renderBanner(hasCredentials, events.length > 0);

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

This one needs environment variables set before it will start: PAYBOND_API_KEY (Paybond service-account API key for the tenant-bound MCP session.), PAYBOND_GATEWAY_URL (Optional Paybond gateway base URL. Defaults to the hosted Paybond API.), PAYBOND_ENV_FILE (Optional local env file path used to load PAYBOND_API_KEY when the host does not set it directly.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Paybond MCP Server

same job, measured the same way
MCP Ap2
by codespar

MCP server for AP2 — Google's Agent-to-Agent Payment Protocol (authorization, audit, trust)

23 installs/wk local only
AgentIndex
by cognivis

Trust scores and on-chain payment receipts for x402 services.

4 tools answering
M2mcent
by evozim

x402 payment wrapper for AI Agents and MCP Servers. USDC settlements on Base L2.

82 installs/wk local only
Trust
by agntor

Trust layer for AI agents: identity, guard, redact, escrow, and x402 payments.

30 installs/wk local only
Xrpl Referee
by eamwhite1

Trust and payment layer for the agentic economy on the XRP Ledger.

41 tools answering
Yookassa MCP
by theyahia

MCP server for YooKassa payment API — payments, refunds, receipts (54-FZ). 10 tools. First MCP for

70 installs/wk local only
Site Rep MCP
by nish3451

Read-only Site Rep handoff: agent brief, pending work, first-customer receipt with payment evidence.

answering
Junto MCP
by vrllrv

The payment protocol for people and agents. One MCP server, any payment rail.

36 installs/wk local only

Paybond MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Paybond MCP Server?
Paybond 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 @paybond/kit was installed 496 times last week.
How do I connect Paybond 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 @paybond/kit straight from npm; nothing to host, nothing to sign up for.
How many people use Paybond MCP Server?
The npm package @paybond/kit was installed 496 times in the last week. Week over week that is -29%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Paybond MCP Server open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 1 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.