Boolsai Grep
BG
Boolsai Grep
/grep_pattern

grep pattern

Run a JavaScript regex across every scan we've ever taken. Returns matching site URLs (and optional snippets). Best for ad-hoc discovery of patterns NOT already

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

Input

FieldTypeDescription
pattern*stringJavaScript regex (case-insensitive by default)
limitintegerMax matching sites to return (default 200, max 2000) default 200
max_scanintegerMax R2 objects to read for this query (default 10000, max 200000) default 10000
tldstringRestrict to this TLD, e.g. 'com.au' or 'co.uk'
sincestringOnly scans >= this date, format YYYY-MM-DD
vendorstringPre-narrow via id_index to sites known to use this vendor (e.g. 'shopify')
domain_likestringSubstring to match in domain, e.g. 'patagonia'
case_sensitivebooleanDefault false default false
with_snippetsbooleanInclude matched JSON context. Default false (URLs only). default false
max_shardsintegerCap how many shards to query (newest-first). Default 100, raise to scan deeper history. Ea default 100
allbooleanScan ALL shards — entire corpus. May exceed Worker CPU budget for complex regex; use only default false

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":"/grep_pattern","input":{"pattern":"...","limit":200,"max_scan":10000,"case_sensitive":false,"with_snippets":false,"max_shards":100,"all":false}}'
cli
npx cracked-ai run -p mcp-ai-boolsai-grep -e /grep_pattern -i '{"pattern":"...","limit":200,"max_scan":10000,"case_sensitive":false,"with_snippets":false,"max_shards":100,"all":false}'
mcp
run_tool({ provider: "mcp-ai-boolsai-grep", endpoint: "/grep_pattern", input: {"pattern":"...","limit":200,"max_scan":10000,"case_sensitive":false,"with_snippets":false,"max_shards":100,"all":false} })

Try it

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