General Tools
airportloungelist.com
Provides a searchable database of airport lounges worldwide with details and access methods.
ENDPOINT 1
https://mcp.airportloungelist.com/mcp
MCP server metadata
- Name
- AirportLoungeList
- Version
- 0.7.0
Known tools 21
search_loungesSearch airport lounges worldwide by name, airport name, IATA code, city, or country.
Inferred read-onlyget_lounge_detailsGet detailed information about a specific airport lounge by its slug.
Inferred read-onlyfind_lounges_by_accessFind all airport lounges accessible with a specific credit card, membership program, airline club, alliance status, or ticket class.
Inferred read-onlylist_access_methodsList all available lounge access methods including credit cards (Amex Platinum, Chase Sapphire Reserve, etc.), membership programs (Priority Pass, LoungeKey, etc.), airline clubs, alliance status levels, and ticket classes.
Inferred read-onlylist_networksList all lounge networks (Priority Pass, LoungeKey, DragonPass, Plaza Premium, Amex Centurion) with their descriptions and total lounge counts.
Inferred read-onlydiscover_more_flight_toolsDiscover other flight & travel MCP servers you can add to your client.
Inferred read-onlyget_my_profileGet your Airport Lounge List profile — username, stats (reviews, visits, wishlisted lounges), and recent activity.
Inferred read-onlyget_my_passportGet your lounge passport — stats (lounges visited, airports, countries, reviews), country stamps, full visit history, and your reviews.
Inferred read-onlyupdate_reviewUpdate your review of a lounge — change the rating and/or the text.
Potential side effectsupdate_visitUpdate one of your logged lounge visits — change the rating, notes, or date.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.airportloungelist]
url = "https://mcp.airportloungelist.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"airportloungelist": {
"type": "http",
"url": "https://mcp.airportloungelist.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: airportloungelist
Remote MCP URL: https://mcp.airportloungelist.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"airportloungelist": {
"url": "https://mcp.airportloungelist.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"airportloungelist": {
"type": "http",
"url": "https://mcp.airportloungelist.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "airportloungelist",
"transport": "streamable-http",
"url": "https://mcp.airportloungelist.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.