{
  "schema_version": "0.1",
  "site": "grep.boolsai.ai",
  "name": "Boolsai Grep",
  "summary": "MCP server for parallel regex over the full Boolsai scan corpus. Two sister MCPs cross-listed for discovery.",
  "contact": "founder@boolsai.ai",
  "capabilities": [
    {
      "type": "mcp_server",
      "name": "grep",
      "url": "https://grep.boolsai.ai/mcp",
      "description": "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."
    },
    {
      "type": "mcp_server",
      "name": "scan",
      "url": "https://boolsai.ai/mcp",
      "description": "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."
    },
    {
      "type": "mcp_server",
      "name": "directory",
      "url": "https://directory.boolsai.ai/mcp",
      "description": "Query the pre-indexed Boolsai directory of scanned ecommerce sites. Sub-100ms lookups across tens of thousands of stores."
    }
  ],
  "manifests": {
    "mcp": "https://grep.boolsai.ai/.well-known/mcp.json",
    "ai_plugin": "https://grep.boolsai.ai/.well-known/ai-plugin.json",
    "sitemap": "https://grep.boolsai.ai/sitemap.xml",
    "llms_txt": "https://grep.boolsai.ai/llms.txt",
    "master_index": "https://boolsai.ai/.well-known/mcp.json"
  },
  "auth": "none",
  "rate_limit": "fair-use"
}