Audit an agent endpoint
audit_endpointReadiness audit of any agent-facing URL: MCP handshake, CORS, discovery docs (llms.txt, mcp.json), and payment-offer behaviour. First call with url alone for the FREE grade and failing-check list. For the full findings and remediations, call get_offer with productType "audit" and productId "conformance-report", pay, then call audit_endpoint again with the same url plus paymentTx and paymentOffer. This tool both previews and redeems the paid report; no separate delivery tool is needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Base URL to audit, e.g. https://your-agent.example.com | |
| paymentTx | No | Base Pay UserOperation hash for USDC or Base transaction hash for ETH, for the full paid report | |
| paymentOffer | No | Signed offer token from get_offer (productType: audit) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| via | No | ||
| tier | No | ||
| error | No | Machine-readable failure code. | |
| grade | No | Overall readiness grade. | |
| checks | No | ||
| soldTo | No | ||
| target | No | Canonical URL that was audited. | |
| receipt | No | Machine-readable receipt derived by KnownFix after signed-offer and Base proof verification; never accepted from caller input. | |
| summary | No | ||
| checkedAt | No | ||
| paidReport | No | Purchase instructions included with an unpaid report. | |
| paymentDeclined | No |