Boolsai Grep
BG
Boolsai Grep
/count_pattern

count pattern

Same as grep_pattern but returns only the count of matching sites. Faster — no per-match serialization. Useful for sizing 'how many sites use X' before doing a

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

Input

FieldTypeDescription
pattern*string
max_scaninteger default 10000
tldstring
sincestring
vendorstring
domain_likestring
case_sensitiveboolean

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

Try it

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