# Airbnb Search

Find Airbnb stays by location, dates, guests, and price with precise filters. Get rich listing details, amenities, photos, and direct links to streamline booking decisions. Analyze listing photos and…

## Quick Start

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

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

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

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

## Direct MCP Connection

Endpoint: `https://mcp-server-airbnb--iclickfreedownloads.run.tools`

**Optional config:**
- `ignoreRobotsTxt` (query) — If set to true, the server will ignore robots.txt rules.

## Tools (4)

- `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
- `getListingPhotos` — Extract photo URLs from an Airbnb listing
- `analyzeListingPhotos` — Analyze photos from an Airbnb listing

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

---

Source: https://github.com/iclickfreedownloads/mcp-server-airbnb
