{
  "version": "1.0",
  "merchant": {
    "name": "PageTurner Books",
    "url": "http://localhost:8080",
    "description": "An independent bookstore specializing in fiction, non-fiction, and rare editions. Curated for curious minds.",
    "currency": "USD",
    "locale": "en"
  },
  "capabilities": {
    "catalog": true,
    "search": true,
    "cart": false,
    "checkout": "redirect",
    "orders": false
  },
  "discovery": {
    "feed": "http://localhost:8080/ocp/products.jsonl",
    "feed_format": "jsonl",
    "feed_updated": "2026-03-05T00:00:00Z",
    "total_products": 10
  },
  "interact": {
    "runtime": "https://cdn.opencommerceprotocol.org/runtime/v1/ocp-runtime.min.js",
    "webmcp": true,
    "tools": ["search_products", "get_product", "get_product_qa", "compare_products", "check_availability"]
  },
  "permissions": {
    "requires_human_checkout": true,
    "rate_limit": "60/minute"
  }
}
