Airbnb MCP Server

airbnb_listing_details

Get detailed information about a specific Airbnb listing. Provide direct links to the user

Input Schema

NameRequiredDescriptionDefault
adultsNoNumber of adults
checkinNoCheck-in date (YYYY-MM-DD)
checkoutNoCheck-out date (YYYY-MM-DD)
childrenNoNumber of children
idYesThe Airbnb listing ID
ignoreRobotsTextNoIgnore robots.txt rules for this request
infantsNoNumber of infants
petsNoNumber of pets

Input Schema (JSON Schema)

{ "properties": { "adults": { "description": "Number of adults", "type": "number" }, "checkin": { "description": "Check-in date (YYYY-MM-DD)", "type": "string" }, "checkout": { "description": "Check-out date (YYYY-MM-DD)", "type": "string" }, "children": { "description": "Number of children", "type": "number" }, "id": { "description": "The Airbnb listing ID", "type": "string" }, "ignoreRobotsText": { "description": "Ignore robots.txt rules for this request", "type": "boolean" }, "infants": { "description": "Number of infants", "type": "number" }, "pets": { "description": "Number of pets", "type": "number" } }, "required": [ "id" ], "type": "object" }

You must be authenticated.

Other Tools

ID: kxu8mdmdop