Skip to main content
Glama

mcp-flights

Flights MCP — 航空機のライブ追跡 + 航空機・路線レジストリ

Pipeworx の一部 — AI エージェントを 1394+ のライブデータソースに接続する MCP ゲートウェイ。

ツール

ツール

説明

get_flights_in_area

バウンディングボックスで指定した地理的領域内で、現在飛行中の航空機を検索します。LIVE ADS-B データを使用し、API キーは不要です。航空機ごとに、ICAO24 hex、コールサイン、登録記号(尾翼番号)、航空機種、位置、高度、対地速度、機首方位、垂直速度、スクワーク、緊急コードを返します。「<場所> の上空に今何が飛んでいるか」「<空港>の近くの航空機」「X 付近で 7700 をスコークしている機体があるか」といった用途に使えます。特定飛行機のついて1機の機体を調べるには get_aircraft を、コールサインの航路を知るには get_flight_route を使ってください。

get_aircraft

ICAO24 トランスポンダ hex(例: "a4d97e")で1機の航空機を検索します。登録情報 — 登録番号/尾部、製造者、機種、登録済みの所有者/運航者 — に加え、現在送信中ならその機体の LIVE 位置も返します。API キーは不要です。「機体 は何か」「 を運航しているのは誰か」「 は今どこにいるか」といった検索向けです。便名/コールサインしか分からない場合は、代わりに get_flight_route を使用してください。

get_flight_route

便のコールサイン/便名(例: 「UAL1」「BAW117」)を、航空会社と、便名の運航区間(出発地と目的地の空港名、IATA/ICAO コード、緯度経度)に解決します。API キーは不要です。「便名あるいは便名、そこはどう飛ぶか」「さて <コールサイン> のなら美しい」「<コールサイン> はどの航空会社か」の入力に使えます。上空にいる各機体のコールサイン情報は get_flights_in_area の同伴します。

get_arrivals

現在空港に到着しつつある航空機をライブで ADS-B で検索。API キー不要。ICAO コード(例: "CA")を渡すと、空港に向けて降下し始めた着陸機を近い順に、コールサイン、登録番号、機種、高度、降下率、残り距離とともに返します。「<空港>から今着陸中」「<空港>へ向かう便」の用途に。これはライブの状況であって、定時刻の時刻表ではありません。(履歴分は begin/end で指定できますが、OpenSS の認証とセルフホストが必要です(クラウドの外部からは OpenSky に到達できません)。)

get_departures

現在まさに離陸した航空機をライブで 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

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    B
    quality
    D
    maintenance
    Provides 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.
    15
    17
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides 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.
    1
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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