Airbnb MCP サーバー
Airbnb を検索し、リストの詳細を取得するための MCP サーバー。
ツール
airbnb_search
- Airbnbのリスティングを検索
- 必須入力:
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.またはその子会社とは一切関係ありません。
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Airbnbのリスティングを検索し、特定の物件の詳細情報を入手しましょう。Airbnbのガイドラインを遵守しながら、構造化データとAPIキーなしで、次の旅行を簡単に計画できます。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityEnables searching and retrieving detailed flight information using the Duffel API, supporting various flight types and flexible search parameters for efficient travel planning.Last updated -392PythonMIT License
- AsecurityAlicenseAqualityProvides 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 -1135TypeScriptMIT License
- -securityFlicense-qualityQuery 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 -3TypeScript
- -security-license-qualityEnables free web searching using Google search results with no API keys required, returning structured results with titles, URLs, and descriptions.Last updated -6