Connect your account, then chat with AI to run tools.
Airbnb stays by location and dates, and full listing details, as structured JSON.
Connect straight to this server’s public endpoint.
https://mcp.hasdata.com/mcp?apis=airbnbThis server needs a sign-in. MCPBundles handles that setup once — then chat here with saved access and a log of what ran.
Live probe refreshed Sep 23, 2026 · Endpoint host mcp.hasdata.com
Domain knowledge for Airbnb MCP Server — workflow patterns, data models, and gotchas for your AI agent.
Two tools. hasdata_airbnb_listing_getAirbnbListings searches, and it requires checkIn. hasdata_airbnb_property_getAirbnbPropertyDetails opens one stay and takes the listing url, which the search returns.
location is the destination as a guest types it. Dates go in checkIn and checkOut as YYYY-MM-DD, and the guest mix splits across adults, children, infants and pets, because Airbnb prices them differently.
When the task is about an area rather than a city name, send the bounding box instead. neLat, neLng, swLat and swLng travel as a set of four, and three of them fails validation. That is how to search a neighborhood or a stretch of coast without hoping the text matches.
A search result holds id, url, title, latitude, longitude, description, photos, rating, reviews, badges and price. There are no bedroom, bed or bathroom counts, and no amenities. Those live on the property tool, where overview carries them as text such as 3 guests, 1 bedroom, 1 bed, 1 bath.
rating and reviews can be missing on a listing with no history. A comparison that treats a missing rating as a low one is wrong, and one that treats it as a high one is worse.
price.originalPrice is the total for the window, and price.qualifier says which window, such as for 3 nights. When discountedPrice is present, that is what the guest pays, and quoting originalPrice alone overstates the cost. The nightly figure lives inside price.breakdown as a description string rather than as a number.
A search with nothing available returns a successful result with an empty properties array. That is an answer about the dates rather than the place.
Page with nextPageToken, and open the property tool only for the stays that matter, since that is one call each.
Airbnb requires sign-in before tools can be listed. Connect the MCP server to inspect the live tool list in your client.
Connect Airbnb MCP Server to any MCP client in minutes
Operate Airbnb? You can take over the listing's metadata.
Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.
This server uses the MCP protocol with a live tool list. Tools are discovered when your MCP client connects (often after authentication), so they are not enumerated on this public page. Open Studio or connect from your client to see the tools available to your workspace.
Airbnb stays by location and dates, and full listing details, as structured JSON. It provides MCP tools that your client discovers when it connects (this page may not list every tool name) that AI agents can use through the Model Context Protocol (MCP).
Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/mcphasdatacommcp-17. Authentication is handled automatically.
Airbnb MCP Server is a remote MCP server. The live tool list is supplied by the server when your MCP client connects, so the count is not fixed on this public page. After you connect in MCPBundles Studio or your client, you will see the tools your session can call. A SKILL.md is still included to guide your agent on capabilities and workflows.
Airbnb MCP Server uses One-click sign in. Airbnb MCP Server requires credentials. Connect via MCPBundles and authentication is handled automatically.
© 2026 ThinkChain Inc. All rights reserved.
MCPBundles is an independent platform built on the open Model Context Protocol standard. Not affiliated with Anthropic PBC or Claude.
Other MCP servers in this category from the directory index
Talk to the real world with Factori MCP
LatLng MCP gives AI tools access to location APIs for geocoding, reverse geocoding, places search,...
5 toolsRedfin for-sale, for-rent and sold listings plus full property pages, as structured JSON.
Booking.com stays by destination and dates, and full property details, as structured JSON.
Google Hotels search: rates, ratings, amenities and what each booking site charges, as JSON.
Google Maps places, reviews, contributor history, photos and posts as JSON. No Google Cloud.