Call us at 415-231-1701
24/7 Support
Help Center
Model Context Protocol

Landing, inside your AI assistant.

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.

Try asking
Find me a furnished one-bedroom in Austin under $2,800 a month, moving in next Monday.
Show pet-friendly Landing homes in Denver with a workspace and in-unit laundry.
What's available in Nashville for a three-month stay starting August 1?
AI assistant · Landing connected
Find me a furnished 1-bed in the Atlanta area for a month, under $4k, with parking.
search_apartmentsdone

Found 163 homes. Here's a top-rated match:

83 Reserve 2602★ 5.0
1 bed1 bath860 sqft
$2,512 / monthBook →
Comparing the second option
Live inventory, real prices Same-day check-in No account required to search Works with any MCP client
The basics

What is the Model Context Protocol?

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.

1

You ask, in plain language

Describe what you need — a city, dates, a budget, must-have amenities. No forms, no filters to click.

2

The model calls Landing's tools

Your assistant translates the request into structured tool calls and queries Landing's live inventory in real time.

3

You get real, bookable homes

Results come back with accurate pricing and availability, plus a direct link to finish booking on Landing.

What you can do

Three things the Landing MCP makes effortless.

Search homes

Filter by city, dates, guests, budget, bedrooms, and amenities — sorted however you like.

Get details & pricing

Pull full home details, amenity lists, availability, and a transparent price breakdown for any stay.

Move to booking

Generate a secure booking link for the exact home and dates, ready to finish on Landing.

Get connected

Connect in under a minute.

Add the Landing server to any MCP-compatible client. No Landing account is needed to search.

1

Open your client's connector settings

In Claude, Cursor, or any MCP client, find where custom servers are added.

2

Add the Landing server URL

Paste the config on the right, or point your client at https://www.hellolanding.com/mcp/public.

3

Start a new conversation

Ask about apartments in plain language — the model searches Landing for you right away.

claude_desktop_config.json
{
  "mcpServers": {
    "landing": {
      "type": "http",
      "url": "https://www.hellolanding.com/mcp/public",
      "description": "Furnished apartments from Landing"
    }
  }
}
Protocol
Streamable HTTP
Auth
None to search
Tools
9 available
Reference

Tools

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_markets_toolQuery

List every Landing market currently accepting bookings, and — nested under each — its display cities (the specific, neighborhood-level places the website is organized around).

get_market_filters_toolQuery

Returns all available filter options for a given market — its display cities, bedroom counts, amenities, price range, bathroom options, neighborhoods, and sort orders.

search_apartments_toolQuery

Search Landing's published furnished apartments by location.

get_apartment_toolQuery

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).

get_flex_options_toolQuery

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.

get_quote_toolQuery

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.

booking_intent_toolQuery

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.

get_market_infoQuery

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.

get_policies_faq_toolQuery

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.

Compatibility

Works wherever you work.

Claude

Web, Desktop, and Mobile.

Supported

Cursor & IDEs

Any editor with MCP support.

Supported

Custom clients

Any app speaking the MCP spec.

Supported
Good to know

Frequently asked questions

Do I need a Landing account?

No. You can search homes, check availability, and get quotes without signing in. An account is only needed to complete a booking on Landing.

Can I book directly through the MCP?

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.

Is the data live?

Yes. Availability and pricing come straight from Landing in real time, so results reflect what’s actually bookable when you ask.

Which regions are covered?

The MCP covers every market Landing operates in across the United States. Call list_markets for the current, live list.

Is there a rate limit?

Search and detail tools are generously rate-limited for interactive use. For high-volume or commercial access, contact the Landing team.

Start building with the Landing MCP.

Connect the server and let your assistant find the next place to stay — in one sentence.