# Airbnb Search Server

Search for Airbnb listings and get detailed information about accommodations. Access direct links to Airbnb listings in your search results, making it easy to plan your next trip.

## Quick Start

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

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

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

# Call a tool
npx -y @smithery/cli@latest tool call Domoteek/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 Domoteek/mcp-server-airbnb <tool-name>
```

---

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