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
- -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
- -securityFlicense-qualityA Model Context Protocol (MCP) server that creates a bridge between AI language models and the Trakt.tv API, allowing LLMs to access real-time entertainment data and personal Trakt viewing history.Last updated -6Python
Variflight MCP Serverofficial
AsecurityFlicenseAqualityA Model Context Protocol server implementation that provides tools for querying flight information, weather data, and flight comfort metrics through Variflight services.Last updated -876512- -securityFlicense-qualityA server implementation of the Model Context Protocol (MCP) that provides REST API endpoints for managing and interacting with MCP resources.Last updated -Python