Model Context Protocol

FlightQueue MCP

Airport intelligence for your AI. TSA wait times, predictions, FAA delays, baggage stats & live data for 8,000+ airports — directly inside Claude, ChatGPT, Cursor, and Windsurf.

Server URL
https://mcp.flightqueue.com/mcp
Transport Streamable HTTP
Auth OAuth 2.1
Status Online
🎫
Sign in once with OAuth — your AI assistant opens a flightqueue.com login window, you click Allow, and you’re done. Free tier gets 50 calls/month; paid plans unlock 24h forecasts and live wait times. See pricing →
Setup

One-click via OAuth — Claude.ai walks you through sign-in.

  1. Open claude.ai → Settings → Connectors
  2. Click Add custom connector
  3. URL: https://mcp.flightqueue.com/mcp
  4. Save — Claude opens a flightqueue.com login window. Sign in and click Allow.
  5. FlightQueue tools appear in the connectors menu inside any chat.

Claude Desktop talks to remote MCP servers through the mcp-remote bridge, which handles the OAuth handshake for you. Open Settings → Developer → Edit Config and add to claude_desktop_config.json:

{
  "mcpServers": {
    "flightqueue": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.flightqueue.com/mcp"]
    }
  }
}

Restart Claude Desktop. A browser window opens for sign-in on first launch; after that, FlightQueue tools appear in the tools menu.

Run in your terminal:

claude mcp add --transport http flightqueue https://mcp.flightqueue.com/mcp

Claude Code triggers the OAuth flow on first use — sign in to flightqueue.com, click Allow, and the tools are ready.

  1. Enable Developer mode in ChatGPT settings
  2. Open Settings → Connectors → Add custom connector
  3. URL: https://mcp.flightqueue.com/mcp
  4. Save — ChatGPT opens a flightqueue.com login window. Sign in and click Allow.

Cursor: Settings → MCP → Add new global server. Windsurf: Settings → Cascade → MCP → Add custom server. Both clients route OAuth through the mcp-remote bridge:

{
  "mcpServers": {
    "flightqueue": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.flightqueue.com/mcp"]
    }
  }
}

Sign-in opens in your browser on first connect. See Cursor MCP docs or Windsurf MCP docs for the latest config path.

What you can ask

Drop these straight into Claude or ChatGPT once the server is connected.

Available tools

13 tools. Tier is read from your flightqueue.com account at sign-in. Free tools work on every plan; Paid tools require an active subscription.

search_airports
Directory search across 8,000+ airports by name, IATA/ICAO code, city, or country.
Free
get_airport_overview
Snapshot for any airport: location, terminals, current delays, runways.
Free
compare_airports
Side-by-side wait times and delay status for 2–5 airports at once.
Free
get_faa_delays
Live FAA delays, ground stops, and weather impacts across major US airports.
Free
get_airport_delays_summary
Single-airport FAA delay status with cause and average delay length.
Free
get_airline_baggage_rankings
Leaderboard ranking airlines by mishandled-bag rate (DOT data).
Free
get_airline_baggage_policy
Per-airline carry-on / checked policies plus lost-bag stats.
Free
get_security_wait_estimate
Current TSA wait snapshot built from crowd reports and historical patterns.
Free
get_best_time_to_fly
Best-time-to-arrive recommendation for a flight (3 alternatives on paid plans).
Free
get_crowd_reports
Recent user-submitted wait time reports for a terminal/checkpoint.
Free
get_wait_time_predictions
24h or 168h forecast of security wait times — the headline product.
Paid
get_historical_wait_times
7-day or 90-day historical wait patterns by hour and day of week.
Paid
get_live_wait_time
Real-time wait scrape for 47 airports with dedicated live feeds.
Paid