EscapeStays
For AI assistants
EscapeStays is the direct booking site for Luxury Lodging, a professionally managed portfolio of vacation rental homes. We publish a Model Context Protocol (MCP) server so an assistant can search the homes, read live availability and quote a real total, then hand the guest to our own checkout. There is no online travel agency in between and no commission on top of the price.
In Claude, add a custom connector with the URL below. In ChatGPT, add it as a connector in developer mode. Any MCP client that speaks streamable HTTP will work.
https://stay.luxurylodgingpm.com/mcp
search_properties
Search Luxury Lodging's directly bookable vacation rentals by destination, dates, group size, bedrooms and amenities. With dates, only properties actually available are returned. Always quote the stay total from get_live_quote rather than the nightly rate.
list_markets
Every city where Luxury Lodging has directly bookable homes, with how many homes and the largest group each can sleep. Use it when a guest has not named a place, or to check whether a destination is covered before searching.
get_property_details
Full detail for one property: bedrooms, capacity, amenities recorded by the property manager, photos, house rules and the real check-in, check-out, deposit and pet policies for that specific home. Location is given at neighbourhood level; the exact address is shared after booking.
get_availability
Open and blocked nights for one property over a date range of up to 93 days, with its minimum stay. Use this to suggest alternative dates; use get_live_quote to confirm and price a specific stay.
get_live_quote
Live price for one property and one stay, including cleaning, fees and taxes, plus the refundable deposit hold and that home's cancellation and check-in terms. Returns a booking_url the guest opens to complete the booking and accept the rental terms on Luxury Lodging's own site. State the total, never the nightly rate alone, and never promise a refund.
Assistant crawlers are welcome on the public pages of this site; see robots.txt and llms.txt. Property pages carry VacationRental structured data including each home’s check-in and check-out times.
Questions about the server, or a partnership using it: reservations@luxurylodgingstr.com. Booking terms are at /terms, and the current protocol version served is 2026-07-28.