Version 4.43 or later needs to be installed to add the server automatically
About
MCP Server for searching Airbnb and get listing details.
| Attribute | Details |
|---|---|
| Docker Image | mcp/openbnb-airbnb |
| Author | openbnb-org |
| Repository | https://github.com/openbnb-org/mcp-server-airbnb |
| Attribute | Details |
|---|---|
| Dockerfile | https://github.com/openbnb-org/mcp-server-airbnb/blob/4e3ffe9daab7eb17d5709fd955a12243fc8dc848/Dockerfile |
| Commit | 4e3ffe9daab7eb17d5709fd955a12243fc8dc848 |
| Docker Image built by | Docker Inc. |
| Docker Scout Health Score | |
| Verify Signature | COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/openbnb-airbnb --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub |
| Licence | MIT License |
| Tools provided by this Server | Short Description |
|---|---|
airbnb_listing_details | Get detailed information about a specific Airbnb listing. |
airbnb_search | Search for Airbnb listings with various filters and pagination. |
airbnb_listing_detailsGet detailed information about a specific Airbnb listing. Provide direct links to the user
| Parameters | Type | Description |
|---|---|---|
id | string | The Airbnb listing ID |
adults | numberoptional | Number of adults |
checkin | stringoptional | Check-in date (YYYY-MM-DD) |
checkout | stringoptional | Check-out date (YYYY-MM-DD) |
children | numberoptional | Number of children |
ignoreRobotsText | booleanoptional | Ignore robots.txt rules for this request |
infants | numberoptional | Number of infants |
pets | numberoptional | Number of pets |
airbnb_searchSearch for Airbnb listings with various filters and pagination. Provide direct links to the user
| Parameters | Type | Description |
|---|---|---|
location | string | Location to search for (city, state, etc.) |
adults | numberoptional | Number of adults |
checkin | stringoptional | Check-in date (YYYY-MM-DD) |
checkout | stringoptional | Check-out date (YYYY-MM-DD) |
children | numberoptional | Number of children |
cursor | stringoptional | Base64-encoded string used for Pagination |
ignoreRobotsText | booleanoptional | Ignore robots.txt rules for this request |
infants | numberoptional | Number of infants |
maxPrice | numberoptional | Maximum price for the stay |
minPrice | numberoptional | Minimum price for the stay |
pets | numberoptional | Number of pets |
placeId | stringoptional | Google Maps Place ID (overrides the location parameter) |
propertyType | stringoptional | Filter by property type: 'entire_home' (entire homes/apartments), 'private_room' (private rooms in shared homes), 'shared_room' (shared/dorm-style rooms), 'hotel_room' (hotel rooms) |
{
"mcpServers": {
"openbnb-airbnb": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp/openbnb-airbnb"
]
}
}
}