# Is Your Site Agent-Ready? A scanner that checks if websites are ready for AI agents. Checks 21 standards across 5 categories. ## API Scan a site: ``` POST /api/scan Content-Type: application/json {"url": "https://example.com"} ``` Get results with all fix prompts combined (for agents): ``` POST /api/scan Content-Type: application/json {"url": "https://example.com", "format": "agent"} ``` The agent format returns a single prompt you can use to fix all failing checks at once. ## What We Check - **Discoverability**: robots.txt, sitemap.xml, Link response headers, DNS for AI Discovery (DNS-AID) records - **Content Accessibility**: llms.txt, llms-full.txt, markdown content negotiation - **Bot Access Control**: AI bot rules in robots.txt, Content Signals, Web Bot Auth - **API, Auth & MCP Discovery**: API catalog (RFC 9727), OAuth/OIDC discovery, OAuth Protected Resource Metadata (RFC 9728), Auth.md, MCP Server Card (SEP-1649), A2A Agent Card, agent skills, WebMCP - **Commerce**: Universal Commerce Protocol (UCP), x402 payment protocol, MPP, ACP ## MCP Server Connect to the MCP server for tool-based access: ``` https://isitagentready.com/mcp ``` ## Learn More https://developers.cloudflare.com/agents/