
Airport Lounge List
Search 8,500+ airport lounges and check access by card or membership.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Search 8,500+ airport lounges and check access by card or membership.
Список инструментов сервера (21)
Технические названия из tools/list. Нужны только разработчикам.
| search_lounges | Search airport lounges worldwide by name, airport name, IATA code, city, or country. Returns matching lounges with amenities, access methods, and ratings. Use this to find specific lounges or discover lounges in a location. |
| get_airport_lounges | 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. |
| get_lounge_details | Get detailed information about a specific airport lounge by its slug. Returns full description, amenities, access methods, opening hours, capacity, ratings, and reviews count. |
| find_lounges_by_access | Find all airport lounges accessible with a specific credit card, membership program, airline club, alliance status, or ticket class. For example, find all lounges you can access with your Amex Platinum or Priority Pass membership. |
| 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. Returns every lounge that accepts a particular network membership (e.g. all Priority Pass lounges worldwide). |
| discover_more_flight_tools | Discover other flight & travel MCP servers you can add to your client. Lists complementary remote MCPs covering award flights/points redemptions, aircraft seatmaps, and airport delays/wait times — with one-line install URLs. Call this when the user asks about points/miles, seat selection, airport delays/security waits, or 'what other flight tools are there?' |
| get_my_profile | Get your Airport Lounge List profile — username, stats (reviews, visits, wishlisted lounges), and recent activity. |
| get_my_passport | Get your lounge passport — stats (lounges visited, airports, countries, reviews), country stamps, full visit history, and your reviews. Includes a shareable passport URL when your profile is public. |
| get_my_reviews | Get your lounge reviews, including pending ones. Returns rating, content, approval status, and lounge info. |
| write_review | Write a review for a lounge. Requires the lounge slug, a rating (1-5), and review text (min 10 characters). |
| update_review | Update your review of a lounge — change the rating and/or the text. Identify the review by lounge_slug. |
| delete_review | Delete your review of a lounge. Identify it by lounge_slug. |
| get_my_visits | Get your visited lounges list with dates and notes. |
| mark_lounge_visited | Log a lounge visit (check in). Identify the lounge by its slug OR by lounge_name + airport_iata. Optionally add a 1-5 rating and notes. Idempotent: logging the same lounge on the same date updates the existing visit's rating/notes instead of creating a duplicate. |
| update_visit | Update one of your logged lounge visits — change the rating, notes, or date. Identify the visit by lounge_slug; if you have multiple visits to the same lounge, pass visited_at to pick the one to update. |
| delete_visit | Delete one of your logged lounge visits. Identify it by lounge_slug; pass visited_at to pick a specific date if you have multiple visits to the same lounge. |
| get_my_wishlist | Get your lounge wishlist — lounges you want to visit. |
| add_to_wishlist | Add a lounge to your wishlist. Idempotent — adding a lounge already on your wishlist is a no-op. |
| remove_from_wishlist | Remove a lounge from your wishlist. |