{
  "specVersion": "1.0",
  "host": {
    "identifier": "did:web:lemusweddings.com",
    "displayName": "Lemus Weddings",
    "description": "Bilingual (English/Spanish) wedding photography and film studio based in Guadalajara, Jalisco, Mexico. Editorial, unposed documentary style. 6+ years photographing weddings, 30,000+ images delivered, 24-hour sneak-peek turnaround.",
    "url": "https://lemusweddings.com",
    "contact": "quique@lemusweddings.com"
  },
  "entries": [
    {
      "identifier": "urn:air:lemusweddings.com:server:mcp",
      "displayName": "Lemus Weddings MCP server",
      "description": "Model Context Protocol server exposing destinations, collections, the booking process, the FAQ and full-text search over the site.",
      "type": "application/mcp-server-card+json",
      "url": "https://lemusweddings.com/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "how much is a wedding photographer in Los Cabos",
        "what is included in the Signature Collection",
        "book a destination wedding photographer in San Miguel de Allende",
        "when do we get our wedding photos back",
        "does the photographer speak English"
      ]
    },
    {
      "identifier": "urn:air:lemusweddings.com:agent:a2a",
      "displayName": "Lemus Weddings booking assistant (A2A)",
      "description": "Agent-to-Agent endpoint that answers pricing, destination, timeline and booking questions from the studio's own knowledge base.",
      "type": "application/json",
      "url": "https://lemusweddings.com/.well-known/agent-card.json",
      "representativeQueries": [
        "is Lemus Weddings available in March 2027",
        "what does a destination wedding in Mexico cost",
        "how do we start working with Enrique"
      ]
    },
    {
      "identifier": "urn:air:lemusweddings.com:api:public",
      "displayName": "Lemus Weddings public REST API",
      "description": "Read-only JSON API for destinations, collections, articles, FAQ and search.",
      "type": "application/vnd.oai.openapi+json;version=3.1",
      "url": "https://lemusweddings.com/openapi.json",
      "representativeQueries": [
        "list the wedding destinations Lemus Weddings covers",
        "get the price range for Riviera Nayarit",
        "list English articles about getting married in Mexico"
      ]
    },
    {
      "identifier": "urn:air:lemusweddings.com:corpus:llms",
      "displayName": "Site guide for language models",
      "description": "llms.txt index of every page, with the markdown twin of each one.",
      "type": "text/markdown",
      "url": "https://lemusweddings.com/llms.txt",
      "representativeQueries": [
        "what does Lemus Weddings do",
        "list the articles on lemusweddings.com",
        "read the Jalisco destination page as markdown"
      ]
    },
    {
      "identifier": "urn:air:lemusweddings.com:corpus:llms-full",
      "displayName": "Full site corpus",
      "description": "Every routed page of lemusweddings.com concatenated as markdown.",
      "type": "text/markdown",
      "url": "https://lemusweddings.com/llms-full.txt",
      "representativeQueries": [
        "everything Lemus Weddings has published about weddings in Mexico",
        "full text of the Lemus Weddings site"
      ]
    },
    {
      "identifier": "urn:air:lemusweddings.com:skills:index",
      "displayName": "Lemus Weddings agent skills",
      "description": "Installable skills for booking a wedding photographer in Mexico and for planning a Mexico destination wedding.",
      "type": "application/json",
      "url": "https://lemusweddings.com/.well-known/agent-skills/index.json",
      "representativeQueries": [
        "help me book a wedding photographer in Mexico",
        "walk me through planning a destination wedding in Mexico"
      ]
    },
    {
      "identifier": "urn:air:lemusweddings.com:doc:auth",
      "displayName": "Agent authentication policy",
      "description": "States that every agent surface here is public and read-only, and what is expected of agents instead of credentials.",
      "type": "text/markdown",
      "url": "https://lemusweddings.com/auth.md",
      "representativeQueries": [
        "does lemusweddings.com need an API key",
        "how do I authenticate with the Lemus Weddings API",
        "can I train a model on lemusweddings.com"
      ]
    },
    {
      "identifier": "urn:air:lemusweddings.com:data:kb",
      "displayName": "Lemus Weddings knowledge base",
      "description": "Structured business facts: destinations, price ranges, tiers, process, guarantees, FAQ.",
      "type": "application/json",
      "url": "https://lemusweddings.com/agent/kb.json",
      "representativeQueries": [
        "Lemus Weddings price ranges by destination",
        "what is the booking process",
        "what guarantees does the studio give"
      ]
    }
  ]
}