Agents
Same audits as the site, same credits. Findings stay grouped as priority / worth considering / not measured, so the agent cannot treat an unmeasured test as a defect.
OpenAI Codex. Windsurf is in the list below.
Endpoint https://crawlwise.site/mcp · Pro and above. OAuth is preferred; a key from /account/api is the fallback. ·
- In a terminal: codex mcp add crawlwise --url https://crawlwise.site/mcp
- Then: codex mcp login crawlwise
- Sign in to crawlwise if asked, then click Allow.
- Restart Codex and run /mcp. You should see check_ai_crawlers and audit_page.
codex mcp add crawlwise --url https://crawlwise.site/mcp
codex mcp login crawlwiseConfig file fallback ~/.codex/config.toml
[mcp_servers.crawlwise]
url = "https://crawlwise.site/mcp"
OAuth is the default. A Bearer header in config.toml also works if you already have a key.