{
  "version": "1.0",
  "merchant": {
    "name": "UrbanThread",
    "url": "http://localhost:8090",
    "description": "Modern clothing store with curated fashion essentials — shirts, jackets, sneakers, and accessories.",
    "currency": "USD",
    "locale": "en"
  },
  "capabilities": {
    "catalog": true,
    "search": true,
    "cart": true,
    "checkout": "redirect"
  },
  "discovery": {
    "feed": "http://localhost:8090/ocp/products.jsonl",
    "feed_format": "jsonl",
    "total_products": 8
  },
  "interact": {
    "webmcp": true,
    "tools": [
      "search_products",
      "get_product",
      "get_product_qa",
      "compare_products",
      "add_to_cart",
      "get_cart",
      "update_cart",
      "begin_checkout",
      "check_availability",
      "check_checkout_status",
      "get_promotions"
    ]
  },
  "shipping": {
    "regions": ["US"],
    "methods": ["standard", "express"],
    "free_above": 75
  },
  "permissions": {
    "requires_human_checkout": true,
    "rate_limit": "100/minute"
  }
}
