{
  "markdown": "# FlightQueue\n\nAirport intelligence for AI assistants. A hosted, remote **MCP server** at\n[`mcp.flightqueue.com`](https://mcp.flightqueue.com) covering security wait times and\nforecasts, FAA delays, EU Entry/Exit System border queues, lounges, terminals, aviation\nweather, and airline baggage performance for 8,000+ airports.\n\nNothing to install. Point any MCP-compatible client at the hosted URL.\n\n## Add it to your assistant\n\n**Claude Code**\n\n```bash\nclaude mcp add --transport http flightqueue https://mcp.flightqueue.com/mcp\n```\n\n**Claude Desktop, Cursor, Windsurf**\n\n```json\n{\n  \"mcpServers\": {\n    \"flightqueue\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"mcp-remote\", \"https://mcp.flightqueue.com/mcp\"]\n    }\n  }\n}\n```\n\n**Claude.ai and ChatGPT** — add a custom connector pointing at\n`https://mcp.flightqueue.com/mcp`.\n\n**Grok Build** — install the `flightqueue` plugin from the xAI plugin marketplace.\n\nFull per-client instructions: [mcp.flightqueue.com](https://mcp.flightqueue.com)\n\n## Sign-in\n\nOAuth 2.1 with PKCE. Your client runs the flow on first use and you sign in with a\nFlightQueue account. There is no anonymous access and no API-key header.\n\nA free account reaches 19 of the 22 tools. A\n[premium plan](https://flightqueue.com/pricing) unlocks forecasts, history and the live\nfeed.\n\n## Tools\n\nFree, with any signed-in account:\n\n| Tool | What it does |\n| --- | --- |\n| `search_airports` | Search 8,000+ airports by name, city, IATA or ICAO |\n| `get_airport_overview` | Location, terminals, runways, current delays |\n| `compare_airports` | Side-by-side wait and delay comparison |\n| `get_faa_delays` | Current US FAA delays, ground stops, weather impacts |\n| `get_airport_delays_summary` | FAA delay status for one airport |\n| `get_security_wait_estimate` | Current security wait snapshot |\n| `get_best_time_to_fly` | Recommended arrival window for a flight time |\n| `get_crowd_reports` | Recent traveller-submitted wait reports |\n| `get_airline_baggage_rankings` | Airlines ranked by mishandled-bag rate |\n| `get_airline_baggage_policy` | Carry-on and checked policy for an airline |\n| `get_ees_wait_times` | EU Entry/Exit System border waits across Schengen airports |\n| `get_ees_forecast` | 24h EES border forecast, entry vs exit |\n| `check_schengen_days` | Schengen 90/180 allowance and overstay projection |\n| `get_aviation_weather` | METAR, TAF and flight category |\n| `get_lounges` | Lounges by terminal, with access rules and amenities |\n| `get_terminals` | Terminals, their airlines and checkpoints |\n| `submit_wait_time_report` | Report an observed wait; feeds the shared model |\n| `create_wait_time_alert` | Alert when a wait crosses a threshold |\n| `discover_more_flight_tools` | Other FlightQueue MCP servers worth connecting |\n\nPremium:\n\n| Tool | What it does |\n| --- | --- |\n| `get_wait_time_predictions` | 24h and 7-day security wait forecasts |\n| `get_historical_wait_times` | 7-day and 90-day hourly history |\n| `get_live_wait_time` | Real-time scrape from 69+ airports |\n\nEvery tool is annotated. The two that write (`submit_wait_time_report`,\n`create_wait_time_alert`) are marked non-destructive: they add a report or an alert and\ndelete nothing.\n\n## Ask it things like\n\n- \"What is the security wait at JFK right now?\"\n- \"I have an 8am flight from ORD tomorrow, when should I arrive?\"\n- \"Are there any FAA ground stops today?\"\n- \"How long is the EES border queue at Lisbon?\"\n- \"Which airline loses the fewest checked bags?\"\n\n## Repository contents\n\nThis repo is manifests only; the server itself is hosted.\n\n| File | Purpose |\n| --- | --- |\n| `.mcp.json` | MCP server config |\n| `.grok-plugin/plugin.json` | xAI plugin marketplace |\n| `.claude-plugin/plugin.json` | Claude Code plugin marketplace |\n| `server.json` | Official MCP registry manifest |\n| `gemini-extension.json` | Gemini CLI extensions gallery |\n\n## Links\n\n- Docs: [mcp.flightqueue.com](https://mcp.flightqueue.com)\n- Website: [flightqueue.com](https://flightqueue.com)\n- Pricing: [flightqueue.com/pricing](https://flightqueue.com/pricing)\n- Privacy: [flightqueue.com/privacy](https://flightqueue.com/privacy)\n- Support: support@flightqueue.com\n\n## Licence\n\nMIT. Copyright Merchant Software Solutions Limited, company number 14098922, registered\nin England and Wales.\n",
  "bytes": 4273,
  "sha": "fe8623eeadf711c04c9be438d333629cb14a8a7a55262a11304b366f9076fb97",
  "repo_slug": "flight-queue/mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_flightqueue_flightqueue_b9dd1c21/readme"
}