Back to MCP Directory
Airbnb
Model Context Protocol moderate risk

Airbnb

This MCP server provides tools to search Airbnb listings and retrieve detailed information, offering advanced filtering and property details via the Airbnb website.

Connections & Capabilities

Connects To

GitHub

Capabilities

read

Quickstart

Install

npx -y

Config

{
  "mcpServers": {
    "airbnb": {
      "command": "npx",
      "args": [
        "-y",
        "@openbnb/mcp-server-airbnb"
      ]
    }
  }
}

Exposed MCP Tools (2)

safe
airbnb_search

Searches Airbnb listings based on specified criteria like location, dates, and price range.

Read-only operation; retrieves publicly available data.

safe
airbnb_listing_details

Retrieves detailed information about a specific Airbnb listing using its ID.

Read-only operation; retrieves publicly available data.

Safety Assessment

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.

  • Robots.txt compliance by default
  • Request timeout limits
  • Input validation and sanitization
  • No sensitive data storage
  • Secure configuration through DXT user settings
  • Potential for information disclosure if listing details are mishandled
  • Reliance on Airbnb's API and page structure, which could change
  • Exposure to network vulnerabilities during data retrieval
  • Rate limiting depends on respectful API usage