FlightRadar MCP Server
FlightRadar MCP サーバー
AviationStack API を使用してリアルタイムのフライト追跡とステータス情報を提供するモデル コンテキスト プロトコル (MCP) サーバー。
特徴
この MCP サーバーは、次の 3 つの主要なツールを提供します。
get_flight_data : IATA または ICAO コードで特定のフライトの詳細情報を取得します。
search_flights : 航空会社、出発/到着空港、ステータスなどのさまざまな条件でフライトを検索します。
get_flight_status : 特定のフライトの人間が読める形式のステータス概要を取得します。
Related MCP server: Aviationstack MCP Server
インストール
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で取得)
設定
このリポジトリをクローンします:
git clone https://github.com/Cyreslab-AI/flightradar-mcp-server.git cd flightradar-mcp-server依存関係をインストールします:
npm installサーバーを構築します。
npm run buildMCP 設定ファイルでサーバーを構成します。
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: landedAPIキーの設定
このサーバーを動作させるには、 AviationStack APIキーが必要です。aviationstack.com で無料のAPIキー(月間100リクエスト)を入手できます。
API キーは、MCP 設定構成でAVIATIONSTACK_API_KEYという名前の環境変数として提供する必要があります。
ライセンス
マサチューセッツ工科大学
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseBqualityFmaintenanceA Model Context Protocol server implementation that provides tools for querying flight information, weather data, and flight comfort metrics through Variflight services.84,22631ISC- AlicenseBqualityBmaintenanceAn MCP server using the AviationStack API to fetch real-time flight data, including airline flights, airport schedules, future flights and aircraft types.1224MIT
- Flicense-qualityDmaintenanceA Model Context Protocol (MCP) server built with mcp-framework that provides tools for flight-related operations. This appears to be a template or starter project with example tools that can be extended for flight search and booking functionality.1
- AlicenseAqualityDmaintenanceAn MCP server that provides flight search capabilities using the Aviasales API, allowing users to search, filter, and get details on flights and generate booking links.4GPL 3.0
Related MCP Connectors
Aviationstack MCP — global flight + airport + airline data
Geo-based flight search MCP server. Find more flights between any two places on earth
MCP (Model Context Protocol) server for Appwrite
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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