BD
Boolsai Directory
/compare_scans
compare scans
Compare two historical scans of the same URL to surface stack changes. Returns added/removed/changed vendors, account IDs, and inline-script signals between sca
liveverifiedunknown~5s typical
mcpprobedboolsaidirectory
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-boolsai-directory /compare_scans for me.
Input
| Field | Type | Description |
|---|---|---|
| url* | string | Domain or full URL to compare |
| t1 | string | Optional ISO timestamp of first scan (oldest if omitted) |
| t2 | string | Optional ISO timestamp of second scan (newest if omitted) |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-boolsai-directory","endpoint":"/compare_scans","input":{"url":"..."}}'cli
npx cracked-ai run -p mcp-ai-boolsai-directory -e /compare_scans -i '{"url":"..."}'mcp
run_tool({ provider: "mcp-ai-boolsai-directory", endpoint: "/compare_scans", input: {"url":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.