Boolsai Scan
https://boolsai.ai/mcpskills: {'id': 'boolsai_scan', 'name': 'boolsai_scan', 'description': 'Scan a public website. Returns its full tech stack — every external host the page talks to, every fetch/xhr/beacon endpoint, every inline-script signal, parsed JSON-LD, and the internal DOM/route trie — as structured JSON. Hostnames are returned raw; recognise vendors from them using your own knowledge.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'boolsai_scan_paths', 'name': 'boolsai_scan_paths', 'description': 'Scan multiple paths on the same site in parallel and merge the external-host lists. Returns per-path host lists, a unified merged set, and a homepage_missed list (hosts that appeared ONLY on non-home paths). Use when the homepage understates the stack — common on Shopify Plus and consent-gated sites where pixels lazy-load on PDP / cart / checkout. Recommended for ecom audits: paths = ["/", "/products/<any>", "/cart", "/checkout"]. Max 5 paths per call.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 157.6ms; conformance: pass
How to connect
https://boolsai.ai/mcp
curl -X POST https://boolsai.ai/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'