npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

lufthaven

v0.1.6

Published

Flight data MCP server + CLI. Real-time flight tracking, airport weather, deals, and TSA wait times for AI agents and developers.

Downloads

49

Readme

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