Lufthaven
БесплатноНе проверенProvides real-time flight status, airport weather, delays, cheap flight deals, and TSA wait times without requiring an API key.
Описание
Provides real-time flight status, airport weather, delays, cheap flight deals, and TSA wait times without requiring an API key.
README
Flight data for AI agents and developers. Real-time tracking, weather, deals, and TSA wait times.
No API key required.
What You Get
flight_status— real-time flight status, gates, delays, live GPS positionairport_search— find airports by name, code, or citylive_aircraft— aircraft currently flying in an areaairport_weather— METAR conditions and flight rulesairport_delays— FAA ground delay programsflight_deals— cheap flight deals from an origintsa_wait_times— TSA security checkpoint wait timesflight_trail— flight path / position history
Requirements
- Node.js 18 or later
Install
Claude Code (plugin)
Add the marketplace:
/plugin marketplace add Lufthaven/lufthaven-mcp
Install the plugin:
/plugin install lufthaven@lufthaven
Reload plugins:
/reload-plugins
Claude Code (MCP)
Or add directly as an MCP server:
claude mcp add lufthaven -- npx -y -p lufthaven lufthaven-mcp
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"lufthaven": {
"command": "npx",
"args": ["-y", "-p", "lufthaven", "lufthaven-mcp"]
}
}
}
Codex
Add to your project's codex.json or global MCP config:
{
"mcpServers": {
"lufthaven": {
"command": "npx",
"args": ["-y", "-p", "lufthaven", "lufthaven-mcp"]
}
}
}
ChatGPT
Settings → Connectors → Create, then paste:
https://lufthaven-mcp.workers.dev/mcp
Then try:
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
Also works as a standalone 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"
All commands support --json for raw JSON output.
Data
- Live ADS-B — real-time aircraft positions from community receivers worldwide
- FAA SWIM — US flight status direct from FAA data feeds
- Weather — METAR/TAF from aviationweather.gov
- Delays — FAA NAS ground delay programs
- Deals — Google Flights price monitoring
- TSA — airport security checkpoint wait times
License
MIT
Установка Lufthaven
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Lufthaven/lufthaven-mcpFAQ
Lufthaven MCP бесплатный?
Да, Lufthaven MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Lufthaven?
Нет, Lufthaven работает без API-ключей и переменных окружения.
Lufthaven — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Lufthaven в Claude Desktop, Claude Code или Cursor?
Открой Lufthaven на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Lufthaven with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
