MCP Server for searching Airbnb and get listing details.
10K+
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 | 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_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 | 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) |
propertyType | string optional | 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"
]
}
}
}
Content type
Image
Digest
sha256:50d10ac7e…
Size
70.5 MB
Last updated
3 months ago
docker pull mcp/openbnb-airbnbPulls:
465
Jul 6 to Jul 12