# Is It Agent Ready? > A 100-point agent-readiness scanner and public leaderboard, by MahoneyContextProtocol. > The web is being rebuilt for AI agents; most sites are invisible to them. This tool > scores any URL on how navigable it is to an agent, and shows where it ranks. ## What it does - Scans any URL and returns a 0–100 navigability score, a per-check breakdown, and a remediation playbook (what a human ships, what an agent does). - Maintains a public leaderboard seeded with an empirical 53-site benchmark of major platforms — none of which scored agent-ready. - Issues a sha256 provenance receipt with every score that re-verifies at output. ## For agents - Markdown twin: /index.html.md (machine-readable structured equivalent of the homepage) - Scan a URL: GET /api/scan?url= → JSON {score, verdict, checks, remediation, receipt} - Read the board: GET /data/leaderboard.json → {stats, rows, common_failures} - Agent Skills: /.well-known/agent-skills/index.json - A2A card: /.well-known/agent-card.json - MCP server card: /.well-known/mcp/server-card.json - OpenAPI: /openapi.json - API catalog: /.well-known/api-catalog - WebMCP: /webmcp-init.js (client-side tools: scan_site, get_leaderboard) ## Pages - Home: / (two-tier/2.0.0 conformant with HUMAN/AGENT toggle) - Scanner: /audit.html - Leaderboard: /leaderboard.html ## The scoring model Surface coverage (40) + edge resolution (30) + handshake depth (20) + coherence (10). A high score means an agent can land on the homepage, discover every surface via Link headers, follow each cross-reference until it resolves, and have digests/anchors cross-validate. The engine is the agent-readiness navigability probe. ## Note itisagentready.com (IT-IS) is the MahoneyContextProtocol product. Not affiliated with any similarly named third-party scanner.