{ "type": "https://eips.ethereum.org/EIPS/eip-8004#registration-v1", "name": "PR Review Agent", "description": "Automated GitHub pull request review powered by x402 micropayments. Identifies bugs, style issues, and risky changes in any public GitHub PR. Returns structured findings with severity ratings.", "services": [ { "name": "github-pr-review", "endpoint": "https://x402-research-api-seven.vercel.app/review", "method": "POST", "description": "Review a GitHub pull request. Provide repo owner/name and PR number. Returns structured review with bugs, style flags, risk notes, and an overall risk score.", "inputSchema": { "type": "object", "properties": { "repo": { "type": "string", "description": "GitHub repo in owner/name format (e.g. 'facebook/react')" }, "pr_number": { "type": "integer", "description": "Pull request number" } }, "required": [ "repo", "pr_number" ] }, "tags": [ "code-review", "pull-request-review", "github-pr", "static-analysis", "code-audit", "bug-detection", "security-review", "code-quality" ] } ], "x402Support": true, "active": true, "supportedTrust": [ "reputation" ], "registrations": [ { "agentId": 7554, "agentRegistry": "eip155:84532:0x8004A818BFB912233c491871b3d84c89A494BD9e" } ], "network": "eip155:84532", "facilitator": "https://x402.org/facilitator", "payTo": "0x0c74404Fc98AB6e8b26a6D172a4FE017092B0FBA" }