{"name":"Stellar Audit Agent","version":"0.3.0","description":"Pay-per-call AI code audit API — dual payment rails: x402 micropayments + Stripe MPP on Stellar. MCP server included.","endpoints":{"POST /api/audit/claudemd":{"price":"$0.05","payment":"x402","description":"Audit a CLAUDE.md file"},"POST /api/audit/security":{"price":"$0.15","payment":"x402","description":"Security scan for secrets & vulnerabilities"},"POST /api/audit/health":{"price":"$0.10","payment":"x402","description":"Project health check"},"POST /api/audit/full":{"price":"$0.25","payment":"stripe-mpp","description":"Full audit — all 3 auditors in one request (bundled discount)"}},"payment":{"x402":{"description":"Per-request micropayments via HTTP 402","network":"stellar:testnet","asset":"USDC","endpoints":["/api/audit/claudemd","/api/audit/security","/api/audit/health"]},"mpp":{"description":"Session-based payments via Stripe Machine Payments Protocol","enabled":false,"asset":"USDC (Tempo)","endpoints":["/api/audit/full"]}},"mcp":{"description":"MCP server for Claude Code, Codex, and MCP-enabled AI systems","tools":["audit_claudemd","audit_security","audit_health","audit_full","fetch_paid_audit","create_agent_wallet"],"setup":"npm run mcp (stdio transport)"},"agent":{"description":"Autonomous Claude-powered audit agent with x402 payments","usage":"npm run agent -- <github-repo-url>","features":["Self-provisioning wallet (--create-wallet)","Claude reasoning for audit planning","x402 payment signing","AI synthesis of results"]},"source":"https://github.com/AreteDriver/stellar-audit-agent"}