# Airbnb Search and Listing Details Server

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

## Quick Start

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

# Browse available tools
npx -y smithery tool list AkekaratP/mcp-server-airbnb

# Get full schema for a tool
npx -y smithery tool get AkekaratP/mcp-server-airbnb airbnb_search

# Call a tool
npx -y smithery tool call AkekaratP/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 tool get AkekaratP/mcp-server-airbnb <tool-name>
```

---

License: MIT
