Odel
FlightQueue

FlightQueue

@flight-queueMITUpdated 5 days ago

Airport security wait times, forecasts, FAA delays, EES border queues and baggage stats.

View on GitHub
Server endpointStreamable HTTPOAuthProbed

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

FlightQueue

Airport intelligence for AI assistants. A hosted, remote MCP server at mcp.flightqueue.com covering security wait times and forecasts, FAA delays, EU Entry/Exit System border queues, lounges, terminals, aviation weather, and airline baggage performance for 8,000+ airports.

Nothing to install. Point any MCP-compatible client at the hosted URL.

Add it to your assistant

Claude Code

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

Claude Desktop, Cursor, Windsurf

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

Claude.ai and ChatGPT — add a custom connector pointing at https://mcp.flightqueue.com/mcp.

Grok Build — install the flightqueue plugin from the xAI plugin marketplace.

Full per-client instructions: mcp.flightqueue.com

Sign-in

OAuth 2.1 with PKCE. Your client runs the flow on first use and you sign in with a FlightQueue account. There is no anonymous access and no API-key header.

A free account reaches 19 of the 22 tools. A premium plan unlocks forecasts, history and the live feed.

Tools

Free, with any signed-in account:

ToolWhat it does
search_airportsSearch 8,000+ airports by name, city, IATA or ICAO
get_airport_overviewLocation, terminals, runways, current delays
compare_airportsSide-by-side wait and delay comparison
get_faa_delaysCurrent US FAA delays, ground stops, weather impacts
get_airport_delays_summaryFAA delay status for one airport
get_security_wait_estimateCurrent security wait snapshot
get_best_time_to_flyRecommended arrival window for a flight time
get_crowd_reportsRecent traveller-submitted wait reports
get_airline_baggage_rankingsAirlines ranked by mishandled-bag rate
get_airline_baggage_policyCarry-on and checked policy for an airline
get_ees_wait_timesEU Entry/Exit System border waits across Schengen airports
get_ees_forecast24h EES border forecast, entry vs exit
check_schengen_daysSchengen 90/180 allowance and overstay projection
get_aviation_weatherMETAR, TAF and flight category
get_loungesLounges by terminal, with access rules and amenities
get_terminalsTerminals, their airlines and checkpoints
submit_wait_time_reportReport an observed wait; feeds the shared model
create_wait_time_alertAlert when a wait crosses a threshold
discover_more_flight_toolsOther FlightQueue MCP servers worth connecting

Premium:

ToolWhat it does
get_wait_time_predictions24h and 7-day security wait forecasts
get_historical_wait_times7-day and 90-day hourly history
get_live_wait_timeReal-time scrape from 69+ airports

Every tool is annotated. The two that write (submit_wait_time_report, create_wait_time_alert) are marked non-destructive: they add a report or an alert and delete nothing.

Ask it things like

  • "What is the security wait at JFK right now?"
  • "I have an 8am flight from ORD tomorrow, when should I arrive?"
  • "Are there any FAA ground stops today?"
  • "How long is the EES border queue at Lisbon?"
  • "Which airline loses the fewest checked bags?"

Repository contents

This repo is manifests only; the server itself is hosted.

FilePurpose
.mcp.jsonMCP server config
.grok-plugin/plugin.jsonxAI plugin marketplace
.claude-plugin/plugin.jsonClaude Code plugin marketplace
server.jsonOfficial MCP registry manifest
gemini-extension.jsonGemini CLI extensions gallery

Links

Licence

MIT. Copyright Merchant Software Solutions Limited, company number 14098922, registered in England and Wales.