
FlightQueue
- jackculpan/airport-index
FlightQueue is a MCP server that delivers TSA wait times, FAA delays, predictions, and baggage stats for 8,000+ airports to AI assistants via MCP.
About
FlightQueue MCP exposes airport operational intelligence—TSA security wait times with predictions, FAA delay context, and baggage-related stats—so an AI agent can answer “how early should I arrive?” or enrich a travel app with live-ish airport stress signals. Developers prototyping trip assistants, airport kiosks, or ops dashboards register https://mcp.flightqueue.com/mcp as a streamable-http remote and delegate lookups to tools instead of scraping disparate government and airport pages. The project ships from the airport-index GitHub repository under jackculpan with website mcp.flightqueue.com. Treat outputs as planning aids you validate against official sources before hard commitments; this MCP is a data bridge, not airline operations software.
- TSA wait times and predictions for airport departure planning
- FAA delay information grounded in federal operational feeds
- Baggage handling statistics across a broad airport index
- Coverage framed for 8,000+ airports in server description
- Streamable HTTP MCP at mcp.flightqueue.com (airport-index repo mcp-server)
FlightQueue by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http flightqueue https://mcp.flightqueue.com/mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | None |
| Repository | jackculpan/airport-index ↗ |
What it does
Pull TSA wait predictions, FAA delay signals, and baggage stats for airports into travel apps or agent trip-planning flows.
Who is it for?
Best when you're shipping travel assistants, airport info widgets, or agent workflows that need multi-airport operational context.
Skip if: Mission-critical airline operations control or legal SLAs that require certified avionics or airline-direct feeds only.
What you get
Once connected, your assistant can query consolidated airport wait, delay, and baggage signals through MCP tools during build or travel UX experiments.
- Agent-accessible TSA wait and prediction lookups
- FAA delay context for chosen airports
- Baggage statistic queries across broad airport coverage
By the numbers
- Server description cites 8,000+ airports
- Manifest version 0.1.0
- Remote URL https://mcp.flightqueue.com/mcp
Recommended MCP Servers
How it compares
Airport operations data MCP, not a seat map or award-pricing server.
FAQ
Who is FlightQueue for?
Developers building travel or airport information products who want TSA, FAA, and baggage stats callable from Claude Code, Cursor, or similar MCP clients.
When should I use FlightQueue?
Use it while integrating real airport wait and delay signals into a trip planner, notification bot, or grow-stage travel support feature.
How do I add FlightQueue to my agent?
Add the streamable HTTP MCP endpoint https://mcp.flightqueue.com/mcp to your agent’s MCP configuration following FlightQueue site docs.