# Airbnb Search and Listing Details Server

Search Airbnb listings and retrieve detailed information about specific listings. Get structured JSON data without requiring an API key, while respecting Airbnb's robots.txt rules. Simplify your vaca…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add geobio/mcp-server-airbnb

# Browse available tools
npx -y @smithery/cli@latest tool list geobio/mcp-server-airbnb

# Get full schema for a tool
npx -y @smithery/cli@latest tool get geobio/mcp-server-airbnb airbnb_search

# Call a tool
npx -y @smithery/cli@latest tool call geobio/mcp-server-airbnb airbnb_search '{}'
```

## Tools (2)

- `airbnb_search` — Search for Airbnb listings with various filters and pagination. Provide direct links to the user
- `airbnb_listing_details` — Get detailed information about a specific Airbnb listing. Provide direct links to the user

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get geobio/mcp-server-airbnb <tool-name>
```

---

Source: https://github.com/geobio/mcp-server-airbnb | License: MIT
