Skip to content
Claude Desktop

x402 receipt verifier for Claude Desktop

io.github.nexus-mcp-infra/x402-receipt-verifier

Audits NEXUS's own x402 payment logs against its own delivery logs and issues a signed proof-of-deli

client:Claude Desktop transport:streamable-http

Install x402 receipt verifier in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "x402-receipt-verifier": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://x402-receipt-verifier-325572559480.us-central1.run.app/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

x402 receipt verifier in other clients