WebMCP Registry

search_lounges

verifiedv0.1

Search every airport lounge in the directory by name, airport, city, country or IATA code (e.g. 'Heathrow', 'Plaza Premium SIN', 'Centurion'). Returns a page of matches with airport, terminal, day-pass availability and a link to each lounge.

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

Input Schema

{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "page": {
      "type": "integer",
      "minimum": 1,
      "description": "Result page, 1-based"
    },
    "query": {
      "type": "string",
      "description": "Free-text search, e.g. 'Priority Pass LHR'"
    }
  }
}

Full Contract

{
  "name": "search_lounges",
  "description": "Search every airport lounge in the directory by name, airport, city, country or IATA code (e.g. 'Heathrow', 'Plaza Premium SIN', 'Centurion'). Returns a page of matches with airport, terminal, day-pass availability and a link to each lounge.",
  "inputSchema": {
    "type": "object",
    "required": [
      "query"
    ],
    "properties": {
      "page": {
        "type": "integer",
        "minimum": 1,
        "description": "Result page, 1-based"
      },
      "query": {
        "type": "string",
        "description": "Free-text search, e.g. 'Priority Pass LHR'"
      }
    }
  }
}

GET /api/tool/airportloungelist.com/search_lounges