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
| Field | Type | Description |
|---|---|---|
| pattern* | string | JavaScript regex (case-insensitive by default) |
| limit | integer | Max matching sites to return (default 200, max 2000) default 200 |
| max_scan | integer | Max R2 objects to read for this query (default 10000, max 200000) default 10000 |
| tld | string | Restrict to this TLD, e.g. 'com.au' or 'co.uk' |
| since | string | Only scans >= this date, format YYYY-MM-DD |
| vendor | string | Pre-narrow via id_index to sites known to use this vendor (e.g. 'shopify') |
| domain_like | string | Substring to match in domain, e.g. 'patagonia' |
| case_sensitive | boolean | Default false default false |
| with_snippets | boolean | Include matched JSON context. Default false (URLs only). default false |
| max_shards | integer | Cap how many shards to query (newest-first). Default 100, raise to scan deeper history. Ea default 100 |
| all | boolean | Scan 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.