Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Provides real-time flight status, airport weather, delays, cheap flight deals, and TSA wait times without requiring an API key.

README.md

Lufthaven

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 position
  • airport_search — find airports by name, code, or city
  • live_aircraft — aircraft currently flying in an area
  • airport_weather — METAR conditions and flight rules
  • airport_delays — FAA ground delay programs
  • flight_deals — cheap flight deals from an origin
  • tsa_wait_times — TSA security checkpoint wait times
  • flight_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

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Maps & Location servers.