test
) with the openbnb-airbnb MCP server available inside. Rooms close when inactive.airbnb_listing_details
Parameters | Type | Description |
---|---|---|
id | string | The Airbnb listing ID |
adults | number (optional) | Number of adults |
checkin | string (optional) | Check-in date (YYYY-MM-DD) |
checkout | string (optional) | Check-out date (YYYY-MM-DD) |
children | number (optional) | Number of children |
ignoreRobotsText | boolean (optional) | Ignore robots.txt rules for this request |
infants | number (optional) | Number of infants |
pets | number (optional) | Number of pets |
airbnb_search
Parameters | Type | Description |
---|---|---|
location | string | Location to search for (city, state, etc.) |
adults | number (optional) | Number of adults |
checkin | string (optional) | Check-in date (YYYY-MM-DD) |
checkout | string (optional) | Check-out date (YYYY-MM-DD) |
children | number (optional) | Number of children |
cursor | string (optional) | Base64-encoded string used for Pagination |
ignoreRobotsText | boolean (optional) | Ignore robots.txt rules for this request |
infants | number (optional) | Number of infants |
maxPrice | number (optional) | Maximum price for the stay |
minPrice | number (optional) | Minimum price for the stay |
pets | number (optional) | Number of pets |
placeId | string (optional) | Google Maps Place ID (overrides the location parameter) |