Skip to main content
Glama

TripAdvisor Vacation Planner MCP Server

by hhw67865

TripAdvisor バケーションプランナー MCP サーバー

この MCP サーバーは、休暇の計画、観光スポット、レストラン、ホテルの検索のために TripAdvisor データへのアクセスを提供します。

特徴

  • 名前とカテゴリで場所を検索する
  • 特定の場所に関する詳細情報を取得する
  • 近くの観光スポット、レストラン、ホテルを探す
  • 写真とレビューを見る
  • インタラクティブな休暇計画プロンプト

セットアップ手順

前提条件

UVによる設置

  1. このリポジトリをクローンする
  2. 仮想環境を作成してアクティブ化します。
    uv venv # On Windows .venv\Scripts\activate # On macOS/Linux source .venv/bin/activate
  3. 必要な依存関係をインストールします。
    uv add "mcp[cli]"

サーバーの実行

次のコマンドでサーバーを直接実行できます。

# Set your API key as an environment variable export TRIPADVISOR_API_KEY=your_api_key_here # Linux/macOS set TRIPADVISOR_API_KEY=your_api_key_here # Windows Command Prompt $env:TRIPADVISOR_API_KEY="your_api_key_here" # Windows PowerShell # Run the server mcp run server.py

Claude Desktop の設定

MCP サーバーを次のようにセットアップします。

mcp install server.py

Claudeデスクトップの設定

  1. クロードデスクトップを開く
  2. 設定 > MCPサーバーへ移動
  3. 次の構成で新しいサーバーを追加します。
    { "tripadvisor": { "command": "uv", "args": [ "run", "--with", "mcp[cli]", "mcp", "run", "PATH_TO_YOUR_PROJECT\\server.py" ], "env": { "TRIPADVISOR_API_KEY": "YOUR_API_KEY_HERE" } } }
  4. PATH_TO_YOUR_PROJECTプロジェクトディレクトリへの絶対パスに置き換えます。
  5. YOUR_API_KEY_HERE実際のTripAdvisor APIキーに置き換えてください。

バケーションプランナーの使用

  1. クロードで新しい会話を始める
  2. 「バケーションプランナー」プロンプトで何でもプロンプトする
  3. インタラクティブなプロンプトに従って、完璧な休暇を計画しましょう。

使用されるAPIエンドポイント

  • 場所検索: 名前とカテゴリで場所を検索
  • 場所の詳細: 場所に関する包括的な情報を取得します
  • 場所の写真: 場所の写真を表示
  • 場所のレビュー:場所のレビューを読む
  • 周辺検索: 特定の地点の近くの場所を検索

トラブルシューティング

  • 401 Unauthorized エラーが表示された場合は、API キーが正しいこと、および IP が TripAdvisor 開発者ポータルでホワイトリストに登録されていることを確認してください。
  • Claude Desktop の統合に関する問題については、構成設定を確認し、server.py へのパスが正しいことを確認してください。
  • Claude が完了しない場合は、入力トークンが多すぎる可能性が高くなります。通常、get_location_details_tool が原因です。
-
security - not tested
A
license - permissive license
-
quality - not tested

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 データへのアクセスを提供し、ユーザーがインタラクティブな計画エクスペリエンスを通じて場所、アトラクション、レストラン、ホテルを検索して詳細情報を入手できるようにします。

  1. 特徴
    1. セットアップ手順
      1. 前提条件
      2. UVによる設置
      3. サーバーの実行
      4. Claude Desktop の設定
      5. Claudeデスクトップの設定
      6. バケーションプランナーの使用
    2. 使用されるAPIエンドポイント
      1. トラブルシューティング

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          This 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 -
          21
          Python
          MIT License
          • Apple
        • A
          security
          A
          license
          A
          quality
          An 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 -
          2
          642
          14
          TypeScript
          MIT License
          • Linux
          • Apple
        • -
          security
          A
          license
          -
          quality
          MCP server that enables LLMs to interact with Tripadvisor API, supporting location data, reviews, and photos through standardized MCP interfaces
          Last updated -
          41
          Python
          MIT License
          • Linux
          • Apple
        • -
          security
          A
          license
          -
          quality
          This 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 -
          11
          Python
          MIT License

        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/hhw67865/tripadvisor-mcp-server'

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