SYSTEM Cited by 1 source
isitagentready.com¶
Overview¶
isitagentready.com is Cloudflare's public agent-readiness scanner — launched 2026-04-17 as part of the 2026 Agents Week. Enter any URL; the scanner performs live HTTP requests to the site, grades it on the four-dimension Agent Readiness Score rubric, and returns per-check pass/fail with per-failure paste-ready prompts a user can hand to a coding agent to implement the fix.
Lighthouse-style posture explicitly: free, public, action- oriented, designed to drive adoption of the emerging well-known endpoint cluster of agent-ergonomic web standards.
Scoring rubric¶
Four dimensions (each check pass/fail):
- Agent Discovery —
robots.txt, sitemap,Link:header (RFC 8288). - Content for LLMs — default-checks
markdown content
negotiation; optional check for
llms.txt. - Access Rules — Web Bot Auth
signatures directory,
Content Signals in
robots.txt. - Agent Actions —
/.well-known/api-catalog(RFC 9727),/.well-known/mcp/server-card.json(draft),/.well-known/agent-skills/index.json(Cloudflare RFC).
Plus a non-scoring Agentic Commerce layer checking x402, Universal Commerce Protocol, Agentic Commerce Protocol — deliberately excluded from the score because the commerce- standard space is still mutating.
Self-referentiality¶
Practicing what it preaches — isitagentready.com is itself agent-ready:
- Stateless MCP server at
https://isitagentready.com/.well-known/mcp.jsonexposing ascan_sitetool over Streamable HTTP; MCP-compatible agents can scan any site programmatically without the web UI. - Agent Skills index at
https://isitagentready.com/.well-known/agent-skills/index.jsonwith one skill document per standard the scanner checks. Agents not only know what failed but how to fix it.
Programmatic variants¶
Same four-dimension check is surfaced two more ways:
- Agent Readiness tab on Cloudflare URL Scanner — UI integration alongside existing URL-analysis reports.
- URL Scanner API option
(
"options": {"agentReadiness": true}on/accounts/$ID/urlscanner/v2/scan) — machine-consumable from a scanning / monitoring workflow.
Radar integration¶
The scanner's per-check results feed the Cloudflare Radar AI Insights "Adoption of AI agent standards" dataset — a weekly-refreshed measurement of the top 200,000 most-visited domains, filtered to exclude redirects / ad servers / tunneling services. Publicly accessible via Data Explorer and the Radar API.
Seen in¶
- sources/2026-04-17-cloudflare-introducing-the-agent-readiness-score-is-your-site-agent-ready — launch; canonical wiki instance.
Related¶
- concepts/agent-readiness-score — the scoring rubric.
- systems/cloudflare-url-scanner — UI-tab + API integration.
- systems/cloudflare-radar — population-scale measurement substrate.
- systems/model-context-protocol — protocol backing the scanner's own MCP server.
- systems/agent-skills — standard the scanner publishes an index of for its own checks.
- patterns/well-known-endpoint-discovery — umbrella pattern the scanner grades against.
- patterns/score-driven-standard-adoption — the pattern the scanner instantiates.
- companies/cloudflare — parent company.