# AgentReady Check > The 3-minute check: 5 areas, 100 points, your agent-readiness score. A free scanner by The Autopilot that measures how well AI agents can read a website. AgentReady Check checks any domain live against five technical criteria and returns a score from 0 to 100: AI crawler access (25 points), llms.txt (20), JavaScript dependency (20), structured data (20), agent basics (15). Domains scanned so far: 5. - Price: free (model: free). No login, no credit card. - Two of five checks are visible immediately, the remaining three after entering an email address. The API always returns all five. - Language: English. ## Pages - [Start and scanner](https://check.ai-agent-ready.com/): enter a domain, get a score. Markdown: https://check.ai-agent-ready.com/index.md - [How it works](https://check.ai-agent-ready.com/how-it-works): all five checks and the scoring logic in detail. Markdown: https://check.ai-agent-ready.com/how-it-works.md - [API documentation](https://check.ai-agent-ready.com/docs/api): three endpoints. Markdown: https://check.ai-agent-ready.com/docs/api.md - [Legal notice](https://check.ai-agent-ready.com/legal-notice): provider identification. Markdown: https://check.ai-agent-ready.com/legal-notice.md - [Privacy policy](https://check.ai-agent-ready.com/privacy): what data is collected and where it lives. Markdown: https://check.ai-agent-ready.com/privacy.md ## API - OpenAPI 3.1: https://check.ai-agent-ready.com/api/v1/openapi.json - `POST /api/v1/scans` — start a scan. Body: {"domain":"example.com"}. Without a bearer key: 3 scans/day/IP. - `GET /api/v1/scans/{id}` — fetch a result. - `GET /api/v1/stats` — aggregated anonymous market data. - Every response carries `pricing: {"model":"free"}` — 402-ready for later agent payments. ## MCP An MCP server is in progress (Cloudflare Worker) and consumes /api/v1 exclusively: scan_domain → POST /api/v1/scans, get_scan → GET /api/v1/scans/{id}, get_stats → GET /api/v1/stats. ## FAQ - **What exactly does the check measure?** Five technical areas worth 100 points in total: AI crawler access (25), llms.txt (20), JavaScript dependency (20), structured data (20) and agent basics (15). Everything is measured live against your domain — nothing is estimated. - **What does it cost?** Nothing. The check is permanently free, with no login and no credit card. Two of the five areas are visible immediately, the remaining three after you enter your email address. - **Why do I have to give my email for three of the checks?** Because we send you the full report by email — all five areas with one concrete fix each, in a form you can forward to your engineers. You also join our newsletter and can unsubscribe with one click. - **How long does a scan take?** Usually under 60 seconds. Every individual check has a 10-second timeout; a check that fails scores 0 points and never aborts the scan. - **Does the scan change anything on my website?** No. We only read publicly available URLs: your homepage, robots.txt, llms.txt, llms-full.txt and sitemap.xml. That is fewer requests than a single visit with an ordinary browser. - **What happens to my data?** Every scan is stored anonymously — domain, score and check results — and feeds the aggregated market data at /api/v1/stats. Your email address is stored separately and is never published alongside a specific scan. - **Is the result public?** The result page is shareable and indexable by default. On the page itself you can switch it to noindex with one click. - **Is there an API?** Yes. Everything the interface can do, the API can do: POST /api/v1/scans starts a scan, GET /api/v1/scans/{id} returns the result, GET /api/v1/stats returns aggregated market data. The OpenAPI spec lives at /api/v1/openapi.json. - **How is this different from AgentReady Monitor?** The check measures technology: can agents reach your content at all? The Monitor measures effect: do ChatGPT, Claude and Perplexity actually recommend you, and in what words? ## Related product - AgentReady Monitor (https://ai-agent-ready.com): measures not the technology but whether ChatGPT, Claude and Perplexity actually recommend a brand. ## Provider The Autopilot — https://the-autopilot.com