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

        • -
          security
          F
          license
          -
          quality
          An MCP server that provides tools and resources for managing a coding project's todo list, allowing users to view, add, update, and delete todo items with details like priority, status, and tags.
          Last updated -
          1
          Python
        • A
          security
          F
          license
          A
          quality
          An MCP server implementation that enables interaction with the Unstructured API, providing tools to list, create, update, and manage sources, destinations, and workflows.
          Last updated -
          39
          28
          • 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
          20
          12
          TypeScript
          MIT License
          • Linux
          • Apple
        • -
          security
          F
          license
          -
          quality
          An MCP server that enables interaction with Datagouv APIs, primarily allowing users to search for up-to-date information about companies registered in France.
          Last updated -
          6
          TypeScript

        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