Airbnb MCP 서버
Airbnb를 검색하고 목록 세부 정보를 얻는 MCP 서버입니다.
도구
airbnb_searchAirbnb 숙소 검색
필수 입력:
location(문자열)선택 입력 사항:
placeId(문자열)checkin(문자열, YYYY-MM-DD)checkout(문자열, YYYY-MM-DD)adults(인원)children(숫자)infants(수)pets(개수)minPrice(숫자)maxPrice(숫자)cursor(문자열)ignoreRobotsText(부울)
반환: 이름, 가격, 위치 등의 세부 정보가 포함된 목록 배열
airbnb_listing_details특정 Airbnb 숙소에 대한 자세한 정보를 얻으세요
필수 입력:
id(문자열)선택 입력 사항:
checkin(문자열, YYYY-MM-DD)checkout(문자열, YYYY-MM-DD)adults(인원)children(숫자)infants(수)pets(개수)ignoreRobotsText(부울)
반환: 설명, 호스트 세부 정보, 편의 시설, 가격 등을 포함한 자세한 목록 정보
특징
Airbnb의 robots.txt 규칙을 준수합니다.
HTML 구문 분석을 위해 cheerio를 사용합니다.
API 키가 필요하지 않습니다
구조화된 JSON 데이터를 반환합니다.
데이터를 평면화하고 선택하여 컨텍스트 부하를 줄입니다.
설정
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.의 상표입니다. OpenBnB는 Airbnb, Inc. 또는 그 자회사와 관련이 없습니다.
Related MCP Servers
- Asecurity-licenseAqualityEnables searching and retrieving detailed flight information using the Duffel API, supporting various flight types and flexible search parameters for efficient travel planning.Last updated -3137MIT License
- Asecurity-licenseAqualityQuery a variety of data from Brasil resources seamlessly. Access information on postal codes, area codes, banks, holidays, taxes, and more through a unified interface. Enhance your AI agents and applications with rich and updated data from BrasilAPI effortlessly.Last updated -92665
- Asecurity-licenseAqualityEnables searching for Airbnb listings and retrieving detailed accommodation information with direct links to Airbnb pages.Last updated -2MIT License
- Asecurity-licenseAqualityEnables users to search Airbnb listings with advanced filtering options and retrieve detailed property information through an MCP server interface.Last updated -221,071MIT License