Airbnb Search

Airbnb Search

MCP Server for searching Airbnb and get listing details.

10K+

2 Tools

Packaged by
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

About

Airbnb Search MCP Server

MCP Server for searching Airbnb and get listing details.

What is an MCP Server?

MCP Info

Image Building Info

AttributeDetails
Dockerfilehttps://github.com/openbnb-org/mcp-server-airbnb/blob/4e3ffe9daab7eb17d5709fd955a12243fc8dc848/Dockerfile
Commit4e3ffe9daab7eb17d5709fd955a12243fc8dc848
Docker Image built byDocker Inc.
Docker Scout Health ScoreDocker Scout Health Score
Verify SignatureCOSIGN_REPOSITORY=mcp/signatures cosign verify mcp/openbnb-airbnb --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
LicenceMIT License

Available Tools (2)

Tools provided by this ServerShort Description
airbnb_listing_detailsGet detailed information about a specific Airbnb listing.
airbnb_searchSearch for Airbnb listings with various filters and pagination.

Tools Details

Tool: airbnb_listing_details

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

ParametersTypeDescription
idstringThe Airbnb listing ID
adultsnumberoptionalNumber of adults
checkinstringoptionalCheck-in date (YYYY-MM-DD)
checkoutstringoptionalCheck-out date (YYYY-MM-DD)
childrennumberoptionalNumber of children
ignoreRobotsTextbooleanoptionalIgnore robots.txt rules for this request
infantsnumberoptionalNumber of infants
petsnumberoptionalNumber of pets

Tool: airbnb_search

Search for Airbnb listings with various filters and pagination. Provide direct links to the user

ParametersTypeDescription
locationstringLocation to search for (city, state, etc.)
adultsnumberoptionalNumber of adults
checkinstringoptionalCheck-in date (YYYY-MM-DD)
checkoutstringoptionalCheck-out date (YYYY-MM-DD)
childrennumberoptionalNumber of children
cursorstringoptionalBase64-encoded string used for Pagination
ignoreRobotsTextbooleanoptionalIgnore robots.txt rules for this request
infantsnumberoptionalNumber of infants
maxPricenumberoptionalMaximum price for the stay
minPricenumberoptionalMinimum price for the stay
petsnumberoptionalNumber of pets
placeIdstringoptionalGoogle Maps Place ID (overrides the location parameter)
propertyTypestringoptionalFilter 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)

Use this MCP Server

{
  "mcpServers": {
    "openbnb-airbnb": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "mcp/openbnb-airbnb"
      ]
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Related servers