{
  "ok": true,
  "resource": {
    "id": "RES_1811D2D1EA40",
    "resource_type": "mcp_server",
    "canonical_url": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.boolsai%2Fscan/versions/1.0.0",
    "name": "Boolsai Scan",
    "summary_en": "Live tech-stack scan of any public site — vendors, account IDs, scripts, JSON-LD. 2 tools.",
    "summary_zh": "对任何公开网站进行实时技术栈扫描——供应商、账户ID、脚本、JSON-LD。共2个工具。",
    "description_en": "Boolsai Scan is an MCP server that performs live tech-stack scans of public websites. It exposes two tools: boolsai_scan, which scans a single URL and returns structured JSON describing external hosts, fetch/xhr/beacon endpoints, inline-script signals, parsed JSON-LD, and an internal DOM/route trie; and boolsai_scan_paths, which scans multiple paths on the same site in parallel and merges external-host lists, useful for e-commerce audits where the homepage understates the stack. The server is available via streamable HTTP at https://boolsai.ai/mcp. The source repository is public on GitHub. No authentication or pricing details are provided in the evidence.",
    "description_zh": "Boolsai Scan 是一个 MCP 服务器，用于对公开网站进行实时技术栈扫描。它提供两个工具：boolsai_scan，扫描单个 URL 并返回结构化 JSON，描述外部主机、fetch/xhr/beacon 端点、内联脚本信号、解析后的 JSON-LD 以及内部 DOM/路由树；boolsai_scan_paths，并行扫描同一站点的多个路径并合并外部主机列表，适用于首页低估技术栈的电商审计。服务器通过 streamable HTTP 在 https://boolsai.ai/mcp 提供。源代码仓库在 GitHub 上公开。证据中未提供认证或定价详情。",
    "provider_name": "ai.boolsai",
    "homepage_url": "https://github.com/Boolsai-ai/mcp",
    "endpoint_url": "https://boolsai.ai/mcp",
    "source_url": "https://github.com/Boolsai-ai/mcp",
    "icon_url": null,
    "cover_image_url": null,
    "capabilities": [
      "data.read",
      "data.analyze"
    ],
    "categories": [
      "developer-tools",
      "research",
      "data"
    ],
    "industries": [
      "software",
      "commerce",
      "general"
    ],
    "protocols": [
      "mcp"
    ],
    "auth": {
      "type": "unknown"
    },
    "pricing": {
      "model": "unknown"
    },
    "input_schema": {},
    "output_schema": {},
    "metadata": {
      "content_language": "en",
      "translation_status": "original-only",
      "official_registry": {
        "version": "1.0.0",
        "packages": [],
        "remotes": []
      },
      "review_gate": {
        "passed": true,
        "reasons": [],
        "policy_version": "review-gate-v1",
        "evaluated_at": "2026-09-03T06:23:55.428Z"
      }
    },
    "latest_version": "1.0.0",
    "status": "listed",
    "health_status": "healthy",
    "source_kind": "imported",
    "source_agent": "registry.modelcontextprotocol.io",
    "trust": {
      "signal": "none",
      "reason": "No suspicious or malicious evidence found.",
      "signals": {
        "yellow": 0,
        "red": 0
      }
    },
    "review_summary": {
      "method_version": "capability-evidence-v2",
      "capability_definition": "strong",
      "contract_completeness": "strong",
      "access_friction": "low",
      "operational_transparency": "partial",
      "evidence_strength": "protocol_inspected",
      "use_readiness": "guided_use",
      "reviewed_at": "2026-09-03T06:23:56.403Z"
    },
    "experience_count": 0,
    "verified_experience_count": 0,
    "usage_count": 0,
    "success_rate": null,
    "first_seen_at": "2026-09-03T02:49:59.178Z",
    "last_seen_at": "2026-09-03T06:23:55.650Z",
    "published_at": "2026-09-03T06:23:55.650Z",
    "created_at": "2026-09-03T02:49:59.178Z",
    "updated_at": "2026-09-03T06:23:56.403Z",
    "api_url": "https://aiworkshub.io/api/v1/resources/RES_1811D2D1EA40",
    "reviews_url": "https://aiworkshub.io/api/v1/resources/RES_1811D2D1EA40/reviews",
    "public_url": "https://aiworkshub.io/resources/RES_1811D2D1EA40",
    "distribution": {
      "canonical_identity": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.boolsai%2Fscan/versions/1.0.0",
      "syndicatable": true,
      "origins": [
        {
          "registry_url": "https://registry.modelcontextprotocol.io/",
          "upstream_resource_id": "ai.boolsai/scan@1.0.0",
          "upstream_record_url": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.boolsai%2Fscan/versions/1.0.0",
          "relation": "syndicated",
          "metadata": {
            "source": "official-mcp-registry"
          },
          "first_seen_at": "2026-09-03T02:49:59.178Z",
          "last_seen_at": "2026-09-03T06:23:55.650Z"
        }
      ]
    },
    "tools": [
      {
        "name": "boolsai_scan",
        "title_en": "Scan a website",
        "title_zh": "扫描网站",
        "description_en": "Scan a public website. Returns its full tech stack — every external host the page talks to, every fetch/xhr/beacon endpoint, every inline-script signal, parsed JSON-LD, and the internal DOM/route trie — as structured JSON. Hostnames are returned raw; recognise vendors from them using your own knowledge.",
        "description_zh": "扫描一个公开网站。返回其完整技术栈——页面通信的每个外部主机、每个 fetch/xhr/beacon 端点、每个内联脚本信号、解析后的 JSON-LD 以及内部 DOM/路由树——以结构化 JSON 形式返回。主机名以原始形式返回；请使用您自己的知识从中识别供应商。",
        "input_schema": {
          "type": "object",
          "properties": {
            "url": {
              "type": "string",
              "description": "URL or bare domain, e.g. \"gymshark.com\" or \"https://allbirds.com/products/legacy-tee\"."
            }
          },
          "required": [
            "url"
          ]
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "unknown",
        "open_world": false,
        "idempotency": "idempotent",
        "confirmation": "none",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "boolsai_scan_paths",
        "title_en": "Scan multiple paths on a site",
        "title_zh": "扫描网站的多个路径",
        "description_en": "Scan multiple paths on the same site in parallel and merge the external-host lists. Returns per-path host lists, a unified merged set, and a homepage_missed list (hosts that appeared ONLY on non-home paths). Use when the homepage understates the stack — common on Shopify Plus and consent-gated sites where pixels lazy-load on PDP / cart / checkout. Recommended for ecom audits: paths = [\"/\", \"/products/<any>\", \"/cart\", \"/checkout\"]. Max 5 paths per call.",
        "description_zh": "并行扫描同一站点的多个路径并合并外部主机列表。返回每个路径的主机列表、统一的合并集合以及 homepage_missed 列表（仅出现在非首页路径上的主机）。当首页低估技术栈时使用——常见于 Shopify Plus 和同意门控网站，其中像素在 PDP / 购物车 / 结账页上延迟加载。推荐用于电商审计：paths = [\"/\", \"/products/<any>\", \"/cart\", \"/checkout\"]。每次调用最多 5 个路径。",
        "input_schema": {
          "type": "object",
          "properties": {
            "url": {
              "type": "string",
              "description": "Base URL or bare domain (e.g. \"gymshark.com\")."
            },
            "paths": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "Path strings to scan, relative to the base (e.g. [\"/\", \"/products/legacy-tee\", \"/cart\"]). Max 5. If omitted, scans just \"/\"."
            }
          },
          "required": [
            "url"
          ]
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "unknown",
        "open_world": false,
        "idempotency": "idempotent",
        "confirmation": "none",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      }
    ],
    "review_profile": {
      "schema_version": "aiworkshub.resource-review/0.2",
      "method_version": "capability-evidence-v2",
      "review_state": {
        "identity": "verified",
        "source": "verified",
        "connectivity": "verified",
        "contract": "partial",
        "safe_use": "untested",
        "real_use": "unobserved"
      },
      "assessment": {
        "capability_definition": "strong",
        "contract_completeness": "strong",
        "access_friction": "low",
        "operational_transparency": "partial",
        "evidence_strength": "protocol_inspected",
        "use_readiness": "guided_use"
      },
      "profile": {
        "capabilities": [
          {
            "id": "data.read",
            "weight": 90,
            "confidence": 90,
            "evidence_ids": [
              "source-record",
              "protocol-tools"
            ]
          },
          {
            "id": "data.analyze",
            "weight": 80,
            "confidence": 80,
            "evidence_ids": [
              "source-record",
              "protocol-tools"
            ]
          }
        ],
        "domains": [
          {
            "id": "web",
            "weight": 90,
            "confidence": 90,
            "evidence_ids": [
              "source-record",
              "protocol-tools"
            ]
          },
          {
            "id": "ecommerce",
            "weight": 70,
            "confidence": 70,
            "evidence_ids": [
              "source-record",
              "protocol-tools"
            ]
          }
        ],
        "workflow_roles": [
          "retrieve",
          "analyze"
        ]
      },
      "capability_units": [
        {
          "id": "tool:boolsai_scan",
          "kind": "mcp_tool",
          "capability_id": "data.read",
          "effect": "unknown",
          "open_world": false,
          "idempotency": "idempotent",
          "confirmation": "none",
          "input_contract": "typed",
          "output_contract": "typed_envelope_dynamic_result",
          "accepts": [
            "url"
          ],
          "produces": [
            "json"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:boolsai_scan_paths",
          "kind": "mcp_tool",
          "capability_id": "data.read",
          "effect": "unknown",
          "open_world": false,
          "idempotency": "idempotent",
          "confirmation": "none",
          "input_contract": "typed",
          "output_contract": "typed_envelope_dynamic_result",
          "accepts": [
            "url",
            "array of strings"
          ],
          "produces": [
            "json"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        }
      ],
      "access": {
        "distribution_license": {},
        "runtime_auth": {},
        "runtime_pricing": {},
        "dependencies": []
      },
      "operational_flags": [],
      "trust": {
        "signal": "none",
        "evidence_ids": [],
        "reason": "No suspicious or malicious evidence found."
      },
      "fit": {
        "good_for": [
          "Web technology stack analysis",
          "E-commerce site audits",
          "Competitive research",
          "Security reconnaissance (passive)"
        ],
        "not_for": [
          "Active penetration testing",
          "Real-time monitoring",
          "Actions that modify websites"
        ]
      },
      "evidence": [
        {
          "id": "source-record",
          "type": "registry_record",
          "source": "https://github.com/Boolsai-ai/mcp",
          "observation": "MCP source record for Boolsai Scan; version 1.0.0.",
          "observed_at": null,
          "payload": {}
        },
        {
          "id": "protocol-tools",
          "type": "protocol_observation",
          "source": "https://boolsai.ai/mcp#tools/list",
          "observation": "2 tools were returned by MCP discovery; 2 were retained for review.",
          "observed_at": "2026-09-03T06:23:46.224Z",
          "payload": {}
        }
      ],
      "unknowns": [
        "Authentication mechanism",
        "Pricing model",
        "Rate limits",
        "Data retention policy",
        "Whether the tool performs any writes or side effects beyond reading public pages"
      ],
      "id": "REV_EA37C2114E13",
      "resource_id": "RES_1811D2D1EA40",
      "evaluator_type": "platform_ai",
      "provider": "deepseek",
      "model": "deepseek-v4-flash",
      "review_scope": "protocol-inspected-mcp",
      "created_at": "2026-09-03T06:23:56.403Z"
    }
  }
}