Skip to main content
Glama

mcp-flights

Flights MCP — 实时飞机追踪 + 飞机/航线注册表

属于 Pipeworx 的一部分 — 一个将 AI 智能体连接到 1394+ 实时数据源的 MCP 网关。

工具

工具

描述

get_flights_in_area

按边界框查找地理区域内当前在飞的飞机。实时 ADS-B 数据,无需密钥。每架飞机返回:ICAO24 十六进制代码、呼号、注册号(机尾编号)、机型、位置、高度、地速、航向、垂直速率、应答机编码及任何紧急代码。适用于"现在 <地点> 上空有哪些飞机"、"<机场> 附近的飞机"、"X 附近是否有飞机应答机编码为 7700"。对于已知的单架飞机使用 get_aircraft;查询呼号执飞的航线使用 get_flight_route。

get_aircraft

按 ICAO24 应答机十六进制代码(例如 "a4d97e")查询一架飞机。返回注册信息 — 注册号/机尾编号、制造商、机型及注册所有者/运营商 — 以及当前正在广播时的实时位置。无需密钥。适用于"飞机 是什么"、"谁运营 "、" 现在在哪里"。如果只有航班号/呼号,请改用 get_flight_route。

get_flight_route

将航班呼号/航班号(例如 "UAL1"、"BAW117")解析为航空公司和计划航线 — 出发和到达机场,含名称、IATA/ICAO 代码和坐标。无需密钥。适用于"航班 X 从哪里飞到哪里"、" 执飞什么航线"、" 属于哪家航空公司"。与 get_flights_in_area 互补,后者提供当前头顶飞机的呼号。

get_arrivals

当前正在到达机场的飞机 — 实时 ADS-B,无需密钥。传入 ICAO 代码(例如 "KSFO"、"EGLL"),获取正在向机场下降的进港航班,按距离从近到远排列,含呼号、注册号、机型、高度、下降率和距机场距离。适用于"现在 <机场> 正在降落什么"、"<机场> 的进港航班"。这是实时画面,不是计划时刻表。(通过 begin/end 查询历史时间窗口需要 OpenSky 凭据,且仅在自托管时有效 — 从云出口无法访问 OpenSky。)

get_departures

当前正在离开机场的飞机 — 实时 ADS-B,无需密钥。传入 ICAO 代码(例如 "KSFO"、"EGLL"),获取正在从机场爬升的离港航班,按距离从近到远排列,含呼号、注册号、机型、高度、爬升率和距机场距离。适用于"<机场> 刚刚起飞了什么"、"<机场> 的离港航班"。这是实时画面,不是计划时刻表。(通过 begin/end 查询历史时间窗口需要 OpenSky 凭据,且仅在自托管时有效 — 从云出口无法访问 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