How AI-ready is your site?
Scan any site to see how ready it is for AI agents — and get the exact fixes. We check emerging standards from robots.txt and MCP to OAuth, Agent Skills and agentic commerce.
~20 checks across 5 categories:
- Discoverability — robots.txt, sitemap, Link response headers, DNS for AI Discovery (DNS-AID)
- Content Accessibility — Markdown for agents (
Accept: text/markdown) - Bot Access Control — AI bot rules in robots.txt, Content Signals, Web Bot Auth
- API, Auth & MCP — API Catalog, OAuth discovery, OAuth Protected Resource, auth.md, MCP Server Card, A2A Agent Card, Agent Skills, WebMCP
- Commerce — x402, MPP, UCP, ACP, AP2
Start with the easy wins: publish a valid robots.txt with AI bot rules and a sitemap, declare
Content Signals, and make sure your homepage exposes discovery metadata. Each failing check comes with a
copy-paste prompt you can hand to your coding agent.
Read the agent-readiness docs, or call the scan as an API:
POST /api/agent-ready/scan with {"url": "https://example.com"}. It's also
available as an MCP tool (scan_site) so your agent can scan and reason over the result.