PluginBench
MCP Server
Active

HPP x402 MCP Bridge MCP Server

io.github.hpp-io/x402-mcp-bridge

What is the HPP x402 MCP Bridge MCP server?

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

How to install HPP x402 MCP Bridge

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • DELEGATE_PRIVATE_KEY
    secret

    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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "x402-mcp-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "@hpp-io/x402-mcp-bridge"
      ],
      "env": {
        "DELEGATE_PRIVATE_KEY": "<YOUR_DELEGATE_PRIVATE_KEY>",
        "HPP_NETWORK": "<YOUR_HPP_NETWORK>",
        "RESOURCE_SERVER_URL": "<YOUR_RESOURCE_SERVER_URL>",
        "SAFE_ADDRESS": "<YOUR_SAFE_ADDRESS>",
        "ALLOWANCE_MODULE_ADDRESS": "<YOUR_ALLOWANCE_MODULE_ADDRESS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "x402-mcp-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "@hpp-io/x402-mcp-bridge"
      ],
      "env": {
        "DELEGATE_PRIVATE_KEY": "<YOUR_DELEGATE_PRIVATE_KEY>",
        "HPP_NETWORK": "<YOUR_HPP_NETWORK>",
        "RESOURCE_SERVER_URL": "<YOUR_RESOURCE_SERVER_URL>",
        "SAFE_ADDRESS": "<YOUR_SAFE_ADDRESS>",
        "ALLOWANCE_MODULE_ADDRESS": "<YOUR_ALLOWANCE_MODULE_ADDRESS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "x402-mcp-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "@hpp-io/x402-mcp-bridge"
      ],
      "env": {
        "DELEGATE_PRIVATE_KEY": "<YOUR_DELEGATE_PRIVATE_KEY>",
        "HPP_NETWORK": "<YOUR_HPP_NETWORK>",
        "RESOURCE_SERVER_URL": "<YOUR_RESOURCE_SERVER_URL>",
        "SAFE_ADDRESS": "<YOUR_SAFE_ADDRESS>",
        "ALLOWANCE_MODULE_ADDRESS": "<YOUR_ALLOWANCE_MODULE_ADDRESS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "x402-mcp-bridge": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@hpp-io/x402-mcp-bridge"
      ],
      "env": {
        "DELEGATE_PRIVATE_KEY": "<YOUR_DELEGATE_PRIVATE_KEY>",
        "HPP_NETWORK": "<YOUR_HPP_NETWORK>",
        "RESOURCE_SERVER_URL": "<YOUR_RESOURCE_SERVER_URL>",
        "SAFE_ADDRESS": "<YOUR_SAFE_ADDRESS>",
        "ALLOWANCE_MODULE_ADDRESS": "<YOUR_ALLOWANCE_MODULE_ADDRESS>"
      }
    }
  }
}
Claude Code
claude mcp add x402-mcp-bridge --env DELEGATE_PRIVATE_KEY=<YOUR_DELEGATE_PRIVATE_KEY> --env HPP_NETWORK=<YOUR_HPP_NETWORK> --env RESOURCE_SERVER_URL=<YOUR_RESOURCE_SERVER_URL> --env SAFE_ADDRESS=<YOUR_SAFE_ADDRESS> --env ALLOWANCE_MODULE_ADDRESS=<YOUR_ALLOWANCE_MODULE_ADDRESS> -- npx -y @hpp-io/x402-mcp-bridge

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →