airbnb-data
Provides tools for searching Airbnb listings, retrieving listing details, and checking calendar availability, enabling agents to access accommodation data as structured results.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@airbnb-datasearch for Airbnb listings in Lisbon with a pool"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Airbnb Data API
Airbnb search, listing details, and calendar availability as clean structured data.
Part of the DataLeads API suite (Travel category). Requests render in a real browser with anti-bot handling and protected-page support built in - no proxies to manage, no infrastructure to run.
Endpoints
Method | Path | Description |
POST |
| V1 Airbnb Search |
POST |
| V1 Airbnb Details |
POST |
| V1 Airbnb Calendar |
Related MCP server: Airbnb Search & Listings
Quick start
curl -X POST https://data.dataleads.pro/v1/airbnb/search \
-H 'Content-Type: application/json' \
-d '{"clientKey": "YOUR_CLIENT_KEY", "location": "Austin, TX"}'Replace YOUR_CLIENT_KEY with your key. Get one at https://data.dataleads.pro - free tier included.
MCP server
Remote (Streamable HTTP):
https://data.dataleads.pro/mcp/airbnb-dataStdio (Docker):
docker run -e DATALEADS_API_KEY=yourkey ghcr.io/dataleads/airbnb-data-mcp:latest
Pricing
Tier | Price | Requests |
Free | $0 | 500/mo |
Starter | $9/mo | 5,000 |
Pro | $29/mo | 25,000 |
Business | $99/mo | 100,000 |
Enterprise | custom | custom |
Full plan details at https://data.dataleads.pro.
License
MIT - see LICENSE.
This server cannot be deployed
Maintenance
Related MCP Connectors
Airbnb stays by location and dates, and full listing details, as structured JSON.
Flight search MCP server providing search, pagination, and itinerary details for AI assistants.
Searchable directory of Airbnb listings — discover properties and retrieve direct Airbnb links.
Google Flights search data: fares, routes, stops, and price insights via a hosted MCP server.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables searching for Airbnb listings and retrieving detailed accommodation information with direct links to Airbnb pages.21MIT
- AlicenseBqualityDmaintenanceEnables users to search Airbnb listings with advanced filtering options and retrieve detailed property information through an MCP server interface.21,727 npmMIT
- AlicenseNot gradedqualityDmaintenanceMCP server for Airbnb — lets AI agents search listings, check availability, manage reservations, and book stays via browser automation.15 npmMIT
- AlicenseNot gradedqualityBmaintenanceMCP server for searching stays, comparing prices across Booking.com, Airbnb, Vrbo, and Google Hotels, and fetching reviews via natural language in AI assistants.MIT