FlightRadar MCP サーバー
AviationStack API を使用してリアルタイムのフライト追跡とステータス情報を提供するモデル コンテキスト プロトコル (MCP) サーバー。
特徴
この MCP サーバーは、次の 3 つの主要なツールを提供します。
- get_flight_data : IATA または ICAO コードで特定のフライトの詳細情報を取得します。
- search_flights : 航空会社、出発/到着空港、ステータスなどのさまざまな条件でフライトを検索します。
- get_flight_status : 特定のフライトの人間が読める形式のステータス概要を取得します。
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の flightradar-mcp-server を自動的にインストールするには:
前提条件
- Node.js (v14以上)
- npm (v6以上)
- AviationStack API キー ( aviationstack.comで取得)
設定
- このリポジトリをクローンします:
- 依存関係をインストールします:
- サーバーを構築します。
- MCP 設定ファイルでサーバーを構成します。Claude VSCode 拡張機能の場合は、
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
に追加します。Claude デスクトップ アプリの場合は、~/Library/Application Support/Claude/claude_desktop_config.json
(macOS) または他のプラットフォームの同様のパスに追加します。
使用例
サーバーが設定されると、Claude でそれを使用してフライト情報を取得できます。
フライトステータスを取得する
フライトを検索
フライトの詳細を取得
APIキーの設定
このサーバーを動作させるには、 AviationStack APIキーが必要です。aviationstack.com で無料のAPIキー(月間100リクエスト)を入手できます。
API キーは、MCP 設定構成でAVIATIONSTACK_API_KEY
という名前の環境変数として提供する必要があります。
ライセンス
マサチューセッツ工科大学
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) サーバー。
Related MCP Servers
- AsecurityAlicenseAqualityA 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 -530PythonMIT License
- -securityAlicense-qualityThis 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 -21JavaScriptMIT License
- AsecurityFlicenseAqualityA 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 -2137JavaScript
- -securityAlicense-qualityProvides 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 -TypeScriptMIT License