BS
Boolsai Signals
/domain_timeline
domain timeline
Week-by-week wayback diff timeline for one domain. Returns every detected stack change (additions / removals) with week date. Use this to see when a vendor was
liveverifiedunknown~5s typical
mcpprobedboolsaisignals
$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-signals /domain_timeline for me.
Input
| Field | Type | Description |
|---|---|---|
| domain* | string | e.g. 'adobe.com' |
| change_type | string (added | removed | changed | any) | default "any" |
| contains | string | Filter to events whose key_path or key_name contains this string (e.g. 'segment') |
| limit | integer | default 100 |
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-signals","endpoint":"/domain_timeline","input":{"domain":"...","change_type":"any","limit":100}}'cli
npx cracked-ai run -p mcp-ai-boolsai-signals -e /domain_timeline -i '{"domain":"...","change_type":"any","limit":100}'mcp
run_tool({ provider: "mcp-ai-boolsai-signals", endpoint: "/domain_timeline", input: {"domain":"...","change_type":"any","limit":100} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.