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デスクトップへのインストール
開始する前に、 npxが動作するためにデスクトップにNode.jsがインストールされていることを確認してください。
設定 > 開発者 > 設定の編集に移動します
claude_desktop_config.jsonに以下を追加します。
すべてのリクエストに対して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