check_site
Score how bot-friendly a website is (0-100). Fetches the site the way an agent would — no JavaScript, no cookies — and checks access (reachability, HTTPS, robots.txt, AI crawlers allowed, real 404s), content without JavaScript (H1, 500+ chars of raw text, metadata, JSON-LD), and machine discovery (llms.txt, sitemap, OpenAPI spec or ai-plugin.json), with evidence and fix advice per check. Set format to 'prompt' to instead get a ready-to-paste coding-agent prompt that fixes every failed finding. Rate limited to 6 checks per minute per caller; each check takes a few seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Site to check (scheme optional, https assumed; public sites only) | |
| format | No | json (default) returns the full scored report; prompt returns a markdown prompt for a coding agent covering every failed or partial finding |