Boolsai Grep
ai.boolsai/grepParallel regex across all Boolsai scans — discover new vendor patterns, niche signals. 4 tools.
Tools · 4
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…
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.
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…
Returns the full catalog of signal_types currently present in id_index, with counts of unique values and unique domains for each.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"boolsai_grep": {
"url": "https://grep.boolsai.ai/mcp",
"transport": "streamable-http"
}
}
}