Search 8,500+ airport lounges and check access by card or membership.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
A hosted Model Context Protocol server that lets an AI assistant answer the question every frequent flyer actually has: which lounge can I get into here, with the cards I already hold?
Search lounges at any airport, check access by credit card, membership, airline status or ticket class, compare networks like Priority Pass, and β once you sign in β log visits, write reviews and keep a wishlist.
There is nothing to install and no API key to copy. Add the URL to your MCP client and the tools appear. The eight lounge-data tools work immediately, with no account.
Claude Code
Claude Desktop, Cursor, Windsurf, VS Code
Gemini CLI β this repository is a Gemini CLI extension:
Clients without native remote-server support can bridge with
mcp-remote:
Which lounges at Heathrow Terminal 5 can I use with Priority Pass?
Does my Amex Platinum get me into the Centurion Lounge at LAX?
Compare Priority Pass and DragonPass coverage in Asia.
Log that I visited the Qantas First Lounge in Sydney yesterday and rate it 5.
21 tools β see TOOLS.md for the full table with titles and descriptions.
Eight are public and need no account: search_lounges, get_airport_lounges, get_lounge_details,
find_lounges_by_access, list_access_methods, list_networks, get_network_lounges,
discover_more_flight_tools.
The other thirteen read or change your own reviews, visits and wishlist, and need OAuth.
Every tool declares MCP title and annotations (readOnlyHint, destructiveHint, idempotentHint,
openWorldHint), so a client can tell a read from a write before it calls anything.
Streamable HTTP. SSE is not used.
Public tools need no token and are rate limited per IP address. Signing in lifts the limit.
Tools that touch your own data use OAuth 2.1 with PKCE and
RFC 7591 dynamic client registration, so a compliant client
registers itself and opens a browser for consent β no keys to paste. Scopes are read and write; the eight
mutating tools require write.
Calling a protected tool without a token returns 401 with a WWW-Authenticate header pointing at the
RFC 9728 protected-resource document, which is how your client
discovers the authorization server. initialize, tools/list and the public tools never return that challenge.
/.well-known/mcp.json β server card with the full tool list/.well-known/oauth-protected-resource/mcp β RFC 9728/.well-known/oauth-authorization-server β RFC 8414/auth.md β the OAuth flow written for an agent to follow/.well-known/agent-card.json β A2A agent cardSame team, same install pattern β each is a separate remote MCP server:
| Server | Answers | Endpoint |
|---|---|---|
| Award Travel Finder | Can I redeem points for this flight? | https://mcp.awardtravelfinder.com/mcp |
| FlightSeatMap | Which seat should I pick? | https://mcp.flightseatmap.com/mcp |
| FlightQueue | How long is security right now? | https://mcp.flightqueue.com/mcp |
The discover_more_flight_tools tool returns the same list with install snippets.
| Catalog | Entry |
|---|---|
| Official MCP registry | com.airportloungelist.mcp/lounges β see server.json |
| Claude plugin directory | airport-lounge-list β see .claude-plugin/plugin.json |
| Grok Build plugin marketplace | airport-lounge-list β see .grok-plugin/plugin.json |
| Gemini CLI extensions | this repo β see gemini-extension.json |
The plugin declares exactly one network endpoint, https://mcp.airportloungelist.com/mcp, configured in
.mcp.json. It ships no hooks, no scripts and no executable code β there is nothing to run
locally, so nothing reads your filesystem, environment or shell.
No credentials are needed for the eight public tools. The thirteen account tools use OAuth 2.1: your client registers itself and opens a browser for consent, and the resulting token is held by your client. We never see a password, and you can revoke access at any time from your account settings.
Server code is not open source; this repository is the public home for the server's metadata and documentation.
Operated by Merchant Software Solutions Limited, registered in England and Wales, company number 14098922.
Documentation and metadata in this repository are MIT licensed (see LICENSE). The lounge data served by the endpoint is proprietary and covered by the terms of service.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/airport-lounge-list)<a href="https://allmcps.com/mcp/airport-lounge-list"><img src="https://allmcps.com/api/badge/airport-lounge-list?style=directory" alt="Airport Lounge List on AllMCPs" /></a>