# EscapeStays by Luxury Lodging (remote · stay.luxurylodgingpm.com)

Book vacation rentals direct: search homes, check live availability, get a real total.

- Trust score: 78/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-24

## Components

- remote · `stay.luxurylodgingpm.com`: 78/100 (this document), [markdown](https://verifymcp.io/servers/com-luxurylodgingpm-stay-luxury-lodging/stay.md), [page](https://verifymcp.io/servers/com-luxurylodgingpm-stay-luxury-lodging/stay)

## Channel facts

- Endpoint: `https://stay.luxurylodgingpm.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.1`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-24.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 84/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1439 tokens (~143/item across 10 items; 6 tools + 4 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 20/100
  - Stability observed for 6 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 6 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 8 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.
  - Supports UI / widget rendering.

## Install

### How do I install the EscapeStays by Luxury Lodging MCP server?

EscapeStays by Luxury Lodging is a hosted endpoint at https://stay.luxurylodgingpm.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http com-luxurylodgingpm-stay-luxury-lodging 'https://stay.luxurylodgingpm.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-luxurylodgingpm-stay-luxury-lodging": {
      "url": "https://stay.luxurylodgingpm.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-luxurylodgingpm-stay-luxury-lodging": {
      "type": "http",
      "url": "https://stay.luxurylodgingpm.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-luxurylodgingpm-stay-luxury-lodging]
url = "https://stay.luxurylodgingpm.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-luxurylodgingpm-stay-luxury-lodging": {
      "type": "remote",
      "url": "https://stay.luxurylodgingpm.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-luxurylodgingpm-stay-luxury-lodging --url 'https://stay.luxurylodgingpm.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-luxurylodgingpm-stay-luxury-lodging:
    url: "https://stay.luxurylodgingpm.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-luxurylodgingpm-stay-luxury-lodging": {
      "Transport": "http",
      "Url": "https://stay.luxurylodgingpm.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-luxurylodgingpm-stay-luxury-lodging -t streamable-http -u 'https://stay.luxurylodgingpm.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-luxurylodgingpm-stay-luxury-lodging": {
      "type": "http",
      "url": "https://stay.luxurylodgingpm.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-24 (score 78, 0)

- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “search_properties” rewrote its description, which is the text the model reads
- [cosmetic] “search_properties” added an optional parameter “price_all_matches”

### 2026-09-23 (score 78, +1)

- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “list_markets” rewrote its description, which is the text the model reads
- [security] Tool “search_properties” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: 115 → 134
- [functional improvement] Tool “compare_properties” now declares an output schema
- [functional improvement] Tool “get_availability” now declares an output schema
- [functional improvement] Tool “get_live_quote” now declares an output schema
- [functional improvement] Tool “get_property_details” now declares an output schema
- [functional improvement] Tool “list_markets” now declares an output schema
- [functional improvement] Tool “search_properties” now declares an output schema
- [functional] First check of Tool coverage: 100

### 2026-09-22 (score 77, 0)

- [functional regression] Schema quality: 955 → 1157
- [functional] First check of Capabilities: pass
- [functional] New resource “results-widget”
- [functional] New tool “compare_properties”
- [cosmetic] “search_properties” added an optional parameter “bathrooms_min”
- [cosmetic] “search_properties” reworded the description of “sort”

### 2026-09-21 (score 77, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-20 (score 76, +2)

- [security] The server rewrote its instructions, which are the text every model session reads
- [functional improvement] Schema quality: 159 → 119
- [functional] The server now declares the “prompts” capability
- [functional] The server now declares the “resources” capability
- [functional] First check of Schema quality: 100
- [functional] New prompt “find_a_stay”
- [functional] New resource “booking-terms”
- [functional] New resource “guide”
- [functional] New resource “homes”

### 2026-09-19 (score 74, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-18 (score 73)

First indexed and scored.

## MCP tools (6)

### `search_properties` (~486 tokens)

Search Luxury Lodging homes

Search Luxury Lodging's directly bookable vacation rentals by destination, dates, group size, bedrooms and amenities. With dates, only homes confirmed available are returned. Interchangeable units of the same type are returned once, with every unit's id listed in `similar_units` so any of them can still be quoted and booked; `limit` counts those results, while `total_matching` counts the individual homes confirmed available. A busy market can hold more than one request can price, so `unpriced_in_time` counts matching homes whose availability was never established: they are unknown, not unavailable. Never tell a guest a place has nothing when that number is above zero -- set `price_all_matches` to check the whole market, raise `limit`, narrow the place, or quote a specific home. Always quote the stay total from get_live_quote rather than the nightly rate.

Input parameters:

- `amenities` (array): Amenities the home must have, as recorded by the property manager.
- `bathrooms_min` (integer): Fewest bathrooms acceptable.
- `bedrooms_min` (integer): Fewest bedrooms acceptable.
- `check_in` (string): Check-in date, YYYY-MM-DD. Give both dates to filter by real availability.
- `check_out` (string): Check-out date, YYYY-MM-DD.
- `guests` (integer): Number of guests, including children.
- `limit` (integer): How many properties to return (default 8).
- `market` (string): Market or city name, when the guest named one exactly.
- `max_total` (integer): Budget for the whole stay in dollars, including cleaning, fees and taxes. Only works with dates.
- `pets` (boolean): Only return homes that accept pets.
- `price_all_matches` (boolean): Price every matching home rather than a fast sample, so total_matching is the real count and the cheapest result is genuinely the cheapest. Slower, and still bounded — check unpriced_in_time. Use it…
- `query` (string): Free text place, e.g. 'Tampa', 'near Chicago downtown', a neighbourhood or a landmark.
- `sort` (string): total_price_* needs dates and orders by the stay total; from_price_asc orders by starting nightly rate; sleeps_desc puts the largest homes first.

Output parameters:

- `availability_note` (string)
- `dates_checked` (boolean): False means availability is unknown and every price is a starting nightly rate.
- `matches` (integer): How many results this response carries.
- `properties` (array)
- `searched_location` (string|null)
- `total_matching` (integer): How many individual homes matched, counting every interchangeable unit.
- `total_matching_groups` (integer): How many distinct unit types matched.
- `unpriced_in_time` (integer): Matching homes whose availability was never established for these dates, because the request ran out of budget or did not reach them. They are unknown, not unavailable — raise `limit`, narrow the pla…

### `list_markets` (~63 tokens)

List destinations

Every city where Luxury Lodging has directly bookable homes, with the state or region, the country, 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.

Output parameters:

- `homes_count` (integer)
- `markets` (array)
- `markets_count` (integer)
- `note` (string)

### `get_property_details` (~80 tokens)

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.

Input parameters:

- `property_id` (string, required): Property id or the slug from a booking link.

Output parameters:

- `alias` (string|null)
- `amenities` (array)
- `amenities_source` (string)
- `bathrooms` (number|null)
- `bedrooms` (number|null)
- `beds` (number|null)
- `booking_url` (string)
- `common_questions` (array)
- `description` (string|null)
- `guest_reviews` (object): A selection of 4- and 5-star reviews, not a summary of every review. No overall or average rating is implied or available.
- `house_rules` (array)
- `location` (object)
- `name` (string)
- `photos` (array)
- `policies` (object): This home's own policies, not portfolio defaults, when policies_source is "provider".
- `property_id` (integer)
- `property_type` (string|null)
- `sleeps` (integer|null)
- `support_email` (string)

### `get_availability` (~104 tokens)

Get availability calendar

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.

Input parameters:

- `end_date` (string, required): Last date to check, YYYY-MM-DD. At most 93 days after start_date.
- `property_id` (string, required): Property id or slug.
- `start_date` (string, required): First date to check, YYYY-MM-DD.

Output parameters:

- `blocked_dates` (array)
- `end_date` (string)
- `minimum_nights` (number|null)
- `nights_blocked` (integer)
- `nights_open` (integer)
- `note` (string)
- `open_dates` (array): YYYY-MM-DD nights that are open. They still have to satisfy minimum stay and arrival rules.
- `property_id` (integer)
- `start_date` (string)

### `get_live_quote` (~150 tokens)

Get a live total price

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.

Input parameters:

- `check_in` (string, required): Check-in date, YYYY-MM-DD.
- `check_out` (string, required): Check-out date, YYYY-MM-DD.
- `guests` (integer): Number of guests.
- `pets` (boolean): Whether the guest is bringing a pet; this changes the price.
- `property_id` (string, required): Property id or slug.

Output parameters:

- `available` (boolean)
- `booking_url` (string)
- `cancellation` (string): This home's terms. Never promise a refund beyond what this says.
- `check_in` (string)
- `check_in_from` (string)
- `check_out` (string)
- `check_out_by` (string)
- `currency` (string)
- `guests` (integer)
- `maximum_nights` (number|null)
- `minimum_nights` (number|null)
- `name` (string)
- `nights` (integer|null)
- `note` (string)
- `pets` (boolean)
- `price_breakdown` (object|null)
- `property_id` (integer)
- `quote_expires_at` (string): After this the total must be re-quoted before it is given to a guest.
- `quoted_at` (string)
- `reason` (string): Why the stay cannot be booked. Only present when available is false.
- `security_deposit_hold` (number|null): A refundable hold, not part of total_due_now.
- `total_display` (string)
- `total_due_now` (number|null): Everything the guest pays at booking, including cleaning, fees and taxes. State this, never the nightly rate alone.

### `compare_properties` (~144 tokens)

Compare homes side by side

Compare 2 to 5 homes in one call: size, the amenities guests choose by, review counts, each home's own check-in time, deposit and pet policy, and with dates, availability and the stay total for each. Use it when a guest is deciding between homes.

Input parameters:

- `check_in` (string): Check-in date, YYYY-MM-DD. Give both dates to get totals.
- `check_out` (string): Check-out date, YYYY-MM-DD.
- `guests` (integer): Number of guests.
- `pets` (boolean): Whether the guest is bringing a pet.
- `property_ids` (array, required): Property ids or slugs from search results or booking links.

Output parameters:

- `compared` (integer)
- `dates_checked` (boolean)
- `homes` (array)
- `note` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-luxurylodgingpm-stay-luxury-lodging/stay#diagnostics

## Score history

- 2026-09-24: 78
- 2026-09-23: 78
- 2026-09-22: 77
- 2026-09-21: 77
- 2026-09-20: 76
- 2026-09-19: 74
- 2026-09-18: 73

## Common questions

### What is the EscapeStays by Luxury Lodging MCP server?

EscapeStays by Luxury Lodging is an MCP server listed in the public MCP registry as com.luxurylodgingpm.stay/luxury-lodging. Book vacation rentals direct: search homes, check live availability, get a real total. This page covers its hosted endpoint (https://stay.luxurylodgingpm.com/mcp).

### Is the EscapeStays by Luxury Lodging MCP server safe to use?

EscapeStays by Luxury Lodging scores 78 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the EscapeStays by Luxury Lodging MCP server expose?

EscapeStays by Luxury Lodging exposes 6 tools: search_properties, list_markets, get_property_details, get_availability, get_live_quote, compare_properties. Their descriptions and schemas cost roughly 1,027 tokens of context every time the server is loaded.

### Does the EscapeStays by Luxury Lodging MCP server require authentication?

No. We connected to EscapeStays by Luxury Lodging without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the EscapeStays by Luxury Lodging MCP server still maintained?

EscapeStays by Luxury Lodging is still listed as active in the MCP registry. We last reached this channel on 24 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://stay.luxurylodgingpm.com/mcp
- Website: https://stay.luxurylodgingpm.com/ai
- Changelog RSS feed: https://verifymcp.io/servers/com-luxurylodgingpm-stay-luxury-lodging/stay.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-luxurylodgingpm-stay-luxury-lodging/stay.json
- HTML version of this page: https://verifymcp.io/servers/com-luxurylodgingpm-stay-luxury-lodging/stay
