{"name":"Agent Ready API","description":"Score any website against the Vercel Agent Readability Spec, the llmstxt.org specification, and agent-protocol specs (MCP, A2A, agents.json, agent-permissions.json, UCP, x402, NLWeb). 60 checks across discovery, structure, and context. Returns per-check pass/fail with actionable fix guidance.","version":"1.0.0","auth":{"type":"bearer","description":"Issue API keys at https://agent-ready.dev/dashboard/api-keys. Rate limits: 10 requests/minute, 200/day on the Pro tier."},"openapi":"https://agent-ready.dev/api/v1/openapi.json","capabilities":[{"name":"start-scan","description":"Start a new agent-readability scan. Returns a scan id; poll the get-scan operation until status is `complete`.","endpoint":"https://agent-ready.dev/api/v1/scans","method":"POST"},{"name":"get-scan","description":"Retrieve scan results by id, including per-check pass/fail, scores, and remediation guidance.","endpoint":"https://agent-ready.dev/api/v1/scans/{id}","method":"GET"},{"name":"mcp","description":"MCP server endpoint. Use the canonical MCP server card at /.well-known/mcp.json for client auto-discovery.","endpoint":"https://agent-ready.dev/api/v1/mcp","method":"POST"}],"contact":{"documentation":"https://agent-ready.dev/docs/api","homepage":"https://agent-ready.dev"}}