Boolsai Signals
BS
Boolsai Signals
/farm_domain

farm domain

Bulk-farm a domain's historical wayback snapshots into our index. Use this when you need backtest history on a domain we haven't already farmed (i.e. wayback_ba

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 /farm_domain for me.

Input

FieldTypeDescription
domain*stringBare domain, e.g. 'sweetgreen.com'
weeksintegerHow many weeks of history to farm (default 26 = ~6 months; max 100) default 26
max_snapshotsintegerHard cap on snapshots to fetch (default 50; max 200) default 50

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":"/farm_domain","input":{"domain":"...","weeks":26,"max_snapshots":50}}'
cli
npx cracked-ai run -p mcp-ai-boolsai-signals -e /farm_domain -i '{"domain":"...","weeks":26,"max_snapshots":50}'
mcp
run_tool({ provider: "mcp-ai-boolsai-signals", endpoint: "/farm_domain", input: {"domain":"...","weeks":26,"max_snapshots":50} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.