{
  "schema_version": "0.1",
  "name": "Boolsai Grep (and sister MCPs)",
  "description": "Grep MCP listed first since this is grep.boolsai.ai. Sister MCPs (scan, directory) listed for cross-discovery.",
  "contact": "founder@boolsai.ai",
  "documentation": "https://boolsai.ai/connectors",
  "servers": [
    {
      "name": "Boolsai Grep",
      "url": "https://grep.boolsai.ai/mcp",
      "transport": "streamable-http",
      "protocol_version": "2025-06-18",
      "auth": "none",
      "summary": "Parallel regex search across every scan we've ever taken. Use when a signal isn't pre-indexed in the directory — discover new vendor patterns, leaked account IDs, niche tracking pixels.",
      "tools": [
        "grep_pattern",
        "count_pattern",
        "sites_with_signal",
        "list_signal_types"
      ],
      "sample_question": "Show me sites with 'window._fs_org' (FullStory) in their inline scripts."
    },
    {
      "name": "Boolsai Scan",
      "url": "https://boolsai.ai/mcp",
      "transport": "streamable-http",
      "protocol_version": "2025-06-18",
      "auth": "none",
      "summary": "Live stack scan of any public website. Returns every external host, inline script signature, route, vendor, account ID, and JSON-LD organisation block in one JSON response.",
      "tools": [
        "boolsai_scan",
        "boolsai_scan_paths"
      ],
      "sample_question": "What is the full tech stack of gymshark.com?"
    },
    {
      "name": "Boolsai Directory",
      "url": "https://directory.boolsai.ai/mcp",
      "transport": "streamable-http",
      "protocol_version": "2025-06-18",
      "auth": "none",
      "summary": "Query the pre-indexed Boolsai directory of scanned ecommerce sites. Sub-100ms lookups across tens of thousands of stores.",
      "tools": [
        "summary",
        "site_dossier",
        "sites_using_vendor",
        "lookup_id",
        "brands_in_city",
        "brands_in_market",
        "stack_archetype",
        "compare_sites",
        "similar_sites",
        "brands_by_founder"
      ],
      "sample_question": "List ten stores using Klaviyo with their company_id."
    }
  ]
}