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/publicNo authentication. Send a standard MCP initialize call, then tools/list to see the live schema.
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.
Summary below for humans skimming this page — the tool catalog is generated from the live tool set and is the authoritative list.
| Tool | What it does |
|---|---|
list_markets | List the markets Landing currently operates in |
get_market_filters | Available bedroom counts, amenities, price range, and neighborhoods for a market |
search_apartments | Search published homes by market, dates, price, and amenities |
get_home | Full details for one home: pricing, photos, amenities, availability calendar |
get_flex_options | LandingFlex commitment tiers a specific home accepts |
check_availability | Whether a home is bookable for specific dates |
get_quote | Real anonymous price quote for a home and dates |
estimate_total_cost | All-in bottom-line total for a stay |
compare_homes | Side-by-side comparison of 2-4 homes |
get_deals | Currently discounted homes in a market |
get_reviews | Guest reviews for a home's building |
get_neighborhood_info | Neighborhood description and walk/transit/bike scores |
get_market_stats | Average rent by bedroom count and popular neighborhoods |
get_policies_faq | Grounded answers on deposits, pets, parking, cancellation, and more |
booking_intent | Save a guest's booking interest and return a checkout link |