# AgentReady

> AgentReady scans any website or MCP server and scores how ready it is for AI agents (0–100, 44 checks across 4 layers). Free scans, no signup. Contract v1.0.0.

## Scan a site

- [Scan API](https://agentready-rho.vercel.app/api/scan): POST {"url": "example.com"} → 202 + poll Location, or 200 cached result
- [Score lookup](https://agentready-rho.vercel.app/api/score/example.com): GET cached score, never triggers a scan
- [Check catalog](https://agentready-rho.vercel.app/api/checks): every check id, layer, weight, and tier
- [Re-verify checks](https://agentready-rho.vercel.app/api/scan/checks): POST {"url", "checkIds": [...]} — always live, for post-fix verification
- [Score badge](https://agentready-rho.vercel.app/api/badge/example.com): SVG embed

## Understand the score

- [Methodology](https://agentready-rho.vercel.app/methodology): every check and weight, layer by layer
- [Fix playbook](https://agentready-rho.vercel.app/skill.md): step-by-step agent-readiness fixes, paste into your coding agent

## For agents

- [agents.md](https://agentready-rho.vercel.app/agents.md): how to use this site as an agent
- Layers: Discovery (20) · Access (30) · Usability (40) · Payments (10)
