{
  "specVersion": "1.0",
  "host": {
    "displayName": "LivaGlow",
    "identifier": "did:web:livaglow.de",
    "url": "https://livaglow.de",
    "description": "German online shop for personalised ceramic mugs designed in a 3D web designer. Ships within Germany only.",
    "contact": "mail@livaglow.de"
  },
  "entries": [
    {
      "identifier": "urn:air:livaglow.de:mcp:livaglow-shop",
      "displayName": "LivaGlow MCP server",
      "description": "Read-only tools: shop facts, price quotes with volume discount, delivery estimate, FAQ and guide search, pages as Markdown, store rating.",
      "type": "application/mcp-server-card+json",
      "url": "https://livaglow.de/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "What does a personalised photo mug cost at LivaGlow?",
        "How much are 5 custom mugs with shipping to Germany?",
        "When would a mug ordered today arrive?",
        "Is a printed mug dishwasher safe?"
      ]
    },
    {
      "identifier": "urn:air:livaglow.de:docs:llms-txt",
      "displayName": "Site summary (llms.txt)",
      "description": "Curated Markdown overview of the shop, product, prices, occasions and guides.",
      "type": "text/markdown",
      "url": "https://livaglow.de/llms.txt",
      "representativeQueries": [
        "What is LivaGlow?",
        "Overview of LivaGlow products and prices",
        "LivaGlow personalised mug shop Germany"
      ]
    },
    {
      "identifier": "urn:air:livaglow.de:skills:livaglow-mug-shopping",
      "displayName": "Skill: personalised mug shopping",
      "description": "Agent skill with the rules for advising a customer and linking into the designer.",
      "type": "text/markdown",
      "url": "https://livaglow.de/.well-known/agent-skills/livaglow-mug-shopping/SKILL.md",
      "representativeQueries": [
        "Help me order a custom mug with my photo",
        "Personalised gift mug for my mother in Germany",
        "Custom couple mugs with names"
      ]
    },
    {
      "identifier": "urn:air:livaglow.de:api:openapi",
      "displayName": "OpenAPI description of public endpoints",
      "description": "Feeds, Markdown content negotiation, MCP endpoint and health check.",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://livaglow.de/openapi.json",
      "representativeQueries": [
        "LivaGlow API documentation",
        "How to fetch LivaGlow pages as Markdown"
      ]
    },
    {
      "identifier": "urn:air:livaglow.de:feeds:products-tsv",
      "displayName": "Product feed (TSV)",
      "description": "The personalised mug with price, shipping, images, policies – OpenAI and Google Merchant field names.",
      "type": "text/tab-separated-values",
      "url": "https://livaglow.de/feed/products.tsv",
      "representativeQueries": [
        "LivaGlow product feed",
        "Personalised ceramic mug 14.99 EUR product data"
      ]
    }
  ]
}