TripAdvisor バケーションプランナー MCP サーバー
この MCP サーバーは、休暇の計画、観光スポット、レストラン、ホテルの検索のために TripAdvisor データへのアクセスを提供します。
特徴
名前とカテゴリで場所を検索する
特定の場所に関する詳細情報を取得する
近くの観光スポット、レストラン、ホテルを探す
写真とレビューを見る
インタラクティブな休暇計画プロンプト
セットアップ手順
前提条件
Python 3.10以上
uv - 高速な Python パッケージインストーラーとリゾルバー
TripAdvisor API キー ( TripAdvisor 開発者ポータルから取得)
クロードデスクトップ
Google マップ MCP サーバー ( https://github.com/modelcontextprotocol/servers/tree/main/src/google-maps )
UVによる設置
このリポジトリをクローンする
仮想環境を作成してアクティブ化します。
uv venv # On Windows .venv\Scripts\activate # On macOS/Linux source .venv/bin/activate必要な依存関係をインストールします。
uv add "mcp[cli]"
サーバーの実行
次のコマンドでサーバーを直接実行できます。
Claude Desktop の設定
MCP サーバーを次のようにセットアップします。
Claudeデスクトップの設定
クロードデスクトップを開く
設定 > MCPサーバーへ移動
次の構成で新しいサーバーを追加します。
{ "tripadvisor": { "command": "uv", "args": [ "run", "--with", "mcp[cli]", "mcp", "run", "PATH_TO_YOUR_PROJECT\\server.py" ], "env": { "TRIPADVISOR_API_KEY": "YOUR_API_KEY_HERE" } } }PATH_TO_YOUR_PROJECTプロジェクトディレクトリへの絶対パスに置き換えます。YOUR_API_KEY_HERE実際のTripAdvisor APIキーに置き換えてください。
バケーションプランナーの使用
クロードで新しい会話を始める
「バケーションプランナー」プロンプトで何でもプロンプトする
インタラクティブなプロンプトに従って、完璧な休暇を計画しましょう。
使用されるAPIエンドポイント
場所検索: 名前とカテゴリで場所を検索
場所の詳細: 場所に関する包括的な情報を取得します
場所の写真: 場所の写真を表示
場所のレビュー:場所のレビューを読む
周辺検索: 特定の地点の近くの場所を検索
トラブルシューティング
401 Unauthorized エラーが表示された場合は、API キーが正しいこと、および IP が TripAdvisor 開発者ポータルでホワイトリストに登録されていることを確認してください。
Claude Desktop の統合に関する問題については、構成設定を確認し、server.py へのパスが正しいことを確認してください。
Claude が完了しない場合は、入力トークンが多すぎる可能性が高くなります。通常、get_location_details_tool が原因です。
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.
この MCP サーバーは、休暇の計画のために TripAdvisor データへのアクセスを提供し、ユーザーがインタラクティブな計画エクスペリエンスを通じて場所、アトラクション、レストラン、ホテルを検索して詳細情報を入手できるようにします。
Related Resources
Related MCP Servers
- Asecurity-licenseAqualityThis MCP server aids users in searching and analyzing their photo library by location, labels, and people, offering functionalities like photo analysis and fuzzy matching for enhanced photo management.Last updated -21MIT License
- Asecurity-licenseAqualityAn MCP server that creates a virtual traveling environment on Google Maps, allowing users to guide an avatar on journeys with photo reports and SNS integration.Last updated -814523MIT License
- -security-license-qualityMCP server that enables LLMs to interact with Tripadvisor API, supporting location data, reviews, and photos through standardized MCP interfacesLast updated -48MIT License
- -security-license-qualityThis MCP server allows an AI assistants to search for flight information online using Google Flights. It can find flights for specific dates or search through a range of dates to find all options or just the cheapest ones available.Last updated -15MIT License
Appeared in Searches
- AI-powered travel planning and booking assistant
- A server for finding hotels and attractions with detailed descriptions and images
- A server for finding food reviews and restaurant recommendations on Dianping
- A service for finding points of interest near a specific address
- A planner for grouping travel activities by location and creating daily itineraries