Back to lilo

Card snapshot

lilo.property · 2026-05-22 13:07:25 UTC · 29bf10f23c9fd29bb760aec9d845b34a70dfa10a40e1334a02185254a6afea23

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "lilo",
  "description": "Vacation rental booking and property protection infrastructure. Search properties, check real-time availability, get exact pricing, and create direct bookings. Hosts receive 100% of nightly rate; a 3% guest service fee is added at checkout.",
  "url": "https://lilo.property",
  "provider": {
    "organization": "lilo",
    "url": "https://lilo.property"
  },
  "version": "1.0.0",
  "protocol": "a2a",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "authentication": {
    "schemes": [
      "apiKey"
    ],
    "description": "Discovery tools are free without auth. Tool execution requires a lilo API key (X-API-Key header). Get a free key at https://lilo.property/developers"
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "search",
      "name": "Search Properties",
      "description": "Find vacation rental properties by city, state, bedrooms, guest capacity, budget, amenities, and date availability. Returns properties with trust levels, pricing, and direct booking links.",
      "tags": [
        "search",
        "vacation-rental",
        "travel"
      ],
      "examples": [
        "Find a 3-bedroom property in Miami for 6 guests under $200/night",
        "Search for pet-friendly vacation rentals in Philadelphia with WiFi",
        "What properties are available in Kansas City April 1-4?"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "availability",
      "name": "Check Availability & Pricing",
      "description": "Check real-time availability for specific dates and get exact pricing breakdown including nightly rates, cleaning fee, and total. A 3% guest service fee is added at checkout.",
      "tags": [
        "availability",
        "pricing",
        "dates"
      ],
      "examples": [
        "Is PROP-6408 available April 1-4, 2026?",
        "How much does it cost to stay at the Miami property for 3 nights?",
        "Check if PROP-3507 has availability next weekend"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "compare",
      "name": "Compare Properties",
      "description": "Compare up to 5 properties side-by-side with fit scoring ranked by verified trust signals and guest fit. Returns pricing estimates, availability, and reasoning.",
      "tags": [
        "compare",
        "decision",
        "pricing"
      ],
      "examples": [
        "Compare PROP-6408 and PROP-3507 for April 1-4 with 4 guests",
        "Which property is better value between these two?",
        "Compare these 3 properties for my budget of $200/night"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "ask",
      "name": "Ask About a Property",
      "description": "Ask natural language questions about a property. Answers are grounded in verified property data \u2014 amenities, house rules, pricing, location, and more.",
      "tags": [
        "question",
        "amenities",
        "details"
      ],
      "examples": [
        "Does the Miami condo have Wi-Fi?",
        "Is PROP-6408 pet-friendly?",
        "What are the check-in and check-out times?"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "details",
      "name": "Get Property Details",
      "description": "Retrieve comprehensive property information including photos, amenities, house rules, and verified structured data.",
      "tags": [
        "property",
        "details",
        "amenities"
      ],
      "examples": [
        "Tell me about property PROP-6408",
        "What amenities does the Miami Beach Retreat have?",
        "Show me the house rules for PROP-5797"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "booking",
      "name": "Create Booking",
      "description": "Create a pending booking and receive a secure payment link. Booking is confirmed upon payment. Host receives 100% of nightly rate; 3% guest service fee added at checkout.",
      "tags": [
        "booking",
        "reservation",
        "payment"
      ],
      "examples": [
        "Book PROP-6408 for Jane Smith from April 1-4",
        "Reserve the Miami property for 2 guests, checking in March 15",
        "Create a booking for john@example.com at PROP-3507"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "openApiSpec": "https://mcp.lilo.property/openapi.json",
  "mcpEndpoint": "https://mcp.lilo.property/mcp",
  "documentationUrl": "https://mcp.lilo.property/llms.txt",
  "developerPortal": "https://lilo.property/developers",
  "registries": {
    "smithery": "https://smithery.ai/server/@lilo/property",
    "glama": "https://glama.ai/mcp/servers/@lilo/property"
  },
  "contact": {
    "email": "support@lilo.property"
  }
}