机场
AI代理和开发人员的飞行数据。实时跟踪、天气、交易和TSA等待时间。
不需要API密钥。
所得
flight_status--实时航班状态、登机口、延误、实时GPS位置airport_search--按名称、代码或城市查找机场live_aircraft--目前在某一地区飞行的飞机airport_weather--METAR条件和飞行规则airport_delays--美国联邦航空局地面延误计划flight_deals--从始发地出发的廉价航班交易tsa_wait_times--TSA安检等待时间flight_trail--飞行路径/位置历史
需求
- Node.js 18或更高版本
安装
克劳德代码(插件)
添加市场:
/plugin marketplace add Lufthaven/lufthaven-mcp安装插件:
/plugin install lufthaven@lufthaven重新加载插件:
/reload-plugins克劳德代码(MCP)
或者直接添加为MCP服务器:
claude mcp add lufthaven -- npx -y -p lufthaven lufthaven-mcp克劳德桌面
添加 claude_desktop_config.json:
{
"mcpServers": {
"lufthaven": {
"command": "npx",
"args": ["-y", "-p", "lufthaven", "lufthaven-mcp"]
}
}
}法典
添加到您的项目 codex.json 或全局MCP配置:
{
"mcpServers": {
"lufthaven": {
"command": "npx",
"args": ["-y", "-p", "lufthaven", "lufthaven-mcp"]
}
}
}ChatGPT
设置→ 连接器→ 创建,然后粘贴:
https://lufthaven-mcp.workers.dev/mcp然后尝试:
What's the status of UA444?
Are there any delays at JFK right now?
Find me cheap flights from SFO to Tokyo.
What's the weather at Heathrow?命令行界面
也可作为独立CLI使用:
npx lufthaven flight UA444
npx lufthaven weather KJFK
npx lufthaven deals SFO --to NRT
npx lufthaven tsa LAX
npx lufthaven live --airport KLAX
npx lufthaven delays
npx lufthaven airport "san francisco"所有命令支持 --json 用于原始JSON输出。
数据
- 直播ADS-B --来自全球社区接收器的实时飞机位置
- FAA游泳 --美国联邦航空管理局数据直接提供美国航班状态
- 天气 --来自aviationweather.gov的METAR/TAF
- 延误 --FAA NAS地面延迟计划
- 交易 --谷歌航班价格监控
- 运输安全管理局 --机场安检等待时间
许可证
麻省理工学院
