Airport Lounge List MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Airport Lounge List MCP ServerWhich lounges at JFK can I access with Priority Pass?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Airport Lounge List MCP Server
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.
https://mcp.airportloungelist.com/mcpThere 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.
Install
Claude Code
claude mcp add airport-lounge-list --transport http https://mcp.airportloungelist.com/mcpClaude Desktop, Cursor, Windsurf, VS Code
{
"mcpServers": {
"airport-lounge-list": { "url": "https://mcp.airportloungelist.com/mcp" }
}
}Gemini CLI — this repository is a Gemini CLI extension:
gemini extensions install https://github.com/Airport-Lounge-List/mcp-serverClients without native remote-server support can bridge with
mcp-remote:
{
"mcpServers": {
"airport-lounge-list": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.airportloungelist.com/mcp"]
}
}
}Related MCP server: Travel Amadeus MCP Server
Try it
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.
Tools
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.
Transport and authentication
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.
Discovery documents
/.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 card
Related servers
Same team, same install pattern — each is a separate remote MCP server:
Server | Answers | Endpoint |
Can I redeem points for this flight? |
| |
Which seat should I pick? |
| |
How long is security right now? |
|
The discover_more_flight_tools tool returns the same list with install snippets.
Registry and plugin catalogs
Catalog | Entry |
Official MCP registry |
|
Claude plugin directory |
|
Grok Build plugin marketplace |
|
Gemini CLI extensions | this repo — see |
Network access and credentials
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.
About
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.
Website: https://airportloungelist.com
Support: hello@airportloungelist.com
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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI agents to search, browse, and book hotels from a database of 2 million properties worldwide. Provides comprehensive hotel search capabilities with location lookup, filtering by amenities, detailed property information, and integrated booking functionality.6791ISC
- AlicenseNot gradedqualityDmaintenanceProvides access to 50+ Amadeus Travel APIs for AI assistants to search and book flights, hotels, activities, and ground transfers, along with travel analytics, price predictions, and comprehensive travel reference data.10MIT
- AlicenseAqualityAmaintenanceEnables travel search workflows including airport lookup, route comparison, travel timing guidance, and external booking links with commission-eligible links.5281MIT

AirLabs MCP Serverofficial
AlicenseAqualityBmaintenanceProvides AI assistants with access to real-time flight data, airport schedules, delays, and aviation reference databases through natural language queries.1217MIT
Related MCP Connectors
AI credit card advisor - search cards, compare portfolios, and optimize rewards
Visa eligibility matcher and immigration intelligence for MCP-compatible AI assistants.
Flight search & booking for AI agents. 400+ airlines, $20-50 cheaper than OTAs.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Airport-Lounge-List/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server