WebMCP Registry

get_airport_lounges

verifiedv0.1

List every lounge at one airport by its 3-letter IATA code (e.g. 'LHR', 'SIN', 'JFK'), plus the airport's location and lounge count.

Updated 8/29/2026 · Created 8/29/2026

Input Schema

{
  "type": "object",
  "required": [
    "iata"
  ],
  "properties": {
    "iata": {
      "type": "string",
      "description": "3-letter IATA airport code"
    }
  }
}

Full Contract

{
  "name": "get_airport_lounges",
  "description": "List every lounge at one airport by its 3-letter IATA code (e.g. 'LHR', 'SIN', 'JFK'), plus the airport's location and lounge count.",
  "inputSchema": {
    "type": "object",
    "required": [
      "iata"
    ],
    "properties": {
      "iata": {
        "type": "string",
        "description": "3-letter IATA airport code"
      }
    }
  }
}

GET /api/tool/airportloungelist.com/get_airport_lounges