Boolsai Grep
BG
Boolsai Grep
/sites_with_signal

sites with signal

Return sites that have a known signal_type=signal_value pair in id_index. MUCH faster than grep_pattern — uses pre-indexed D1 lookup. Use this whenever the sign

liveverifiedunknown~5s typical
mcpprobedboolsaigrep
$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-grep /sites_with_signal for me.

Input

FieldTypeDescription
signal_type*stringOne of the known signal_type values (see instructions)
signal_valuestringOptional exact value to filter to. If omitted, returns all domains for any value of this s
limitinteger default 200

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-grep","endpoint":"/sites_with_signal","input":{"signal_type":"...","limit":200}}'
cli
npx cracked-ai run -p mcp-ai-boolsai-grep -e /sites_with_signal -i '{"signal_type":"...","limit":200}'
mcp
run_tool({ provider: "mcp-ai-boolsai-grep", endpoint: "/sites_with_signal", input: {"signal_type":"...","limit":200} })

Try it

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