{
  "serverInfo": {
    "name": "BackResto",
    "version": "1.0.0",
    "description": "HACCP compliance and food safety management platform for restaurants. Provides free tools: HACCP express audit and EU allergen table generator."
  },
  "transport": {
    "type": "https",
    "endpoint": "https://www.backresto.com/.well-known/api-catalog"
  },
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false
  },
  "tools": [
    {
      "name": "haccp-express-audit",
      "description": "Start a free HACCP compliance audit for a restaurant. Collects business info and returns a scored compliance report.",
      "endpoint": "https://www.backresto.com/api/haccp-audit",
      "method": "POST"
    },
    {
      "name": "allergen-menu-parser",
      "description": "Parse restaurant menu images to extract dishes and identify all 14 EU-regulated allergens per item.",
      "endpoint": "https://www.backresto.com/api/allergen-table/parse",
      "method": "POST"
    },
    {
      "name": "allergen-table-email",
      "description": "Send a generated allergen table PDF to a specified email address.",
      "endpoint": "https://www.backresto.com/api/allergen-table/send-email",
      "method": "POST"
    }
  ]
}