LIVE ENDPOINT
https://mcp.airportloungelist.com/mcp
Connect to this endpoint to inspect the live schema for add_to_wishlist and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
search_lounges— Search airport lounges worldwide by name, airport name, IATA code, city, or country.get_airport_lounges— Get all airport lounges at a specific airport by IATA code.get_lounge_details— Get detailed information about a specific airport lounge by its slug.find_lounges_by_access— Find all airport lounges accessible with a specific credit card, membership program, airline club, alliance status, or ticket class.list_access_methods— List 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.list_networks— List all lounge networks (Priority Pass, LoungeKey, DragonPass, Plaza Premium, Amex Centurion) with their descriptions and total lounge counts.get_network_lounges— Get all lounges in a specific lounge network.discover_more_flight_tools— Discover other flight & travel MCP servers you can add to your client.