{
  "entry": {
    "kind": "webmcp",
    "slug": "openai-verdant-market",
    "name": "Verdant Market",
    "vendor": "OpenAI",
    "description": "A reference grocery storefront exposing search across roughly 110 products and tools for managing a cart shared between the shopper and the agent. It models the commerce case: the agent does not scrape the catalogue or synthesise clicks, it calls `searchProducts` and `addToCart`.\n\nCommerce is where WebMCP's risk becomes concrete. A cart tool is state-changing and sits inside a session that will eventually reach checkout, so the boundary between \"agent helped me shop\" and \"agent bought something\" is a single tool definition. It declares browser control and outbound network access. Real storefronts adopting this pattern should keep irreversible steps — payment, address changes — behind explicit human confirmation rather than behind another tool.",
    "website": "https://openai.com",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [
      "browser:control",
      "network:outbound"
    ],
    "packaging": null,
    "configFiles": null,
    "category": "reference-app",
    "updatedAt": "2026-09-02",
    "risk": {
      "score": 10,
      "band": "low",
      "signals": [
        {
          "id": "trust-official",
          "kind": "trust",
          "label": "Published by the vendor",
          "contribution": -40
        }
      ],
      "dangerousCombos": []
    },
    "dangerousCombos": []
  }
}