mcpbeat Sign in

HPP x402 MCP Bridge MCP Server

local only

HPP x402 MCP Bridge runs on your own machine — the client starts it, so there is no endpoint to ping. 93 installs a week from npm. Last commit 20 Aug 2026.

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

Installs per day peak 393 · avg 46 · -26% w/w
a month agotoday
93
Installs / week
npm · @hpp-io/x402-mcp-bridge
0
Stars
1 open issues
20 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 1 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.

Runs a command on install [пакет] package.json:1
postinstall: patch-package || true
Runs an external command src/cli/install-claude-code.ts:60
  const res = spawnSync(bin, args, { cwd: opts.cwd, encoding: "utf8" });

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

This one needs environment variables set before it will start: DELEGATE_PRIVATE_KEY (Delegate EOA private key used to sign payments. Auto-created in the OS keychain if unset.), HPP_NETWORK (Target network: eip155:181228 (HPP Sepolia, default) or eip155:190415 (HPP Mainnet).), RESOURCE_SERVER_URL (Optional upstream MCP server to proxy. Omit to expose only the local tools.), SAFE_ADDRESS (Safe address for governance (Safe) mode. Set together with ALLOWANCE_MODULE_ADDRESS.), ALLOWANCE_MODULE_ADDRESS (Safe AllowanceModule address for governance (Safe) mode. Set together with SAFE_ADDRESS.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to HPP x402 MCP Bridge

same job, measured the same way
Minia2a MCP
by minia2a

MCP server for minia2a.uk — discover and call 1,600+ x402 pay-per-call APIs with USDC payments.

local only
US Brand Intelligence
by timzinin-api

Pay-per-call US brand evidence and signal workflows with free MCP discovery and x402 payments.

21 tools answering
Lead Intelligence
by timzinin-api

Pay-per-call lead intelligence tools with free MCP discovery and x402 payments.

8 tools answering
mcp-x402 — MCP server for agents with autonomous USDC/RLUSD payments
by timwal78

85+ pay-per-call MCP tools: trading, federal grants/contracts, SEC, FTD. x402 USDC/RLUSD. No keys.

3 tools answering
Automan
by i02202

Autonomous AI agent selling pay-per-call skills settled with x402 micropayments (USDC).

12 tools answering
Atinamos Agent Shop
by co-atinamos

Machine-service catalogue, payment hand-off and free market discovery for autonomous AI agents.

5 tools answering
M2mcent
by evozim

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

82 installs/wk local only
Nutriref
by younghef

Pay-per-call USDA nutrition for AI agents (x402 micropayments in USDC on Base).

local only

HPP x402 MCP Bridge — questions

Answers built from our own checks of this server.

Why is there no uptime for HPP x402 MCP Bridge?
HPP x402 MCP Bridge 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 @hpp-io/x402-mcp-bridge was installed 93 times last week.
How do I connect HPP x402 MCP Bridge?
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 @hpp-io/x402-mcp-bridge straight from npm; nothing to host, nothing to sign up for.
How many people use HPP x402 MCP Bridge?
The npm package @hpp-io/x402-mcp-bridge was installed 93 times in the last week. Week over week that is -26%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is HPP x402 MCP Bridge open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.