{
  "specVersion": "1.0",
  "host": {
    "displayName": "SJ Storage",
    "identifier": "did:web:sjstorage.net",
    "url": "https://sjstorage.net",
    "description": "Self-storage facility in Twin Falls, Idaho. Outdoor containers and powered indoor units, month to month."
  },
  "entries": [
    {
      "identifier": "urn:air:sjstorage.net:server:storage",
      "displayName": "SJ Storage facility information (MCP)",
      "description": "Read only MCP surface exposing unit pricing, availability, gate hours, location and contact entry points.",
      "type": "application/mcp-server-card+json",
      "url": "https://sjstorage.net/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "How much is a storage unit in Twin Falls?",
        "Does SJ Storage have a powered indoor unit available?",
        "What are the gate hours at SJ Storage?",
        "Where can I store an RV or boat near Twin Falls Idaho?"
      ]
    },
    {
      "identifier": "urn:air:sjstorage.net:docs:llms",
      "displayName": "Plain text site summary",
      "description": "llms.txt overview of units, pricing, access and location.",
      "type": "text/plain",
      "url": "https://sjstorage.net/llms.txt",
      "representativeQueries": [
        "Summarise SJ Storage",
        "What sizes does SJ Storage rent?",
        "How do I pay SJ Storage?"
      ]
    },
    {
      "identifier": "urn:air:sjstorage.net:docs:llms-full",
      "displayName": "Full page corpus",
      "description": "llms-full.txt, the markdown corpus of every public page.",
      "type": "text/plain",
      "url": "https://sjstorage.net/llms-full.txt",
      "representativeQueries": [
        "Give me everything on the SJ Storage site",
        "What does SJ Storage say about access hours and security?"
      ]
    },
    {
      "identifier": "urn:air:sjstorage.net:skills:index",
      "displayName": "Agent skills for renting a unit",
      "description": "Instructions an assistant can follow to size a unit, quote pricing, report hours and submit an enquiry.",
      "type": "application/json",
      "url": "https://sjstorage.net/.well-known/agent-skills/index.json",
      "representativeQueries": [
        "Help me pick a storage unit size",
        "What information does SJ Storage need to quote me?",
        "How do I contact SJ Storage about availability?"
      ]
    },
    {
      "identifier": "urn:air:sjstorage.net:content:sitemap",
      "displayName": "Full page index",
      "description": "XML sitemap of every canonical URL.",
      "type": "application/xml",
      "url": "https://sjstorage.net/sitemap.xml",
      "representativeQueries": [
        "List every page on sjstorage.net",
        "What town pages does SJ Storage publish?"
      ]
    }
  ]
}
