AL
Airport Lounge List
/get_airport_lounges
Lounges at an airport
Get all airport lounges at a specific airport by IATA code. Returns every lounge at the airport with terminal location, amenities, access methods, and ratings.
liveverifiedunknown~5s typical
mcpprobedairportloungelist
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-airportloungelist-mcp-lounges /get_airport_lounges for me.
Input
| Field | Type | Description |
|---|---|---|
| iata* | string | Airport IATA code (e.g. LHR, JFK, SIN) |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-airportloungelist-mcp-lounges","endpoint":"/get_airport_lounges","input":{"iata":"..."}}'cli
npx cracked-ai run -p mcp-com-airportloungelist-mcp-lounges -e /get_airport_lounges -i '{"iata":"..."}'mcp
run_tool({ provider: "mcp-com-airportloungelist-mcp-lounges", endpoint: "/get_airport_lounges", input: {"iata":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.