Airbnb MCP Server
MCP 에어비앤비 서버
Airbnb 숙소 목록을 검색하고 목록 세부 정보를 얻는 MCP 서버입니다. 검색 결과에 Airbnb 숙소에 대한 직접 링크를 제공합니다.
도구
airbnb_searchAirbnb 숙소 검색
필수 항목:
location(문자열)선택 항목:
placeId(문자열)checkin(문자열, YYYY-MM-DD)checkout(문자열, YYYY-MM-DD)adults(인수)children(숫자)infants(수)pets(개수)minPrice(숫자)maxPrice(숫자)cursor(문자열)ignoreRobotsText(부울)
반환: 이름, 가격, 위치 등의 세부 정보가 포함된 목록 표. 각 목록에는 Airbnb 페이지로 직접 연결되는
url포함되어 있습니다.
airbnb_listing_details특정 Airbnb 숙소에 대한 자세한 정보를 얻으세요
필수 입력:
id(문자열)선택 항목:
checkin(문자열, YYYY-MM-DD)checkout(문자열, YYYY-MM-DD)adults(인수)children(숫자)infants(수)pets(개수)ignoreRobotsText(부울)
반환: 설명, 호스트 세부 정보, 편의 시설, 요금 등을 포함한 숙소에 대한 자세한 정보. 응답에는 Airbnb 숙소 페이지의 직접
url포함됩니다.
Related MCP server: Airbnb MCP Server
특징
Airbnb robots.txt 파일의 규칙을 준수하세요
HTML 파싱을 위해 cheerio를 사용하세요
API 키가 필요하지 않습니다
구조화된 JSON 데이터를 반환합니다.
데이터를 평면화하고 선택하여 컨텍스트 부하를 줄입니다.
Airbnb 목록에 대한 직접 URL을 제공합니다.
시설
Claude Desktop에 설치
시작하기 전에 npx 작동하도록 컴퓨터에 Node.js가 설치되어 있는지 확인하세요.
이동: 설정 > 개발자 > 구성 편집
claude_desktop_config.json파일에 다음을 추가하세요.
지엑스피1
모든 요청에 대해 robots.txt 파일을 무시하려면 --ignore-robots-txt 인수와 함께 이 버전을 사용하세요.
{
"mcpServers": {
"airbnb": {
"command": "npx",
"args": [
"-y",
"@Domoteek/mcp-server-airbnb",
"--ignore-robots-txt"
]
}
}
}Claude Desktop을 재시작하고 Airbnb를 포함한 다음 여행을 계획해보세요!
다른 옵션: Smithery를 통한 설치
Smithery를 통해 Claude Desktop에 mcp-server-airbnb를 자동으로 설치하려면:
npx -y @smithery/cli install @Domoteek/mcp-server-airbnb --client claude(개발자를 위한) 컴파일
npm install
npm run build특허
이 MCP 서버는 MIT 라이선스에 따라 라이선스가 부여되었습니다.
경고
Airbnb는 Airbnb, Inc.의 등록 상표입니다. Domoteek은 Airbnb, Inc. 또는 그 계열사와 제휴 관계가 없습니다.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceSearch for Airbnb listings and get detailed information about specific properties. Effortlessly plan your next trip with structured data and no API key required, while respecting Airbnb's guidelines.422,713510MIT
- AlicenseBqualityDmaintenanceEnables searching for Airbnb listings and retrieving detailed property information including pricing, amenities, and host details without requiring an API key.22,713MIT
- AlicenseCqualityDmaintenanceEnables searching Airbnb listings with advanced filtering (location, dates, guests, price) and retrieval of detailed property information including amenities, policies, and booking links.42,7132MIT
- AlicenseBqualityDmaintenanceEnables searching for Airbnb listings and retrieving detailed property information including pricing, amenities, and host details without requiring an API key.22,7133MIT
Related MCP Connectors
Airbnb stays by location and dates, and full listing details, as structured JSON.
Booking.com stays by destination and dates, and full property details, as structured JSON.
Vacation rental discovery, direct booking, and property protection for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Domoteek/mcp-server-airbnb'
If you have feedback or need assistance with the MCP directory API, please join our Discord server