{"schema_version":"1.0","protocol":"mcp","name":"PYRESEC Code Security Engine","version":"2.0.0","description":"Enterprise-grade SAST, Dependency Auditing, and Automated PR Patching via x402 Micropayments.","vendor":"NanoClone Life Sciences Ltd.","agent_address":"0x17eA81BF3bD47Fb6524a09a52DBB77fe1f4ab687","network":"base","payment_protocol":"x402","capabilities":["security-auditing","static-analysis","dependency-scanning","code-remediation","gas-optimization"],"tools":[{"name":"quick_scan","description":"Fast 3-bullet-point security scan. Returns top findings by severity.","endpoint":"/v1/audit/quick-scan","method":"POST","cost":"$0.01 USDC","model":"qwen/qwen3.6-27b","input_schema":{"type":"object","properties":{"code":{"type":"string","description":"Source code to scan"}},"required":["code"]}},{"name":"deep_audit","description":"Comprehensive audit: OWASP Top 10, logic flaws, dependency risks, gas optimization.","endpoint":"/v1/audit/deep-repo","method":"POST","cost":"$0.50 USDC","model":"qwen/qwen3.8-27b","input_schema":{"type":"object","properties":{"code":{"type":"string","description":"Source code to audit"}},"required":["code"]}},{"name":"remediate_code","description":"Full vulnerability fix. Returns patched code ready for a GitHub Pull Request.","endpoint":"/v1/audit/remediate","method":"POST","cost":"$5.00 USDC","model":"qwen/qwen3.8-27b","input_schema":{"type":"object","properties":{"code":{"type":"string","description":"Vulnerable code to remediate"}},"required":["code"]}}],"pricing_summary":{"currency":"USDC","payment_method":"x402 micropayment header","tiers":[{"name":"quick_scan","cost":"$0.01"},{"name":"deep_audit","cost":"$0.50"},{"name":"remediate_code","cost":"$5.00"}]}}