Skip to content
Cline

HPP x402 MCP Bridge for Cline

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:Cline transport:stdio runtime:npm

Install HPP x402 MCP Bridge in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "x402-mcp-bridge": {
      "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

HPP x402 MCP Bridge in other clients