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

Landing Public MCP Server

Landing exposes its furnished-apartment catalog to AI agents over the Model Context Protocol. Search homes, check real availability, and get anonymous quotes from the same pricing engine that powers checkout — no API key, no OAuth, nothing to sign up for.

Server URL (JSON-RPC over HTTPS POST)

https://www.hellolanding.com/mcp/public

No authentication. Send a standard MCP initialize call, then tools/list to see the live schema.

Connect a client

Point any MCP-capable client at the URL above as a custom/remote connector — Claude, ChatGPT, and most agent frameworks support adding a server by URL directly, ahead of (or independent from) any app-directory listing. Transport is streamable-http; auth is none.

Can't speak MCP (no client, or a GET-only sandbox)? The exact same read-only capabilities are available as plain HTTP GET at https://www.hellolanding.com/api/public.

Tools

Summary below for humans skimming this page — the tool catalog is generated from the live tool set and is the authoritative list.

ToolWhat it does
list_marketsList the markets Landing currently operates in
get_market_filtersAvailable bedroom counts, amenities, price range, and neighborhoods for a market
search_apartmentsSearch published homes by market, dates, price, and amenities
get_homeFull details for one home: pricing, photos, amenities, availability calendar
get_flex_optionsLandingFlex commitment tiers a specific home accepts
check_availabilityWhether a home is bookable for specific dates
get_quoteReal anonymous price quote for a home and dates
estimate_total_costAll-in bottom-line total for a stay
compare_homesSide-by-side comparison of 2-4 homes
get_dealsCurrently discounted homes in a market
get_reviewsGuest reviews for a home's building
get_neighborhood_infoNeighborhood description and walk/transit/bike scores
get_market_statsAverage rent by bedroom count and popular neighborhoods
get_policies_faqGrounded answers on deposits, pets, parking, cancellation, and more
booking_intentSave a guest's booking interest and return a checkout link

Documentation