{"endpoint":"/api/trust/endpoint-audit","method":"POST","service_trust":"https://defi-shield-hazel.vercel.app/api/trust-signal","free_check":{"endpoint":"https://defi-shield-hazel.vercel.app/api/free/token-check","method":"POST","price":"FREE","note":"Try before you buy — free basic token safety check with risk math."},"also_available_on":{"virtuals_acp":{"agent":"Authensor","agent_id":18805,"offerings":["pre_trade_safety","token_deep_scan","wallet_report","batch_seal"],"marketplace":"https://app.virtuals.io/acp/scan/agents","note":"Same service, accessible to 18,000+ autonomous agents on Virtuals Protocol."},"mcp_server":{"package":"devsecure-mcp","install":"npx devsecure-mcp","tools":67,"note":"Install as MCP server in Claude, Cursor, or any MCP-compatible client for direct tool access."},"bazaar":"https://defi-shield-hazel.vercel.app/.well-known/x402","agent_card":"https://defi-shield-hazel.vercel.app/.well-known/agent-card.json"},"powered_by":"DeFi Shield by Authensor","price":"$0.50","description":"Audit an API endpoint for availability, latency, schema consistency, and overall trust score.","llm_usage_prompt":"Call this endpoint when you need to evaluate whether a third-party API is reliable before integrating with it or routing traffic to it. Provide the full HTTPS URL. Returns availability (boolean), response latency in milliseconds, whether the response is valid JSON, whether the schema is consistent across calls, an overall trust score (0-100), and a list of specific issues found. Use this to choose between competing API providers, validate uptime before committing to a dependency, or audit endpoints you are paying for. Costs $0.50.","params":{"url":"string — A valid HTTPS URL of the endpoint to audit"},"exampleRequest":{"url":"https://api.example.com/v1/data"},"exampleResponse":{"url":"https://api.example.com/v1/data","audit":{"available":true,"latencyMs":142,"responseValid":true,"schemaConsistent":true,"trustScore":91,"issues":[]},"timestamp":"2026-03-05T12:00:00.000Z"}}