Skip to main content
Glama

Airbnb MCP Server

by Domoteek

MCP Airbnb サーバー

Airbnb のリスティングを検索し、リスティングの詳細を取得するための MCP サーバー。検索結果に Airbnb のリスティングへの直接リンクを提供します。

ツール

  1. airbnb_search
    • Airbnbリスティング検索
    • 必須入力: location (文字列)
    • オプションのエントリ:
      • placeId (文字列)
      • checkin (文字列、YYYY-MM-DD)
      • checkout (文字列、YYYY-MM-DD)
      • adults (数)
      • children (人数)
      • infants (数)
      • pets (数)
      • minPrice (数値)
      • maxPrice (数値)
      • cursor (文字列)
      • ignoreRobotsText (ブール値)
    • 返されるもの: 名前、価格、場所などの詳細を含むリスト テーブル。各リストには、Airbnb ページへの直接urlが含まれます。
  2. 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がインストールされていることを確認してください。

  1. 「設定」>「開発者」>「構成の編集」に移動します。
  2. claude_desktop_config.jsonファイルに次の内容を追加します。
{ "mcpServers": { "airbnb": { "command": "npx", "args": [ "-y", "@Domoteek/mcp-server-airbnb" ] } } }

すべてのリクエストに対して robots.txt ファイルを無視するには、 --ignore-robots-txt引数を指定した次のバージョンを使用します。

{ "mcpServers": { "airbnb": { "command": "npx", "args": [ "-y", "@Domoteek/mcp-server-airbnb", "--ignore-robots-txt" ] } } }
  1. 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. またはその関連会社とは一切関係ありません。

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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 ページへの直接リンクを使用して詳細な宿泊情報を取得できるようになります。

  1. ツール
    1. 特徴
      1. 施設
        1. Claude Desktopへのインストール
        2. その他のオプション: Smithery経由のインストール
      2. コンパイル(開発者向け)
        1. ライセンス
          1. 警告

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              Tavily AI search API
              Last updated -
              1
              42
              Python
              MIT License
              • Apple
              • Linux
            • -
              security
              A
              license
              -
              quality
              Interact with Twitter search and timeline
              Last updated -
              4
              192
              Python
              MIT License
            • A
              security
              A
              license
              A
              quality
              Search 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.
              Last updated -
              2
              8,642
              245
              JavaScript
              MIT License
              • Apple
              • Linux

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

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