{
  "schema_version": "0.1",
  "name": "Boolsai",
  "description": "Stack-intelligence MCP servers for AI agents. Live commerce-site scanning, indexed directory of scanned stores, and parallel regex grep over the full scan corpus.",
  "contact": "founder@boolsai.ai",
  "documentation": "https://boolsai.ai/connectors",
  "servers": [
    {
      "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. Tens of thousands of stores indexed by vendor, account ID, country, founder, city, archetype.",
      "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."
    },
    {
      "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 (R2 corpus, hundreds of thousands of scans). 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."
    }
  ]
}