{
  "name": "CatalogHub",
  "description": "Agent-readable entry point for CatalogHub, the structured supplier catalogue network for hospitality procurement.",
  "version": "0.1.0-draft",
  "url": "https://cataloghub.hopshq.com/",
  "manifest": "https://cataloghub.hopshq.com/.well-known/cataloghub-agent.json",
  "llms": "https://cataloghub.hopshq.com/llms.txt",
  "openapi": {
    "json": "https://cataloghub.hopshq.com/openapi.json",
    "yaml": "https://cataloghub.hopshq.com/openapi.yaml"
  },
  "mcp": "https://cataloghub.hopshq.com/mcp",
  "schemas": {
    "catalog_product": "https://cataloghub.hopshq.com/schemas/catalog-product.schema.json"
  },
  "capabilities": [
    "catalog.search",
    "supplier.discover",
    "price.compare",
    "availability.check",
    "basket.create",
    "order.submit",
    "invoice.query",
    "delivery.query"
  ],
  "authentication": {
    "required": true,
    "note": "Catalogue and pricing access is scoped to an authenticated workspace and to supplier-authorised trade relationships. There is no anonymous access to supplier pricing."
  },
  "status": "draft"
}
