landing_public_mcp_server
Read-only public access to Landing's furnished apartment catalog: search by market and dates, fetch a home, check availability, get an anonymous quote. No authentication is required to call any tool.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Endpoint
Hosted endpoint · transport streamable-http
Connect
This is a remote MCP server — point an MCP client at the endpoint URL. Clients with native remote support (Claude, Cursor, VS Code, …):
For stdio-only clients (older Claude Desktop, etc.), bridge with mcp-remote:
If the server requires authentication, add the provider's token/header (e.g. an X-API-Key) per its docs. A quick reachability check:
Tools
list_markets_tool— List the Landing markets currently accepting bookings (one row per market).get_market_filters_tool— Returns all available filter options for a given market — bedroom counts, amenities, price range, bathroom options, neighborhoods, and sort orders.search_apartments_tool— Search Landing's published furnished apartments in a given market.search_apartments_on_map— Search Landing's published furnished apartments in a given market and render the results as an interactive map (pins), not a card grid.get_apartment_tool— Fetch a single Landing home by its slug — property details, amenities, photos, flex pricing, the full availability calendar, and a pre-filled reservation_link.get_flex_options_tool— 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_tool— Real, date-specific anonymous quote for a home — monthly rent after seasonal adjustments and length-of-stay discounts, the first-month charge, ongoing monthly cost, and an estimated total.booking_intent_tool— Save the guest's interest in a home so Landing can follow up, then return a direct checkout link. The only write-side tool; no HTTP GET mirror.get_market_info— Market context for a Landing market: average monthly rent by bedroom count, total published inventory, and the neighborhoods with the most availability.get_policies_faq_tool— Grounded, conservative answers to the most common Landing policy questions (deposits, pets, parking, cancellation, qualification, LandingFlex, utilities, move-in).
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.