mcpbeat Sign in

Agenticpay MCP Server

local only

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

x402 USDC paywall bridge for MCP — pay per tool call on Solana.

Installs per day peak 23 · avg 12 · -31% w/w
a month agotoday
40
Installs / week
npm · @agenticpay/mcp-bridge
3
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What changed 32

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 18 August 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed
and 22 more, back to 18 August 2026

Nothing serious here today

Today is the operative word: we check Agenticpay every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

This one needs environment variables set before it will start: AGENTICPAY_BRIDGE_KEYPAIR (Solana keypair as 64-byte JSON array (the format `solana-keygen new` writes). The bridge signs each x402 payment with this keypair.), AGENTICPAY_BRIDGE_TOOLS (JSON array of paid tool definitions. Each entry: { name, description, url, inputSchema, headers? }), AGENTICPAY_BRIDGE_NETWORK (CAIP-2 network identifier. Devnet: solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1), AGENTICPAY_BRIDGE_RPC (Solana JSON-RPC URL). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Agenticpay

same job, measured the same way
Wallet Doctor x402
by zikriz

Multi-chain wallet MCP. 18 tools: balance, swap, bridge, stake, claim. Pay-per-call USDC (x402 v2).

16 tools answering
SEO Tools
by timzinin-api

5 pay-per-call SEO tools over MCP. Free discovery, tool calls settle in USDC on Base via x402.

7 tools answering
AgentUtility Agentops
by agentutility

MCP server for the @agentutility agentops cluster — pay-per-call x402 tools, no API keys, USDC on…

77 installs/wk local only
HPP x402 MCP Bridge
by hpp-io

MCP bridge for autonomous x402 payments in HPP USDC.e — discover and pay for services per call.

93 installs/wk local only
AgentUtility Rollforge
by agentutility

MCP server for the @agentutility rollforge cluster — pay-per-call x402 tools, no API keys, USDC on…

75 installs/wk local only
AgentUtility Bestiary
by agentutility

MCP server for the @agentutility bestiary cluster — pay-per-call x402 tools, no API keys, USDC on…

72 installs/wk local only
AgentUtility Locale
by agentutility

MCP server for the @agentutility locale cluster — pay-per-call x402 tools, no API keys, USDC on…

79 installs/wk local only
Web Intel
by timzinin-api

8 pay-per-call web intel tools over MCP. Free discovery, calls settle in USDC on Base (x402).

10 tools answering

Agenticpay — questions

Answers built from our own checks of this server.

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