Skip to main content
Glama

mcp-server-airbnb

by openbnb-org

Airbnb MCP 서버

Airbnb를 검색하고 목록 세부 정보를 얻는 MCP 서버입니다.

도구

  1. airbnb_search
    • Airbnb 숙소 검색
    • 필수 입력: location (문자열)
    • 선택 입력 사항:
      • placeId (문자열)
      • checkin (문자열, YYYY-MM-DD)
      • checkout (문자열, YYYY-MM-DD)
      • adults (인원)
      • children (숫자)
      • infants (수)
      • pets (개수)
      • minPrice (숫자)
      • maxPrice (숫자)
      • cursor (문자열)
      • ignoreRobotsText (부울)
    • 반환: 이름, 가격, 위치 등의 세부 정보가 포함된 목록 배열
  2. 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가 설치되어 있는지 확인하세요.

  1. 이동: 설정 > 개발자 > 구성 편집
  2. claude_desktop_config.json 에 다음을 추가하세요.

지엑스피1

모든 요청에 대해 robots.txt를 무시하려면 --ignore-robots-txt 인수와 함께 이 버전을 사용하세요.

{ "mcpServers": { "airbnb": { "command": "npx", "args": [ "-y", "@openbnb/mcp-server-airbnb", "--ignore-robots-txt" ] } } }
  1. Claude Desktop을 재시작하고 Airbnb를 포함한 다음 여행을 계획해보세요!

다른 옵션: Smithery를 통해 설치

Smithery를 통해 Claude Desktop에 mcp-server-airbnb를 자동으로 설치하려면:

npx -y @smithery/cli install @openbnb-org/mcp-server-airbnb --client claude

(개발자를 위한) 빌드

npm install npm run build

특허

이 MCP 서버는 MIT 라이선스에 따라 라이선스가 부여되었습니다.

부인 성명

Airbnb는 Airbnb, Inc.의 상표입니다. OpenBnB는 Airbnb, Inc. 또는 그 자회사와 관련이 없습니다.

-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Airbnb 숙소를 검색하고 특정 숙소에 대한 자세한 정보를 확인하세요. API 키 없이도 구조화된 데이터를 활용하여 Airbnb 가이드라인을 준수하면서 다음 여행을 손쉽게 계획하세요.

  1. 도구
    1. 특징
      1. 설정
        1. Claude Desktop에 설치
        2. 다른 옵션: Smithery를 통해 설치
      2. (개발자를 위한) 빌드
        1. 특허
          1. 부인 성명

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              Enables searching and retrieving detailed flight information using the Duffel API, supporting various flight types and flexible search parameters for efficient travel planning.
              Last updated -
              3
              92
              Python
              MIT License
              • Apple
            • A
              security
              A
              license
              A
              quality
              Provides tools for discovering events at Madison Square Garden via the Ticketmaster API, returning structured data with event details like name, date, price, and ticket purchase links.
              Last updated -
              1
              13
              5
              TypeScript
              MIT License
            • -
              security
              F
              license
              -
              quality
              Query 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 -
              3
              TypeScript
            • -
              security
              -
              license
              -
              quality
              Enables free web searching using Google search results with no API keys required, returning structured results with titles, URLs, and descriptions.
              Last updated -
              6

            View all related MCP servers

            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/openbnb-org/mcp-server-airbnb'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server