MCP 에어비앤비 서버
Airbnb 숙소 목록을 검색하고 목록 세부 정보를 얻는 MCP 서버입니다. 검색 결과에 Airbnb 숙소에 대한 직접 링크를 제공합니다.
도구
airbnb_search
- Airbnb 숙소 검색
- 필수 항목:
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
포함됩니다.
특징
- Airbnb robots.txt 파일의 규칙을 준수하세요
- HTML 파싱을 위해 cheerio를 사용하세요
- API 키가 필요하지 않습니다
- 구조화된 JSON 데이터를 반환합니다.
- 데이터를 평면화하고 선택하여 컨텍스트 부하를 줄입니다.
- Airbnb 목록에 대한 직접 URL을 제공합니다.
시설
Claude Desktop에 설치
시작하기 전에 npx
작동하도록 컴퓨터에 Node.js가 설치되어 있는지 확인하세요.
- 이동: 설정 > 개발자 > 구성 편집
claude_desktop_config.json
파일에 다음을 추가하세요.
지엑스피1
모든 요청에 대해 robots.txt 파일을 무시하려면 --ignore-robots-txt
인수와 함께 이 버전을 사용하세요.
- Claude Desktop을 재시작하고 Airbnb를 포함한 다음 여행을 계획해보세요!
다른 옵션: Smithery를 통한 설치
Smithery를 통해 Claude Desktop에 mcp-server-airbnb를 자동으로 설치하려면:
(개발자를 위한) 컴파일
특허
이 MCP 서버는 MIT 라이선스에 따라 라이선스가 부여되었습니다.
경고
Airbnb는 Airbnb, Inc.의 등록 상표입니다. Domoteek은 Airbnb, Inc. 또는 그 계열사와 제휴 관계가 없습니다.
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Airbnb 숙소 목록을 검색하고 Airbnb 페이지에 직접 연결된 링크를 통해 자세한 숙박 정보를 검색할 수 있습니다.
Related Resources
Related MCP Servers
- -securityAlicense-qualityEnables searching and retrieving detailed flight information using the Duffel API, supporting various flight types and flexible search parameters for efficient travel planning.Last updated -45PythonMIT License
- AsecurityAlicenseAqualityFacilitates web search capabilities using Perplexity's API, allowing users to retrieve search results through Claude's interface.Last updated -12JavaScriptMIT License
- -securityAlicense-qualityProvides web search functionality via DuckDuckGo for Claude Code and MCP-compatible clients, featuring advanced content exploration, navigation across search results, and detailed webpage analysis.Last updated -1PythonMIT License
- -securityAlicense-qualityThis MCP server provides access to TripAdvisor data for planning vacations, enabling users to search for and get details about locations, attractions, restaurants, and hotels through an interactive planning experience.Last updated -1PythonApache 2.0