{
  "schema_version": "0.1",
  "site": "boolsai.ai",
  "name": "Boolsai",
  "summary": "Public MCP servers for AI agents to query live and indexed commerce-site stack intelligence.",
  "contact": "founder@boolsai.ai",
  "capabilities": [
    {
      "type": "mcp_server",
      "name": "scan",
      "url": "https://boolsai.ai/mcp",
      "description": "Scan any public URL on demand; returns full stack intelligence."
    },
    {
      "type": "mcp_server",
      "name": "directory",
      "url": "https://directory.boolsai.ai/mcp",
      "description": "Query a pre-indexed directory of scanned ecommerce sites."
    },
    {
      "type": "mcp_server",
      "name": "grep",
      "url": "https://grep.boolsai.ai/mcp",
      "description": "Parallel regex over the full historical scan corpus."
    }
  ],
  "manifests": {
    "mcp": "https://boolsai.ai/.well-known/mcp.json",
    "ai_plugin": "https://boolsai.ai/.well-known/ai-plugin.json",
    "sitemap": "https://boolsai.ai/sitemap.xml",
    "llms_txt": "https://boolsai.ai/llms.txt"
  },
  "auth": "none",
  "rate_limit": "fair-use"
}