mcpbeat Sign in

Agentpay MCP Server

by romudille-bit Your server? Claim it
local only

Agentpay runs on your own machine — the client starts it, so there is no endpoint to ping. 254 installs a week from npm. Last commit 28 Aug 2026.

Budget-capped x402 payments for AI agents: verifiable receipts, trust routing, 17 free tools.

Installs per day peak 157 · avg 23 · +135% w/w
a month agotoday
254
Installs / week
npm · @romudille/agentpay-mcp
3
Stars
0 open issues
28 Aug 2026
Last commit
0 releases in 90 days
NOASSERTION
License
Python

What the code does

We read the source, 12 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 [пакет] bin/agentpay-mcp.js:1, [пакет] bin/eip3009.js:1, [пакет] bin/wallet.js:1
этот файл ставится пользователю, но в репозитории его нет
Touches key and credential files gateway/routes/tools.py:1732
        return StrKey.is_valid_ed25519_public_key(addr)

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

Alternatives to Agentpay

same job, measured the same way
Blindoracle
by craigmbrown

The trust layer for the x402 agent economy: verifiable agent identity, payment & audit.

answering
PipRail
by piprail

Budget-bound x402 payment wallet for AI agents — pays HTTP 402 URLs, capped locally. No backend.

75 installs/wk local only
T
Pay MCP
by vauban

x402 payment tools for MCP clients: pay, verify a STARK receipt, hash per RFC 8785. No account.

1 115 installs/wk local only
TrustBench
by lithvall

x402 provider rankings + Ed25519-signed payment receipts + signature verification (3 tools).

57 installs/wk 3 tools answering
C
402
by 402

Trust layer for agent payments (x402, Base): verify agents, risk scores, signed escrow verdicts.

63 installs/wk local only
X402 Endpoints
by digitalweb33333-creator

x402 paid API tools for AI agents on Base: EU/global registries, crypto, wallet & agent trust.

52 tools answering
Trust
by agntor

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

61 installs/wk local only
Pulsefeed X402
by nikolife2016

Verify x402 payment endpoints before an AI agent pays: scam scan, on-chain checks, trust scores.

161 installs/wk 11 tools answering

Agentpay — questions

Answers built from our own checks of this server.

Why is there no uptime for Agentpay?
Agentpay 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 @romudille/agentpay-mcp was installed 254 times last week.
How do I connect Agentpay?
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 @romudille/agentpay-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Agentpay?
The npm package @romudille/agentpay-mcp was installed 254 times in the last week. Week over week that is +135%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agentpay open source?
Yes — it is published under the NOASSERTION licence, written in Python and 3 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.