mcp-flights
mcp-flights
Flights MCP — 航空機のライブ追跡 + 航空機・路線レジストリ
Pipeworx の一部 — AI エージェントを 1394+ のライブデータソースに接続する MCP ゲートウェイ。
ツール
ツール | 説明 |
| バウンディングボックスで指定した地理的領域内で、現在飛行中の航空機を検索します。LIVE ADS-B データを使用し、API キーは不要です。航空機ごとに、ICAO24 hex、コールサイン、登録記号(尾翼番号)、航空機種、位置、高度、対地速度、機首方位、垂直速度、スクワーク、緊急コードを返します。「<場所> の上空に今何が飛んでいるか」「<空港>の近くの航空機」「X 付近で 7700 をスコークしている機体があるか」といった用途に使えます。特定飛行機のついて1機の機体を調べるには get_aircraft を、コールサインの航路を知るには get_flight_route を使ってください。 |
| ICAO24 トランスポンダ hex(例: "a4d97e")で1機の航空機を検索します。登録情報 — 登録番号/尾部、製造者、機種、登録済みの所有者/運航者 — に加え、現在送信中ならその機体の LIVE 位置も返します。API キーは不要です。「機体 は何か」「 を運航しているのは誰か」「 は今どこにいるか」といった検索向けです。便名/コールサインしか分からない場合は、代わりに get_flight_route を使用してください。 |
| 便のコールサイン/便名(例: 「UAL1」「BAW117」)を、航空会社と、便名の運航区間(出発地と目的地の空港名、IATA/ICAO コード、緯度経度)に解決します。API キーは不要です。「便名あるいは便名、そこはどう飛ぶか」「さて <コールサイン> のなら美しい」「<コールサイン> はどの航空会社か」の入力に使えます。上空にいる各機体のコールサイン情報は get_flights_in_area の同伴します。 |
| 現在空港に到着しつつある航空機をライブで ADS-B で検索。API キー不要。ICAO コード(例: "CA")を渡すと、空港に向けて降下し始めた着陸機を近い順に、コールサイン、登録番号、機種、高度、降下率、残り距離とともに返します。「<空港>から今着陸中」「<空港>へ向かう便」の用途に。これはライブの状況であって、定時刻の時刻表ではありません。(履歴分は begin/end で指定できますが、OpenSS の認証とセルフホストが必要です(クラウドの外部からは OpenSky に到達できません)。) |
| 現在まさに離陸した航空機をライブで ADS-B で検索。API キー不要。ICAO コード(例: "EGLL")を渡すと、離陸して上昇中の機を近い順に、コールサイン、登録番号、機種、高度、上昇率、数秒ととともに返します。「<空港> から今離陸した機」「<空港>発の出発便」などの表に。現在のライブ状態であって、定期発時刻表ではありません。(begin/end での過去分は OpenSky のアカウントが必要になります(国内も含めてセルフホストのみ)。) |
Related MCP server: Skyfly MCP Server
クイックスタート
MCP 対応クライアント(Claude Desktop、Cursor、Windsurf など)に追加します:
{
"mcpServers": {
"flights": {
"url": "https://gateway.pipeworx.io/flights/mcp"
}
}
}あるいは Pipeworx の完全なゲートウェイに接続することで、1394+ 全データソースを利用できます:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}ask_pipeworx で使用
ツールを直接呼び出さずに、普通の英語の文章で質問することもできます:
ask_pipeworx({ question: "your question about Flights data" })ゲートウェイが正しいツールを選び、引数を自動的に埋めます。
詳細
ライセンス
MIT
This server cannot be installed
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
- AlicenseBqualityDmaintenanceProvides access to real-time and historical flight data from Flightradar24 API, enabling users to track live aircraft positions, query flight histories, and retrieve comprehensive aviation information including aircraft, airline, and airport details.1517MIT
- AlicenseNot gradedqualityDmaintenanceProvides real-time aircraft tracking data from OpenSky Network combined with FAA aircraft registry information, enabling rich aviation queries that merge live flight positions with technical specifications.1MIT
- AlicenseNot gradedqualityDmaintenanceProvides AI assistants with real-time aircraft tracking, FAA registration, and OpenSky flight data through the Model Context Protocol.1MIT
- AlicenseAqualityCmaintenanceExposes real-time ADS-B aircraft data from a feeder, enabling natural language queries for aircraft positions, receiver statistics, and flight searches.69GPL 3.0
Related MCP Connectors
OpenSky MCP — OpenSky Network API (free, no auth for anonymous access)
Read-only access to live ADSBiq aircraft and network state, with community contribution metadata.
Aircraft registry search, flight history, and analytics powered by ADS-B Exchange data.
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/pipeworx-io/mcp-flights'
If you have feedback or need assistance with the MCP directory API, please join our Discord server