# Strale Beacon > Free agent-readiness scanner. 32 automated checks across 6 categories. Scan any URL and see what AI agents can discover, understand, and do with your product. Strale Beacon scans publicly accessible URLs and produces detailed agent-readiness reports. It checks for llms.txt, OpenAPI specs, MCP endpoints, A2A agent cards, structured data, authentication documentation, and 26 other signals that AI agents look for. ## Scan API POST https://scan.strale.io/api/scan Content-Type: application/json {"url": "https://example.com"} Returns a full scan result with per-category assessments (Discoverability, Comprehension, Usability, Stability, Agent Experience, Transactability), individual check results with probe evidence, and prioritised fix recommendations. ## Report API GET https://scan.strale.io/api/report/{slug} Returns a structured JSON report for a previously scanned domain. The slug is the domain with dots replaced by hyphens (e.g. api-strale-io). The JSON includes LLM instructions for automated remediation. ## MCP Server Install: npx -y strale-beacon-mcp Tools: - scan: Scan a URL for agent readiness - get_report: Get a full structured report for a domain - list_checks: List all 32 checks across 6 categories ## Categories - Discoverability: llms.txt, robots.txt AI crawler policy, structured data, sitemap, MCP/A2A endpoints - Comprehension: OpenAPI spec, API documentation, endpoint completeness, schema drift, machine-readable pricing, content negotiation - Usability: Authentication docs, signup friction, sandbox/test environment, error response quality, SDK availability - Stability: API versioning, changelog, rate limits, terms of service, security headers, content freshness - Agent Experience: First-contact response, documentation navigability, response consistency, support paths, MCP/A2A verification - Transactability: Machine-readable pricing, self-serve provisioning, agent-compatible checkout, usage/billing transparency, free tier ## Built by Strale — trust and quality infrastructure for AI agents. Website: https://strale.dev API: https://api.strale.io Contact: hello@strale.io