Skip to main content
Glama

FlightRadar MCP Server

FlightRadar MCP サーバー

AviationStack API を使用してリアルタイムのフライト追跡とステータス情報を提供するモデル コンテキスト プロトコル (MCP) サーバー。

特徴

この MCP サーバーは、次の 3 つの主要なツールを提供します。

  1. get_flight_data : IATA または ICAO コードで特定のフライトの詳細情報を取得します。
  2. search_flights : 航空会社、出発/到着空港、ステータスなどのさまざまな条件でフライトを検索します。
  3. get_flight_status : 特定のフライトの人間が読める形式のステータス概要を取得します。

インストール

Smithery経由でインストール

Smithery経由で Claude Desktop 用の flightradar-mcp-server を自動的にインストールするには:

npx -y @smithery/cli install @Cyreslab-AI/flightradar-mcp-server --client claude

前提条件

  • Node.js (v14以上)
  • npm (v6以上)
  • AviationStack API キー ( aviationstack.comで取得)

設定

  1. このリポジトリをクローンします:
    git clone https://github.com/Cyreslab-AI/flightradar-mcp-server.git cd flightradar-mcp-server
  2. 依存関係をインストールします:
    npm install
  3. サーバーを構築します。
    npm run build
  4. MCP 設定ファイルでサーバーを構成します。Claude VSCode 拡張機能の場合は、 ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.jsonに追加します。
    { "mcpServers": { "flightradar": { "command": "node", "args": ["/path/to/flightradar-mcp-server/build/index.js"], "env": { "AVIATIONSTACK_API_KEY": "YOUR_API_KEY_HERE" }, "disabled": false, "autoApprove": [] } } }
    Claude デスクトップ アプリの場合は、 ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) または他のプラットフォームの同様のパスに追加します。

使用例

サーバーが設定されると、Claude でそれを使用してフライト情報を取得できます。

フライトステータスを取得する

User: What's the status of flight BA855? Claude: Flight BA855 (British Airways) is currently landed. Departure: Prague Vaclav Havel Airport (PRG), Terminal 1, Gate B5 Scheduled: 3/25/2025, 11:50:00 AM Estimated: 3/25/2025, 11:50:00 AM Arrival: Heathrow (LHR), Terminal 3 Scheduled: 3/25/2025, 1:10:00 PM

フライトを検索

User: Find British Airways flights Claude: I found 3212 British Airways flights. Here are the first 3: 1. BA5719: Tucson (TUS) to Dallas/Fort Worth (DFW) Status: scheduled Departure: 3/25/2025, 5:00:00 AM 2. BA6096: Prague (PRG) to Helsinki (HEL) Status: scheduled Departure: 3/25/2025, 11:40:00 AM 3. BA855: Prague (PRG) to London Heathrow (LHR) Status: landed Departure: 3/25/2025, 10:50:00 AM

フライトの詳細を取得

User: Get detailed information about flight BA855 Claude: Here are the details for flight BA855: Flight: BA855 (BAW855) Airline: British Airways Aircraft: Airbus A320 (Registration: G-EUUH) Departure: - Airport: Prague Vaclav Havel Airport (PRG/LKPR) - Terminal: 1, Gate: B5 - Scheduled: 3/25/2025, 10:50:00 AM Arrival: - Airport: London Heathrow (LHR/EGLL) - Terminal: 3 - Scheduled: 3/25/2025, 12:10:00 PM Status: landed

APIキーの設定

このサーバーを動作させるには、 AviationStack APIキーが必要です。aviationstack.com で無料のAPIキー(月間100リクエスト)を入手できます。

API キーは、MCP 設定構成でAVIATIONSTACK_API_KEYという名前の環境変数として提供する必要があります。

ライセンス

マサチューセッツ工科大学

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

AviationStack API を使用してリアルタイムのフライト追跡とステータス情報を提供するモデル コンテキスト プロトコル (MCP) サーバー。

  1. 特徴
    1. インストール
      1. Smithery経由でインストール
      2. 前提条件
      3. 設定
    2. 使用例
      1. フライトステータスを取得する
      2. フライトを検索
      3. フライトの詳細を取得
    3. APIキーの設定
      1. ライセンス

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol (MCP) server that provides real-time access to financial market data through the free Alpha Vantage API. This server implements a standardized interface for retrieving stock quotes and company information.
          Last updated -
          5
          30
          Python
          MIT License
          • Apple
        • -
          security
          A
          license
          -
          quality
          This server implements the Model Context Protocol (MCP) to handle asynchronous tasks with real-time status tracking, robust error handling, and automatic resource management.
          Last updated -
          2
          1
          JavaScript
          MIT License
        • A
          security
          F
          license
          A
          quality
          A Model Context Protocol (MCP) server that interacts with system APIs, allowing users to check connections, search employees, register breakfast, and update chemical information by shifts.
          Last updated -
          21
          37
          JavaScript
        • -
          security
          A
          license
          -
          quality
          Provides aviation weather information through a Model Context Protocol server, enabling access to METARs, TAFs, PIREPs, and route weather data for informational purposes only.
          Last updated -
          TypeScript
          MIT License
          • Apple

        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/Cyreslab-AI/flightradar-mcp-server'

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