Skip to content
Back to search
100
MCP live v1.0.0 MCP 2025-06-18 streamable-http

Boolsai Grep

ai.boolsai/grep

Parallel regex across all Boolsai scans — discover new vendor patterns, niche signals. 4 tools.

Uptime
4.1%
193 probes
Response
125ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

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 extracted into id_index. Pass narrowing…

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 full grep.

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 signal_type is in the list (see instructions…

list_signal_types

Returns the full catalog of signal_types currently present in id_index, with counts of unique values and unique domains for each.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "boolsai_grep": {
      "url": "https://grep.boolsai.ai/mcp",
      "transport": "streamable-http"
    }
  }
}