{"slug":"api-remix-live-mcp-x402-http-get-audit-checklist-1128fd","title":"AI-powered smart contract audit checklist matching using OpenRouter","host":"api.remix.live","method":"POST","resource":"https://api.remix.live/mcp/x402-http/get_audit_checklist","category":"code","description":"AI-powered smart contract audit checklist matching using OpenRouter - analyzes contract code and returns relevant security checklist items as markdown","price_listed":0.05,"price_asked":null,"state":"effects","state_label":"Not tested: has real-world effects","checks_7d":0,"answered_7d":0,"latency_ms_median":null,"reported_calls_30d":6,"reported_payers_30d":1,"networks":["eip155:8453"],"badge":"unverified","paid_checks_7d":0,"paid_ok_7d":0,"example_input":{"body":{"maxCategories":12,"sources":{"MyToken.sol":{"content":"// SPDX-License-Identifier: MIT\npragma solidity ^0.8.0;\n\ncontract MyToken {\n    string public name = \"MyToken\";\n    mapping(address => uint256) public balances;\n\n    function mint(address to, uint256 amount) public {\n        balances[to] += amount;\n    }\n}"}}},"bodyType":"json","method":"POST","type":"http"},"output_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"maxCategories":{"description":"Maximum number of audit categories to match (default: 12, max: 20)","maximum":20,"minimum":1,"type":"number"},"sources":{"additionalProperties":{"properties":{"content":{"type":"string"}},"required":["content"],"type":"object"},"description":"Map of filename to source code. Required. At least one contract file must be provided.","type":"object"}},"required":["sources"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"},"history":[],"description_full":"AI-powered smart contract audit checklist matching using OpenRouter - analyzes contract code and returns relevant security checklist items as markdown","last_updated":"2026-09-23T08:14:59.575Z","schemes":["exact"]}