Skip to content
Cursor

HPP x402 MCP Bridge for Cursor

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

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

client:Cursor transport:stdio runtime:npm

Install HPP x402 MCP Bridge in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "x402-mcp-bridge": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@hpp-io/x402-mcp-bridge"
      ],
      "env": {
        "DELEGATE_PRIVATE_KEY": "<DELEGATE_PRIVATE_KEY>",
        "HPP_NETWORK": "<HPP_NETWORK>",
        "RESOURCE_SERVER_URL": "<RESOURCE_SERVER_URL>",
        "SAFE_ADDRESS": "<SAFE_ADDRESS>",
        "ALLOWANCE_MODULE_ADDRESS": "<ALLOWANCE_MODULE_ADDRESS>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

HPP x402 MCP Bridge in other clients