← 返回
未分类 中文

Pipeworx flights

Live aircraft tracking — flights in a geographic area, individual aircraft by transponder, and airport arrivals/departures via OpenSky Network
实时飞机追踪——监控指定区域的航班、按应答器定位单机飞机、并通过OpenSky网络获取机场起降信息
b-gutman
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 356
下载
💾 0
安装
1
版本
#latest

概述

Flight Tracking (OpenSky Network)

Real-time flight data from the OpenSky Network. Track aircraft by transponder address, query all flights within a geographic bounding box, or pull arrival and departure lists for any airport. Free and open, no API key needed.

Tools

ToolDescription
-------------------
get_flights_in_areaAll aircraft currently in a lat/lon bounding box
get_aircraftTrack a specific aircraft by ICAO24 hex address (e.g., "a0b1c2")
get_arrivalsRecent arrivals at an airport by ICAO code (e.g., "KLAX") within a time range
get_departuresRecent departures from an airport by ICAO code within a time range

When to use

  • "What planes are flying over Manhattan right now?" — define a bounding box around NYC
  • Tracking a specific flight by its transponder code
  • Building an airport dashboard showing recent arrivals and departures
  • Aviation research or ADS-B data analysis

Example: flights over London

curl -s -X POST https://gateway.pipeworx.io/flights/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_flights_in_area","arguments":{"lamin":51.3,"lomin":-0.5,"lamax":51.7,"lomax":0.3}}}'

Returns ICAO24 address, callsign, origin country, altitude, velocity, heading, and position for each aircraft.

MCP config

{
  "mcpServers": {
    "pipeworx-flights": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/flights/mcp"]
    }
  }
}

Notes

  • Time ranges for arrivals/departures use Unix timestamps and are limited to 7-day windows
  • The API updates aircraft positions roughly every 10 seconds
  • Anonymous access is rate-limited; data may be slightly delayed

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 16:27 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Pipeworx fruityvice

b-gutman
水果营养数据——每100克热量、糖分、脂肪、蛋白质和碳水化合物(来源:Fruityvice)
★ 0 📥 389

Pipeworx gutendex

b-gutman
在 Gutendex 上搜索古登堡七万多本免费电子书,支持按标题、作者、主题或热度查询。
★ 0 📥 388

Pipeworx emojihub

b-gutman
按类别浏览获取表情符号,支持随机、笑脸、动物、食物、旗帜等
★ 0 📥 401