{
  "ok": true,
  "resource": {
    "id": "RES_5C79FB00F8D4",
    "resource_type": "mcp_server",
    "canonical_url": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.atdev%2Fsupershopping/versions/1.0.0",
    "name": "supershopping",
    "summary_en": "나만을 위한 AI 쇼핑 MCP — 상품을 자연어로 검색·비교·추천해 사용자의 효과적인 쇼핑을 돕습니다.",
    "summary_zh": "专属于你的AI购物MCP——通过自然语言搜索、比较和推荐商品，帮助你高效购物。",
    "description_en": "An MCP server that provides AI-powered shopping assistance. It enables natural language product search, comparison, and recommendation, along with product details, images, outfit recommendations, market analysis, and a demo checkout initiation. The server exposes 8 tools over the MCP protocol via a streamable HTTP endpoint.",
    "description_zh": "一个提供AI购物助手的MCP服务器。支持自然语言商品搜索、比较和推荐，并提供商品详情、图片、搭配推荐、市场分析和演示结账启动功能。该服务器通过MCP协议在流式HTTP端点上暴露了8个工具。",
    "provider_name": "ai.atdev",
    "homepage_url": "https://github.com/alex-hoyeol-choi/headless-commerce",
    "endpoint_url": "https://supershopping-mcp.atdev.ai/mcp",
    "source_url": "https://github.com/alex-hoyeol-choi/headless-commerce",
    "icon_url": null,
    "cover_image_url": null,
    "capabilities": [
      "commerce.search",
      "commerce.compare",
      "commerce.recommend",
      "commerce.detail",
      "commerce.image",
      "commerce.outfit",
      "commerce.market-analysis",
      "commerce.checkout"
    ],
    "categories": [
      "commerce"
    ],
    "industries": [
      "commerce"
    ],
    "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:11:17.280Z"
      }
    },
    "latest_version": "1.0.0",
    "status": "listed",
    "health_status": "healthy",
    "source_kind": "imported",
    "source_agent": "registry.modelcontextprotocol.io",
    "trust": {
      "signal": "none",
      "reason": null,
      "signals": {
        "yellow": 0,
        "red": 0
      }
    },
    "review_summary": {
      "method_version": "capability-evidence-v2",
      "capability_definition": "strong",
      "contract_completeness": "strong",
      "access_friction": "low",
      "operational_transparency": "strong",
      "evidence_strength": "protocol_inspected",
      "use_readiness": "guided_use",
      "reviewed_at": "2026-09-03T06:11:18.216Z"
    },
    "experience_count": 0,
    "verified_experience_count": 0,
    "usage_count": 0,
    "success_rate": null,
    "first_seen_at": "2026-09-03T02:49:43.399Z",
    "last_seen_at": "2026-09-03T06:11:17.510Z",
    "published_at": "2026-09-03T06:11:17.510Z",
    "created_at": "2026-09-03T02:49:43.399Z",
    "updated_at": "2026-09-03T06:11:18.216Z",
    "api_url": "https://aiworkshub.io/api/v1/resources/RES_5C79FB00F8D4",
    "reviews_url": "https://aiworkshub.io/api/v1/resources/RES_5C79FB00F8D4/reviews",
    "public_url": "https://aiworkshub.io/resources/RES_5C79FB00F8D4",
    "distribution": {
      "canonical_identity": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.atdev%2Fsupershopping/versions/1.0.0",
      "syndicatable": true,
      "origins": [
        {
          "registry_url": "https://registry.modelcontextprotocol.io/",
          "upstream_resource_id": "ai.atdev/supershopping@1.0.0",
          "upstream_record_url": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.atdev%2Fsupershopping/versions/1.0.0",
          "relation": "syndicated",
          "metadata": {
            "source": "official-mcp-registry"
          },
          "first_seen_at": "2026-09-03T02:49:43.399Z",
          "last_seen_at": "2026-09-03T06:11:17.510Z"
        }
      ]
    },
    "tools": [
      {
        "name": "analyze_market",
        "title_en": "SuperShopping Market Analysis",
        "title_zh": "超级购物市场分析",
        "description_en": "Analyze price trends for a SuperShopping category, including price distribution, lowest-price stores, and alternatives. Use when the user asks about market prices or fair prices (e.g., 'how much are graphics cards these days', 'laptop price range'). Category can be a name (e.g., 'laptop') or ID. Returns price statistics (min/median/max and distribution), lowest-price stores, and alternative products.",
        "description_zh": "分析超级购物类别的价格趋势，包括价格分布、最低价商店和替代品。当用户询问市场价格或合理价格时使用（例如“现在显卡多少钱”、“笔记本电脑价格范围”）。类别可以是名称（例如“笔记本电脑”）或ID。返回价格统计（最低/中位数/最高及分布）、最低价商店和替代商品。",
        "input_schema": {
          "additionalProperties": false,
          "properties": {
            "category": {
              "type": "string"
            },
            "attributes": {
              "anyOf": [
                {
                  "additionalProperties": true,
                  "type": "object"
                },
                {
                  "type": "null"
                }
              ],
              "default": null
            }
          },
          "required": [
            "category"
          ],
          "type": "object"
        },
        "output_schema": {
          "additionalProperties": true,
          "type": "object"
        },
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": true,
        "idempotency": "idempotent",
        "confirmation": "none",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "compare_products",
        "title_en": "SuperShopping Product Comparison",
        "title_zh": "超级购物商品比较",
        "description_en": "Compare multiple SuperShopping products (2-5) with a spec and price comparison matrix plus a one-line conclusion. Use when the user wants to compare several candidates (e.g., 'which is better among these?'). Get product_ids from search results. Returns attributes (common keys), matrix (values/prices per product), and verdict (conclusion in Korean).",
        "description_zh": "比较多个超级购物商品（2-5个），提供规格和价格比较矩阵以及一行结论。当用户想比较几个候选商品时使用（例如“这些中哪个更好？”）。从搜索结果中获取product_ids。返回属性（公共键）、矩阵（每个商品的值/价格）和结论（韩语结论）。",
        "input_schema": {
          "additionalProperties": false,
          "properties": {
            "product_ids": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "required": [
            "product_ids"
          ],
          "type": "object"
        },
        "output_schema": {
          "additionalProperties": true,
          "type": "object"
        },
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": true,
        "idempotency": "idempotent",
        "confirmation": "none",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "get_product_detail",
        "title_en": "SuperShopping Product Detail",
        "title_zh": "超级购物商品详情",
        "description_en": "Get full details of a SuperShopping product, including specs, prices by store (offers), and new/used cross-comparison. Use when the user wants to examine a product in depth or is about to purchase. Obtain product_id from search/recommend results. Returns full attributes, offers with buy_url per store, comparison_url, other_sources (other sources of the same model, new vs used price spread), and affiliate_disclosure if present. Use other_sources to inform about price differences such as 'how much is the used version of the same model'.",
        "description_zh": "获取超级购物商品的完整详情，包括规格、各商店价格（报价）以及新品/二手交叉比较。当用户想深入了解某商品或即将购买时使用。从搜索/推荐结果中获取product_id。返回完整属性、每个商店的报价及购买链接、比较链接、其他来源（同一型号的其他来源，新品与二手价格差异）以及联盟披露（如有）。利用其他来源告知价格差异，例如“同型号二手多少钱”。",
        "input_schema": {
          "additionalProperties": false,
          "properties": {
            "product_id": {
              "type": "string"
            }
          },
          "required": [
            "product_id"
          ],
          "type": "object"
        },
        "output_schema": {
          "additionalProperties": true,
          "type": "object"
        },
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": true,
        "idempotency": "idempotent",
        "confirmation": "none",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "get_product_image",
        "title_en": "SuperShopping Product Image",
        "title_zh": "超级购物商品图片",
        "description_en": "Return the representative image of a SuperShopping product as an actual renderable image. Use when the user wants to see a product photo (e.g., 'show me this coat'). Thumbnails from search/recommend results are URLs (text) and may not display, so use this tool to fetch the image itself when visual confirmation is needed. Returns image content; do not show multiple at once, focus on products of interest.",
        "description_zh": "返回超级购物商品的代表性图片，作为可渲染的实际图片。当用户想查看商品照片（例如“给我看看这件外套”）时使用。搜索/推荐结果中的缩略图是URL（文本），可能无法显示，因此当需要视觉确认时，使用此工具获取图片本身。返回图片内容；不要一次显示多个，专注于感兴趣的商品。",
        "input_schema": {
          "additionalProperties": false,
          "properties": {
            "product_id": {
              "type": "string"
            }
          },
          "required": [
            "product_id"
          ],
          "type": "object"
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": true,
        "idempotency": "idempotent",
        "confirmation": "none",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "initiate_checkout",
        "title_en": "SuperShopping Checkout Initiation (Demo)",
        "title_zh": "超级购物结账启动（演示）",
        "description_en": "Connect to purchase a selected product, returning the lowest-price store's purchase link, price, and disclosure. Use when the user expresses intent to buy (e.g., 'I want to buy this', 'purchase'). Actual payment occurs on the merchant's page. Returns payload with merchant, buy_url (affiliate-converted), price, etc., affiliate_disclosure if present, and next_actions. Present buy_url as a clear purchase link and always disclose affiliate_disclosure if present. For used items (personal transactions), guide the user on safe payment and physical verification.",
        "description_zh": "连接购买所选商品，返回最低价商店的购买链接、价格和披露信息。当用户表达购买意图时使用（例如“我想买这个”、“购买”）。实际支付发生在商家页面。返回包含商家、购买链接（联盟转换）、价格等的payload，以及联盟披露（如有）和后续操作。将购买链接作为明确的购买链接展示，如有联盟披露务必告知。对于二手商品（个人交易），引导用户进行安全支付和实物验证。",
        "input_schema": {
          "additionalProperties": false,
          "properties": {
            "product_id": {
              "type": "string"
            },
            "quantity": {
              "default": 1,
              "type": "integer"
            }
          },
          "required": [
            "product_id"
          ],
          "type": "object"
        },
        "output_schema": {
          "additionalProperties": true,
          "type": "object"
        },
        "unit_kind": "mcp_tool",
        "effect": "unknown",
        "open_world": true,
        "idempotency": "unknown",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "recommend_outfit",
        "title_en": "SuperShopping Outfit Recommendation",
        "title_zh": "超级购物搭配推荐",
        "description_en": "Recommend a coordinated outfit based on a seed product or intent. Use when the user wants a full outfit composition (e.g., 'coordinate with this coat', 'fall date look'). Arguments: product_id (seed item, optional), intent (purpose/mood, optional), budget (overall budget cap, optional). At least one of product_id or intent is required. Returns seed, items (each with slot, title, min_price, reason, buy_url, thumbnail, source), styling_reason, and affiliate_disclosure if present. Present each item with a buy_url link and show photos using get_product_image.",
        "description_zh": "根据种子商品或意图推荐一套协调的搭配。当用户想要完整的穿搭组合时使用（例如“搭配这件外套”、“秋季约会造型”）。参数：product_id（种子商品，可选）、intent（用途/心情，可选）、budget（总预算上限，可选）。product_id和intent至少需要一个。返回种子、项目（每个包含槽位、标题、最低价格、理由、购买链接、缩略图、来源）、造型理由以及联盟披露（如有）。将每个项目与购买链接一起展示，并使用get_product_image显示图片。",
        "input_schema": {
          "additionalProperties": false,
          "properties": {
            "product_id": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ],
              "default": null
            },
            "intent": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ],
              "default": null
            },
            "budget": {
              "anyOf": [
                {
                  "type": "integer"
                },
                {
                  "type": "null"
                }
              ],
              "default": null
            }
          },
          "type": "object"
        },
        "output_schema": {
          "additionalProperties": true,
          "type": "object"
        },
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": true,
        "idempotency": "idempotent",
        "confirmation": "none",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "recommend_products",
        "title_en": "SuperShopping Product Recommendation",
        "title_zh": "超级购物商品推荐",
        "description_en": "Recommend products based on intent and budget, with reasoning. Use when the user provides only purpose/taste/budget without a specific search query (e.g., 'recommend a winter date look', 'budget laptop around 500k'). Arguments: intent (purpose/taste), budget (upper limit), must_have (required conditions). Returns recommendations with title, min_price, reason, buy_url, thumbnail, source, and affiliate_disclosure if present. Present each recommendation with a buy_url link and show photos using get_product_image.",
        "description_zh": "根据意图和预算推荐商品，并提供推荐理由。当用户仅提供用途/喜好/预算而没有具体搜索查询时使用（例如“推荐冬季约会穿搭”、“50万韩元左右的性价比笔记本电脑”）。参数：intent（用途/喜好）、budget（上限）、must_have（必要条件）。返回推荐列表，包含标题、最低价格、理由、购买链接、缩略图、来源以及联盟披露（如有）。将每个推荐与购买链接一起展示，并使用get_product_image显示图片。",
        "input_schema": {
          "additionalProperties": false,
          "properties": {
            "intent": {
              "type": "string"
            },
            "budget": {
              "anyOf": [
                {
                  "type": "integer"
                },
                {
                  "type": "null"
                }
              ],
              "default": null
            },
            "must_have": {
              "anyOf": [
                {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                {
                  "type": "null"
                }
              ],
              "default": null
            },
            "limit": {
              "default": 5,
              "type": "integer"
            }
          },
          "required": [
            "intent"
          ],
          "type": "object"
        },
        "output_schema": {
          "additionalProperties": true,
          "type": "object"
        },
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": true,
        "idempotency": "idempotent",
        "confirmation": "none",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "search_products",
        "title_en": "SuperShopping Product Search",
        "title_zh": "超级购物商品搜索",
        "description_en": "Search new and used products using natural language (the main entry point of SuperShopping). Use when the user is looking for a specific product. Automatically extracts domain, gender, price range, and attributes from the query for filtering. Returns items with title, min_price, key_specs, thumbnail, buy_url, source, condition, etc. Always present each buy_url as a link. Use get_product_image to render photos. If the user only wants recommendations or the query is ambiguous, use recommend_products.",
        "description_zh": "使用自然语言搜索新品和二手商品（超级购物的主要入口）。当用户寻找特定商品时使用。自动从查询中提取领域、性别、价格范围和属性进行过滤。返回包含标题、最低价格、关键规格、缩略图、购买链接、来源、状况等信息的商品列表。始终将每个购买链接作为链接展示。使用get_product_image渲染图片。如果用户只想要推荐或查询模糊，请使用recommend_products。",
        "input_schema": {
          "additionalProperties": false,
          "properties": {
            "query": {
              "type": "string"
            },
            "min_price": {
              "anyOf": [
                {
                  "type": "integer"
                },
                {
                  "type": "null"
                }
              ],
              "default": null
            },
            "max_price": {
              "anyOf": [
                {
                  "type": "integer"
                },
                {
                  "type": "null"
                }
              ],
              "default": null
            },
            "category": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ],
              "default": null
            },
            "attributes": {
              "anyOf": [
                {
                  "additionalProperties": true,
                  "type": "object"
                },
                {
                  "type": "null"
                }
              ],
              "default": null
            },
            "limit": {
              "default": 10,
              "type": "integer"
            }
          },
          "required": [
            "query"
          ],
          "type": "object"
        },
        "output_schema": {
          "additionalProperties": true,
          "type": "object"
        },
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": true,
        "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": "strong",
        "safe_use": "untested",
        "real_use": "unobserved"
      },
      "assessment": {
        "capability_definition": "strong",
        "contract_completeness": "strong",
        "access_friction": "low",
        "operational_transparency": "strong",
        "evidence_strength": "protocol_inspected",
        "use_readiness": "guided_use"
      },
      "profile": {
        "capabilities": [
          {
            "id": "commerce.search",
            "weight": 100,
            "confidence": 95,
            "evidence_ids": [
              "source-record",
              "protocol-tools"
            ]
          },
          {
            "id": "commerce.compare",
            "weight": 90,
            "confidence": 95,
            "evidence_ids": [
              "protocol-tools"
            ]
          },
          {
            "id": "commerce.recommend",
            "weight": 90,
            "confidence": 95,
            "evidence_ids": [
              "protocol-tools"
            ]
          },
          {
            "id": "commerce.detail",
            "weight": 80,
            "confidence": 95,
            "evidence_ids": [
              "protocol-tools"
            ]
          },
          {
            "id": "commerce.image",
            "weight": 70,
            "confidence": 95,
            "evidence_ids": [
              "protocol-tools"
            ]
          },
          {
            "id": "commerce.outfit",
            "weight": 70,
            "confidence": 95,
            "evidence_ids": [
              "protocol-tools"
            ]
          },
          {
            "id": "commerce.market-analysis",
            "weight": 60,
            "confidence": 95,
            "evidence_ids": [
              "protocol-tools"
            ]
          },
          {
            "id": "commerce.checkout",
            "weight": 50,
            "confidence": 95,
            "evidence_ids": [
              "protocol-tools"
            ]
          }
        ],
        "domains": [
          {
            "id": "commerce",
            "weight": 100,
            "confidence": 95,
            "evidence_ids": [
              "source-record",
              "protocol-tools"
            ]
          }
        ],
        "workflow_roles": [
          "discover",
          "retrieve",
          "analyze",
          "transact"
        ]
      },
      "capability_units": [
        {
          "id": "tool:search_products",
          "kind": "mcp_tool",
          "capability_id": "commerce.search",
          "effect": "read",
          "open_world": true,
          "idempotency": "idempotent",
          "confirmation": "none",
          "input_contract": "typed",
          "output_contract": "typed_envelope_dynamic_result",
          "accepts": [
            "string",
            "integer",
            "null",
            "object"
          ],
          "produces": [
            "object"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:get_product_detail",
          "kind": "mcp_tool",
          "capability_id": "commerce.detail",
          "effect": "read",
          "open_world": true,
          "idempotency": "idempotent",
          "confirmation": "none",
          "input_contract": "typed",
          "output_contract": "typed_envelope_dynamic_result",
          "accepts": [
            "string"
          ],
          "produces": [
            "object"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:get_product_image",
          "kind": "mcp_tool",
          "capability_id": "commerce.image",
          "effect": "read",
          "open_world": true,
          "idempotency": "idempotent",
          "confirmation": "none",
          "input_contract": "typed",
          "output_contract": "untyped",
          "accepts": [
            "string"
          ],
          "produces": [
            "image"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:compare_products",
          "kind": "mcp_tool",
          "capability_id": "commerce.compare",
          "effect": "read",
          "open_world": true,
          "idempotency": "idempotent",
          "confirmation": "none",
          "input_contract": "typed",
          "output_contract": "typed_envelope_dynamic_result",
          "accepts": [
            "array"
          ],
          "produces": [
            "object"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:recommend_products",
          "kind": "mcp_tool",
          "capability_id": "commerce.recommend",
          "effect": "read",
          "open_world": true,
          "idempotency": "idempotent",
          "confirmation": "none",
          "input_contract": "typed",
          "output_contract": "typed_envelope_dynamic_result",
          "accepts": [
            "string",
            "integer",
            "null",
            "array"
          ],
          "produces": [
            "object"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:recommend_outfit",
          "kind": "mcp_tool",
          "capability_id": "commerce.outfit",
          "effect": "read",
          "open_world": true,
          "idempotency": "idempotent",
          "confirmation": "none",
          "input_contract": "typed",
          "output_contract": "typed_envelope_dynamic_result",
          "accepts": [
            "string",
            "integer",
            "null"
          ],
          "produces": [
            "object"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:analyze_market",
          "kind": "mcp_tool",
          "capability_id": "commerce.market-analysis",
          "effect": "read",
          "open_world": true,
          "idempotency": "idempotent",
          "confirmation": "none",
          "input_contract": "typed",
          "output_contract": "typed_envelope_dynamic_result",
          "accepts": [
            "string",
            "null",
            "object"
          ],
          "produces": [
            "object"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:initiate_checkout",
          "kind": "mcp_tool",
          "capability_id": "commerce.checkout",
          "effect": "unknown",
          "open_world": true,
          "idempotency": "unknown",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed_envelope_dynamic_result",
          "accepts": [
            "string",
            "integer"
          ],
          "produces": [
            "object"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        }
      ],
      "access": {
        "distribution_license": {},
        "runtime_auth": {},
        "runtime_pricing": {},
        "dependencies": []
      },
      "operational_flags": [],
      "trust": {
        "signal": "none",
        "evidence_ids": [],
        "reason": null
      },
      "fit": {
        "good_for": [
          "Natural language product search and discovery",
          "Comparing multiple products side-by-side",
          "Getting personalized product recommendations based on intent and budget",
          "Obtaining detailed product information and images",
          "Outfit coordination suggestions",
          "Market price analysis for categories",
          "Facilitating purchases through affiliate links (demo checkout)"
        ],
        "not_for": [
          "Actual payment processing (redirects to merchant)",
          "Transactions involving used items without safe payment guidance",
          "Non-commerce domains"
        ]
      },
      "evidence": [
        {
          "id": "source-record",
          "type": "registry_record",
          "source": "https://github.com/alex-hoyeol-choi/headless-commerce",
          "observation": "MCP source record for supershopping; version 1.0.0.",
          "observed_at": null,
          "payload": {}
        },
        {
          "id": "protocol-tools",
          "type": "protocol_observation",
          "source": "https://supershopping-mcp.atdev.ai/mcp#tools/list",
          "observation": "8 tools were returned by MCP discovery; 8 were retained for review.",
          "observed_at": "2026-09-03T06:10:55.486Z",
          "payload": {}
        }
      ],
      "unknowns": [
        "Authentication mechanism (type unknown)",
        "Pricing model (unknown)",
        "Exact output schemas for tools (dynamic results)",
        "Affiliate disclosure details",
        "Actual behavior of initiate_checkout in production (demo only)"
      ],
      "id": "REV_FCCDA793B221",
      "resource_id": "RES_5C79FB00F8D4",
      "evaluator_type": "platform_ai",
      "provider": "deepseek",
      "model": "deepseek-v4-flash",
      "review_scope": "protocol-inspected-mcp",
      "created_at": "2026-09-03T06:11:18.216Z"
    }
  }
}