Search, compare, and book fully furnished apartments in plain language. The Landing MCP gives any AI model live access to real, bookable homes — no forms, no tab-switching.
Found 163 homes. Here's a top-rated match:

MCP is an open standard that lets AI assistants securely connect to outside services. Instead of guessing, the model calls real tools — like Landing's — to fetch live data and take action on your behalf. The Landing MCP exposes our apartment inventory, pricing, and booking as a set of tools any MCP-compatible model can use.
Describe what you need — a city, dates, a budget, must-have amenities. No forms, no filters to click.
Your assistant translates the request into structured tool calls and queries Landing's live inventory in real time.
Results come back with accurate pricing and availability, plus a direct link to finish booking on Landing.
Filter by city, dates, guests, budget, bedrooms, and amenities — sorted however you like.
Pull full home details, amenity lists, availability, and a transparent price breakdown for any stay.
Generate a secure booking link for the exact home and dates, ready to finish on Landing.
Add the Landing server to any MCP-compatible client. No Landing account is needed to search.
In Claude, Cursor, or any MCP client, find where custom servers are added.
Paste the config on the right, or point your client at https://www.hellolanding.com/mcp/public.
Ask about apartments in plain language — the model searches Landing for you right away.
{
"mcpServers": {
"landing": {
"type": "http",
"url": "https://www.hellolanding.com/mcp/public",
"description": "Furnished apartments from Landing"
}
}
}Every tool the Landing MCP exposes and what it does — generated from the live server, so it can't drift. Prices are all-in (fees included, taxes excluded); dates are ISO 8601. Parameter schemas and example payloads are in the machine-readable catalog at /api/public/tools.
List every Landing market currently accepting bookings, and — nested under each — its display cities (the specific, neighborhood-level places the website is organized around).
Returns all available filter options for a given market — its display cities, bedroom counts, amenities, price range, bathroom options, neighborhoods, and sort orders.
Search Landing's published furnished apartments by location.
Fetch a single Landing home by its slug — property details, amenities, photos, flex pricing, the full availability calendar, and a pre-filled reservation_link so the agent doesn't have to probe dates or assemble booking URLs by hand (get_apartment already returns the full calendar).
Return the flex (open-ended) commitment tiers a given home accepts, so the agent doesn't suggest a committed_nights value the home will reject.
Real, date-specific anonymous quote for a home. Mirrors what an unauthenticated visitor sees in checkout: monthly rent after seasonal adjustments and length-of-stay discounts, the first-month charge, ongoing monthly cost, and an estimated total.
Save the guest's interest in a home so Landing can follow up, then return a direct checkout link for them to complete the booking.
Market context for a Landing market: average monthly rent by bedroom count, total published inventory, and the neighborhoods with the most availability — useful for cross-market comparisons ("is Austin or Dallas cheaper for a 1BR?") without paging through search_apartments.
Grounded, conservative answers to the most common Landing policy questions (deposits, pets, parking, cancellation, qualification, Landing Flex, utilities, move-in). Use this instead of guessing at policy specifics — where an exact number (deposit amount, cancellation window) depends on the home/market/reservation, the answer says so explicitly and points to get_quote, checkout, or Landing support rather than inventing a figure.
Web, Desktop, and Mobile.
SupportedAny editor with MCP support.
SupportedAny app speaking the MCP spec.
SupportedNo. You can search homes, check availability, and get quotes without signing in. An account is only needed to complete a booking on Landing.
The MCP searches inventory and generates a secure booking link. You complete payment and confirmation on Landing’s website — the model never handles payment details.
Yes. Availability and pricing come straight from Landing in real time, so results reflect what’s actually bookable when you ask.
The MCP covers every market Landing operates in across the United States. Call list_markets for the current, live list.
Search and detail tools are generously rate-limited for interactive use. For high-volume or commercial access, contact the Landing team.
Connect the server and let your assistant find the next place to stay — in one sentence.