{
  "specVersion": "1.0",
  "host": {
    "displayName": "BackResto",
    "identifier": "https://developers.backresto.com"
  },
  "entries": [
    {
      "identifier": "urn:air:backresto.com:server:partner-api",
      "displayName": "BackResto Partner API MCP server",
      "type": "application/mcp-server-card+json",
      "url": "https://api.backresto.com/.well-known/mcp/server-card.json",
      "description": "Hosted MCP server (streamable HTTP, partner API key). Read-only access to a restaurant's own HACCP compliance records kept in BackResto: goods-in checks with per-product temperatures and photographs, plus 24 record collections covering temperatures, cooling, freezing, reheating, transport, cleaning, fryer oil, surface analyses, traceability labels and drive files.",
      "representativeQueries": [
        "was every delivery this week checked for temperature",
        "show the fridge temperature readings for yesterday",
        "list the cleaning tasks done in the kitchen today",
        "which traceability labels were printed for this product"
      ]
    },
    {
      "identifier": "urn:air:backresto.com:api:partner-api",
      "displayName": "BackResto Partner API (OpenAPI)",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://api.backresto.com/openapi.json",
      "description": "The REST contract of the same records, generated from the running service: cursor-paginated lists and single-record reads, RFC 9457 errors.",
      "representativeQueries": [
        "export HACCP temperature records from BackResto",
        "REST API for restaurant food safety records",
        "integrate goods-in delivery checks into accounting software"
      ]
    },
    {
      "identifier": "urn:air:backresto.com:catalog:api-catalog",
      "displayName": "BackResto API catalog",
      "type": "application/linkset+json",
      "url": "https://developers.backresto.com/.well-known/api-catalog",
      "description": "RFC 9727 linkset of the Partner API: its OpenAPI contract, MCP server card and documentation.",
      "representativeQueries": [
        "what APIs does BackResto publish",
        "where is the BackResto OpenAPI specification"
      ]
    },
    {
      "identifier": "urn:air:backresto.com:skills:haccp-records",
      "displayName": "BackResto agent skills",
      "type": "application/json",
      "url": "https://developers.backresto.com/.well-known/agent-skills/index.json",
      "description": "Agent Skills index: reading a restaurant's own HACCP records over MCP or REST.",
      "representativeQueries": [
        "read restaurant HACCP compliance records",
        "check food safety records kept in BackResto"
      ]
    }
  ]
}