Loading...
npx -y{
"mcpServers": {
"airbnb": {
"command": "npx",
"args": [
"-y",
"@openbnb/mcp-server-airbnb"
]
}
}
}airbnb_searchSearches Airbnb listings based on specified criteria like location, dates, and price range.
Read-only operation; retrieves publicly available data.
airbnb_listing_detailsRetrieves detailed information about a specific Airbnb listing using its ID.
Read-only operation; retrieves publicly available data.
This extension is relatively safe for general use due to its read-only nature and robots.txt compliance. However, it's important to be mindful of rate limits and potential changes to Airbnb's website structure, which could lead to errors or unexpected behavior. Ignoring robots.txt increases risk.