# Airbnb (não oficial) — MCP server on mcp.ai > Search Airbnb stays straight from your AI agent. Give the city, the dates and how many guests, and get listings with total price for the period, discount, rating, reviews, location and photo, plus each listing's full description and photos. Filters by price range and property type. Hosted by the platform, no login and no credentials. Read-only public data: it does not book or message hosts. Not an official Airbnb service. By: mcp.ai · official Page: https://mcp.ai/airbnb ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_airbnb?ms=1788601260000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/airbnb/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/airbnb/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/airbnb/skill.md Postman collection (v2.1): https://mcp.ai/airbnb/postman.json ## Tools - airbnb_buscar_hospedagens(location: string, country?: string, check_in?: string, check_out?: string, adults?: integer, children?: integer, infants?: integer, pets?: integer, price_min?: number, price_max?: number, room_types?: string[], currency?: string, cursor?: string) — Searches Airbnb stays by city or region and returns the listings with name, total price for the period (discounted when applicable), rating, review count, coordinates, badges such as 'Guest favorite' - airbnb_detalhes_hospedagem(id: string, check_in?: string, check_out?: string, adults?: integer, currency?: string, ids?: string[]) — Opens an Airbnb listing by id (the 'id' field of a search result) and returns the name, the host's full description, every photo, the city, coordinates, rating, review count, bedrooms, beds, bathrooms ## Example prompts - "Find apartments in Florianópolis for 2 people from Oct 10 to 13 under R$400 a night" - "Compare stays in Gramado and Canela for a weekend and tell me which is cheaper" - "Search entire homes in Búzios for 6 people during Carnival and open the details of the 3 best rated" ## Links Docs: https://mcp.ai/docs/mcps/airbnb Website: https://mcp.ai/mcps/airbnb