{
  "ucp_version": "2026-04-08",
  "supported_versions": ["2026-04-08", "2026-01-23"],
  "merchant": {
    "name": "Brandet Premium Stores",
    "short_name": "Brandet",
    "url": "https://brandet.shop",
    "logo": "https://brandet.shop/icon-512.svg",
    "support_email": "sales@brandetstores.com",
    "currency": "USD",
    "ships_to": ["LB"]
  },
  "endpoints": {
    "discovery": "https://brandet.shop/.well-known/ucp",
    "mcp": "https://brandet.shop/api/ucp/mcp",
    "catalog": "https://brandet.shop/api/ucp/catalog",
    "sitemap": "https://brandet.shop/sitemap.xml",
    "agents_md": "https://brandet.shop/agents.md",
    "llms_txt": "https://brandet.shop/llms.txt"
  },
  "capabilities": {
    "search": true,
    "cart": true,
    "checkout": "agentic",
    "agentic_payment": false,
    "agentic_order_placement": true,
    "order_tracking": true,
    "payment_methods": ["cash_on_delivery"],
    "buyer_approval_required": "order_total_and_address",
    "anonymous_cart": true,
    "anonymous_checkout": true
  },
  "rate_limits": {
    "mcp_endpoint": {
      "requests_per_minute": 60,
      "scope": "per_ip"
    }
  },
  "policies": {
    "privacy": "https://brandet.shop/policies/privacy",
    "terms": "https://brandet.shop/policies/terms",
    "returns": "https://brandet.shop/policies/returns",
    "shipping": "https://brandet.shop/policies/shipping"
  },
  "contact": {
    "support_email": "sales@brandetstores.com"
  },
  "status": {
    "discovery": "live",
    "browsing": "live",
    "commerce": "live",
    "mcp": "live",
    "last_updated": "2026-06-13",
    "notes": "Full UCP commerce surface is live: discovery, browsing, cart, COD checkout, order tracking, and the MCP streamable-HTTP endpoint at /api/ucp/mcp. Agents call tools/list on the MCP endpoint to discover the catalogue of 13 tools (search_catalog, get_product, list_categories, create_cart, get_cart, add_to_cart, update_cart_item, remove_cart_item, get_shipping_options, create_checkout, update_checkout, complete_checkout, get_order_status). complete_checkout actually places the order — Brandet is cash-on-delivery only so no payment hand-off is needed; the buyer pays the courier on delivery."
  }
}
