Developer tools
Scan and fix from your editor
The same engine that powers this site ships as an MCP server. Scan any site from Claude Code, Cursor or any MCP client — then let your agent fix the failing checks and re-scan to verify.
1 · Add the MCP server
claude mcp add webmcp-tours -- npx -y webmcp-tours-mcp2 · Scan
> scan sunsetkayaktours.com for AI bookability3 · Use the API directly
curl -X POST https://webmcp.tours/api/scan \
-H "content-type: application/json" \
-d '{"url": "https://example.com"}'Agent-facing endpoints
Rate limit: 10 scans/hour/IP on the public API. The scanner identifies itself as WebMCPToursBot/1.0 and respects size and timeout limits on every request.