Server Details
Vacation rental booking and protection for AI agents. Instant API key, 10 free credits.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- lilo-property/mcp-server
- GitHub Stars
- 0
- Server Listing
- lilo-vacation-rentals
See and control every tool call
Available Tools
59 toolsanalyze_threat_riskInspect
Analyze booking or interaction for potential risks. Returns risk assessment and recommendations.
| Name | Required | Description | Default |
|---|---|---|---|
| booking_id | No | Booking UUID to analyze | |
| guest_profile | No | Guest profile data | |
| message_content | No | Message text to analyze |
ask_property_questionInspect
Ask a natural language question about a property. Matches against FAQs, house rules, and property info. Powers smart speakers and phone concierge.
| Name | Required | Description | Default |
|---|---|---|---|
| guest_id | No | Optional: Guest ID for vetting verification | |
| question | Yes | Natural language question (e.g., 'What's the WiFi password?', 'Where do I park?') | |
| property_id | Yes | Property UUID or lilo_code |
assign_cleanerInspect
Assign a cleaner to a property turnover. Supports primary and backup assignments.
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Role: primary or backup | |
| booking_id | Yes | Booking UUID for the turnover | |
| cleaner_id | Yes | Cleaner UUID | |
| property_id | Yes | Property UUID or lilo_code | |
| scheduled_date | No | Scheduled date (ISO format) |
check_availabilityInspect
Check real-time availability and pricing for a property on specific dates.
| Name | Required | Description | Default |
|---|---|---|---|
| guest_count | No | Number of guests | |
| property_id | Yes | Property UUID or lilo_code | |
| check_in_date | Yes | Check-in date (YYYY-MM-DD) | |
| check_out_date | Yes | Check-out date (YYYY-MM-DD) |
check_guest_risk_scoreInspect
Pre-booking guest risk assessment. Analyzes guest email, phone, and booking details to return a risk score 0-100 with recommendations. Helps hosts screen guests before accepting bookings.
| Name | Required | Description | Default |
|---|---|---|---|
| guest_name | No | Guest name | |
| guest_email | No | Guest email address | |
| guest_phone | No | Guest phone number | |
| message_text | No | Initial message from guest | |
| booking_details | No | Booking details |
check_permit_requirementsInspect
Check required permits and licenses for operating an STR at a specific location.
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City name | |
| state | Yes | State code | |
| property_id | No | Property UUID |
check_protection_statusInspect
Check if a property is actively protected by lilo.
| Name | Required | Description | Default |
|---|---|---|---|
| property_id | Yes | Property UUID or lilo_code |
check_world_cup_complianceInspect
Check World Cup 2026 specific compliance requirements for host cities. 16 US cities with special regulations.
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | World Cup host city | |
| property_id | No | Property UUID (optional) |
compare_propertiesInspect
Compare multiple properties side-by-side on key metrics.
| Name | Required | Description | Default |
|---|---|---|---|
| property_ids | Yes | Array of property IDs to compare (max 5) |
create_bookingInspect
Create a direct booking for a lilo-protected property. This is the core booking flow that makes properties bookable through AI agents. Creates booking record, calculates pricing, and notifies the host.
| Name | Required | Description | Default |
|---|---|---|---|
| guest_name | Yes | Name of the guest | |
| guest_count | No | Number of guests (default 1) | |
| guest_email | Yes | Guest email address | |
| guest_phone | No | Guest phone number | |
| property_id | Yes | Property UUID or lilo_code | |
| check_in_date | Yes | Check-in date (YYYY-MM-DD) | |
| check_out_date | Yes | Check-out date (YYYY-MM-DD) | |
| special_requests | No | Any special requests from guest |
create_maintenance_taskInspect
Create a new maintenance task for a property. Supports one-time and recurring tasks.
| Name | Required | Description | Default |
|---|---|---|---|
| due_date | No | Due date (ISO format) | |
| priority | No | Priority: low, medium, high, urgent | |
| recurring | No | Is this a recurring task? | |
| task_name | Yes | Name of the maintenance task | |
| task_type | Yes | Type: hvac_filter, deep_clean, appliance_service, pest_control, exterior, safety_check, other | |
| description | No | Detailed description | |
| property_id | Yes | Property UUID or lilo_code | |
| frequency_days | No | Days between occurrences (if recurring) |
detect_risk_patternInspect
Analyze guest messages for concerning patterns. Returns risk assessment, evidence documentation, and response guidance for hosts.
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Guest message to analyze for risk patterns | |
| booking_id | No | Booking UUID for evidence chain | |
| guest_name | No | Guest name for documentation | |
| property_id | No | Property UUID for cross-reference | |
| conversation_history | No | Previous messages for conversation context analysis |
detect_threat_patternInspect
Analyze message or conversation for concerning patterns.
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Message text to analyze | |
| booking_id | No | Booking UUID for context | |
| conversation_history | No | Previous messages for context |
find_similar_propertiesInspect
Find properties similar to a given property. Useful for recommendations and alternatives.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 5) | |
| property_id | Yes | Property UUID or lilo_code to find similar to |
flag_suspicious_bookingInspect
Flag a booking for enhanced monitoring.
| Name | Required | Description | Default |
|---|---|---|---|
| reason | Yes | Reason for flagging | |
| booking_id | Yes | Booking UUID to flag | |
| risk_indicators | No | Risk indicators observed |
generate_google_vr_feedInspect
Generate Google Vacation Rentals XML feed for a host's properties. Enables 0% commission direct booking via Google Search.
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format: xml or json (default xml) | |
| host_id | Yes | Host UUID to generate feed for |
generate_tax_documentationInspect
Generate tax documentation for STR income. Includes occupancy tax calculations and reporting summaries.
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | Tax year | |
| host_id | Yes | Host UUID | |
| quarter | No | Quarter (1-4, optional) |
get_chargeback_defense_packetInspect
Generate a chargeback defense packet for payment disputes.
| Name | Required | Description | Default |
|---|---|---|---|
| amount | No | Disputed amount in cents | |
| booking_id | Yes | Booking UUID | |
| dispute_id | No | Dispute ID (if available) |
get_cleaning_scheduleInspect
Get cleaning schedule and cleaner assignments for a property. Shows upcoming turnovers and assigned cleaners.
| Name | Required | Description | Default |
|---|---|---|---|
| days_ahead | No | Days to look ahead (default 14) | |
| property_id | Yes | Property UUID or lilo_code |
get_demand_forecastInspect
Forecast booking demand for a location. Includes seasonal trends and event impacts.
| Name | Required | Description | Default |
|---|---|---|---|
| location | Yes | Location to forecast | |
| date_range_end | No | Forecast end date | |
| date_range_start | No | Forecast start date |
get_dispute_evidence_bundleInspect
Generate an evidence bundle for dispute resolution.
| Name | Required | Description | Default |
|---|---|---|---|
| booking_id | Yes | Booking UUID for the dispute | |
| dispute_type | No | Type: chargeback, damage, review, or general |
get_evidence_timelineInspect
Get a timeline of evidence for a booking or property.
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | End date filter (YYYY-MM-DD) | |
| booking_id | No | Booking UUID (optional) | |
| start_date | No | Start date filter (YYYY-MM-DD) | |
| property_id | Yes | Property UUID |
get_founding_members_statusInspect
Get current founding member spots remaining (200 total).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_host_reputationInspect
Get reputation data for a lilo host including protection stats and evidence count.
| Name | Required | Description | Default |
|---|---|---|---|
| host_id | Yes | Host UUID |
get_house_rulesInspect
Get structured house rules for a property.
| Name | Required | Description | Default |
|---|---|---|---|
| property_id | Yes | Property UUID or lilo_code |
get_insurance_requirementsInspect
Get insurance requirements and recommendations by state. Includes liability minimums and STR-specific coverage.
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | State code | |
| property_type | No | Property type | |
| estimated_revenue | No | Estimated annual revenue |
get_jurisdiction_rulesInspect
Get local STR regulations for a jurisdiction. Covers permits, taxes, occupancy limits, and operational requirements.
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City name | |
| state | Yes | State code (e.g., CA, NY) | |
| property_type | No | Property type for specific rules |
get_local_recommendationsInspect
Get local recommendations for a property - restaurants, activities, coffee shops, grocery stores, etc.
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Optional: recommendation type (restaurants, coffee, grocery, activities, attractions) | |
| property_id | Yes | Property UUID or lilo_code |
get_maintenance_scheduleInspect
Get upcoming and overdue maintenance tasks for a property. Includes HVAC, appliance, and recurring maintenance.
| Name | Required | Description | Default |
|---|---|---|---|
| days_ahead | No | Days to look ahead (default 30) | |
| property_id | Yes | Property UUID or lilo_code | |
| include_overdue | No | Include overdue tasks (default true) |
get_neighborhood_intelInspect
Get neighborhood information including safety, walkability, and local amenities.
| Name | Required | Description | Default |
|---|---|---|---|
| property_id | Yes | Property UUID or lilo_code |
get_network_statsInspect
Get lilo network statistics - total properties protected, evidence sealed, etc.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_philadelphia_250th_eventsInspect
Get America's 250th Anniversary (July 4, 2026) event information for Philadelphia. Returns key sites, planned events, and accommodation surge predictions.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_philadelphia_landmarkInspect
Get detailed information about a specific Philadelphia landmark with full property manifest. Returns Schema.org structured data for AI discoverability.
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | Data source type | |
| landmark_id | Yes | Landmark ID (e.g., phl-landmark-123) |
get_philadelphia_worldcup_infoInspect
Get World Cup 2026 information for Philadelphia. FREE TOOL. Returns match schedule, venue details, accommodation demand, and compliance requirements.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_pricing_intelligenceInspect
Get competitive pricing analysis. Includes market rates and optimization suggestions.
| Name | Required | Description | Default |
|---|---|---|---|
| bedrooms | No | Number of bedrooms | |
| location | Yes | Location to analyze | |
| property_id | No | Property UUID for comparison |
get_propertyInspect
Get detailed information about a lilo-protected property by its ID or lilo_code.
| Name | Required | Description | Default |
|---|---|---|---|
| property_id | Yes | Property UUID or lilo_code |
get_property_ai_manifestInspect
Get the AI-optimized property manifest (schema.org + lilo extensions).
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format: yaml, json, or jsonld (default jsonld) | |
| property_id | Yes | Property UUID or lilo_code |
get_property_faqsInspect
Get all FAQs for a property - WiFi, check-in, parking, appliances, etc. Used by smart speakers and AI concierge to answer guest questions.
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Optional: filter by category (check_in, check_out, wifi_internet, parking, appliances, emergency, local_info) | |
| property_id | Yes | Property UUID or lilo_code |
get_property_inventoryInspect
Get inventory list for a property. Returns all tracked items with quantities, locations, and recent check history.
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Filter by category: furniture, appliance, electronics, linen, kitchenware, bathroom, decor, outdoor, safety, amenity, supply | |
| property_id | Yes | Property UUID or lilo_code |
get_property_manifestInspect
Get the property evidence manifest (structured evidence and visibility metadata).
| Name | Required | Description | Default |
|---|---|---|---|
| property_id | Yes | Property UUID or lilo_code |
get_property_reputationInspect
Get reputation data for a property including dispute win rate, protection stats, and response times. Returns a reputation score and narrative.
| Name | Required | Description | Default |
|---|---|---|---|
| property_id | Yes | Property UUID or lilo_code |
get_squatter_riskInspect
Assess tenancy risk for extended stays based on jurisdiction.
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | State code (e.g., CA, NY) | |
| property_id | No | Property UUID | |
| check_in_date | Yes | Check-in date | |
| check_out_date | Yes | Check-out date |
get_trust_certificateInspect
Access the continuously maintained trust certificate for a lilo-protected property, including verification data for independent validation.
| Name | Required | Description | Default |
|---|---|---|---|
| lilo_code | Yes | Property lilo code (e.g. PROP-6408) |
ingest_philadelphia_dataInspect
PREMIUM: Full Philadelphia data ingestion from public records. Ingests landmarks, historic religious properties, and African American historic sites.
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | Data source to ingest (default: all) |
natural_language_searchInspect
Search properties using natural language. Example: 'romantic beachfront getaway with hot tub' or 'family-friendly house with pool near Disney'. Finds matching properties by meaning, not just keywords.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 10) | |
| query | Yes | Natural language description of what you're looking for | |
| threshold | No | Similarity threshold 0-1 (default 0.7) |
predict_chargeback_riskInspect
Predict chargeback probability for a booking. Returns risk score and prevention recommendations.
| Name | Required | Description | Default |
|---|---|---|---|
| amount | No | Booking amount in cents | |
| booking_id | Yes | Booking UUID | |
| guest_profile | No | Guest profile data |
query_evidence_chainInspect
Query evidence records for a property or booking.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 50) | |
| booking_id | No | Booking UUID (optional) | |
| event_type | No | Filter by event type | |
| property_id | No | Property UUID |
record_interactionInspect
Record an interaction to the evidence chain.
| Name | Required | Description | Default |
|---|---|---|---|
| channel | No | Channel: mcp, voice, sms, email | |
| content | Yes | Interaction content/summary | |
| booking_id | No | Booking UUID (optional) | |
| property_id | Yes | Property UUID | |
| interaction_type | Yes | Type: inquiry, complaint, request, confirmation |
report_inventory_issueInspect
Report a missing, damaged, or low-stock inventory item. Creates an issue record with photo evidence support.
| Name | Required | Description | Default |
|---|---|---|---|
| item_name | Yes | Name of the inventory item | |
| photo_url | No | URL to photo evidence (optional) | |
| booking_id | No | Associated booking UUID (optional) | |
| issue_type | Yes | Type: missing, damaged, low_stock, needs_replacement | |
| description | No | Description of the issue | |
| property_id | Yes | Property UUID or lilo_code |
search_by_amenity_naturalInspect
Search for properties by amenity description using natural language.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 10) | |
| query | Yes | Natural language amenity query | |
| location | No | Location to search |
search_market_discoveryInspect
Search lilo's market discovery (non-activated properties). Use this for AI booking intent capture and market discovery.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 20) | |
| location | Yes | City, state, or neighborhood to search | |
| max_price | No | Maximum nightly price | |
| min_price | No | Minimum nightly price | |
| min_bedrooms | No | Minimum bedrooms | |
| superhost_only | No | Only show superhosts | |
| world_cup_city | No | Only World Cup 2026 host cities |
search_philadelphia_historicInspect
Search Philadelphia historic properties and landmarks from public records. Returns property data for World Cup 2026 and America's 250th planning.
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Property type filter | |
| limit | No | Max results (default 20) | |
| query | No | Search query (property name, address, etc.) |
search_philadelphia_venuesInspect
Search Philadelphia event and wedding venues. Returns venues with AI visibility assessment and opportunity scores.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search query | |
| venue_type | No | Venue type filter | |
| capacity_min | No | Minimum capacity requirement |
search_propertiesInspect
Search for vacation rental properties by location. Returns bookable properties with verified host protection.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (default 10) | |
| location | Yes | Location to search (city, state, or address) | |
| property_type | No | Property type filter (entire_home, private_room, etc.) | |
| verified_only | No | Only verified properties (default true) |
verify_checkout_conditionInspect
Record checkout verification with checklist completion and photo evidence. Used by cleaners or hosts to document property condition.
| Name | Required | Description | Default |
|---|---|---|---|
| booking_id | Yes | Booking UUID | |
| photo_urls | No | Photo evidence URLs | |
| property_id | Yes | Property UUID or lilo_code | |
| verified_by | No | Name of person verifying | |
| issues_found | No | List of issues found | |
| checklist_items | No | Completed checklist items | |
| overall_condition | Yes | Overall condition: excellent, good, fair, poor, damaged |
verify_evidenceInspect
Verify evidence from lilo's independently verified records.
| Name | Required | Description | Default |
|---|---|---|---|
| evidence_id | Yes | Evidence record UUID |
verify_evidence_anchorInspect
Verify the integrity and authenticity of an evidence record.
| Name | Required | Description | Default |
|---|---|---|---|
| evidence_id | No | Evidence UUID | |
| evidence_hash | No | Evidence hash (alternative to evidence_id) |
verify_guest_identityInspect
Create a guest handshake link for secure check-in. Verifies guest identity, presents house rules, records consent with verified evidence, and provides access codes upon agreement.
| Name | Required | Description | Default |
|---|---|---|---|
| guest_name | Yes | Name of the guest | |
| guest_email | No | Guest email address | |
| guest_phone | No | Guest phone for verification | |
| property_id | Yes | Property UUID or lilo_code | |
| check_in_date | Yes | Check-in date (YYYY-MM-DD) | |
| check_out_date | Yes | Check-out date (YYYY-MM-DD) |
verify_trust_chainInspect
Independently verify a specific evidence record in a property's trust chain using independent verification. Confirms that evidence is anchored to a verified ledger.
| Name | Required | Description | Default |
|---|---|---|---|
| lilo_code | Yes | Property lilo code (e.g. PROP-6408) | |
| envelope_hash | Yes | Hash of the evidence envelope to verify |
Verify Ownership
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.
Sign in to verify ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.