Skip to content
Back to search
100
MCP v0.1.4 MCP 2025-11-25 streamable-http

ai.gondola/gondola

ai.gondola/gondola

Travel award search: compare cash vs points on hotels, flights & cars, cents-per-point, and book.

Uptime
16.4%
61 probes
Response
1818ms
last probe
Tools
28
callable
Resources
0
readable
Prompts
0
available

Tools · 28

search_hotels

Search for hotels by location and dates with cash AND points pricing. Returns hotels with side-by-side cash vs points rates, cents-per-point (CPP) valuation, and deal scores so you can recomm…

get_hotel_details

Get detailed information, room types, and rates for a specific hotel. Use this after search_hotels to get full details for a hotel the user is interested in. Returns room options with pricing…

compare_rates

Compare cash vs points rates across multiple hotels side-by-side. Use this after search_hotels to help a user decide between their top hotel picks. Returns a comparison table with cash rate, …

get_booking_link

Get booking options for a hotel. Returns a link to Gondola's checkout for this hotel, where the traveler reviews the room and completes payment on the web. This is the booking path for this c…

get_rate_alerts

Get all active rate alerts for the current user. Returns the user's rate alerts showing which hotels they're monitoring for price drops. Requires a Gondola account with an API key. Retur…

get_upcoming_trips

Get the user's upcoming trips including hotel stays, flights, and car rentals. Returns a summary of all upcoming travel reservations with dates, confirmation numbers, status, costs/rates, loy…

get_past_trips

Get the user's past trips including hotel stays and flights. Returns a summary of past travel reservations with dates, confirmation numbers, status, costs, loyalty programs, routes, airlines,…

get_loyalty_accounts

Get the user's hotel and airline loyalty accounts with points balances and values. Returns all linked loyalty accounts including current points balance, tier status, estimated cash value, rec…

get_free_night_credits

Get the user's free night certificates (award nights) across loyalty programs. Returns each certificate's program, how many remain, what it covers, when it expires, and whether a points top-u…

predict_price

Predict whether now is a good time to book a hotel, or if the user should wait for a better price. Uses historical price data and trends to assess whether the current price is a good deal. Ca…

get_hotel_stats

Get pricing analytics and percentile data for a hotel rate. Use this to help users understand if a rate is a good deal. Shows how the cash rate and points redemption value compare historicall…

get_multi_night_rates

Get a rate calendar showing prices across a date range for a hotel. Use this when a user has flexible dates and wants to find the cheapest time to stay. Shows cash rates, points rates, and va…

get_similar_hotels

Find hotels similar to one the user is looking at. Use this when a user wants alternatives, comparisons, or asks "show me hotels like this one." Args: hotel_id: The hotel's Vervotech…

optimize_loyalty_portfolio

Analyze the user's whole loyalty portfolio and surface the highest-value actions. Trip-independent. Looks across every loyalty program the user holds — plus the transferable card currencies (…

search_flights

Search for flights by route and date and return cash-priced options. Results are ranked for the traveler by the search backend — weighing their airline loyalty/status and travel history along…

search_vehicles

Search for rental vehicles at an airport or city. Args: pickup_location: Airport IATA code (e.g. "LAX", "JFK", "SFO"). pickup_datetime: Pickup date and time in ISO format (e.g. "2…

get_vehicle_details

Get detailed information about a specific rental vehicle option. Use this after search_vehicles to get extras, insurance options, charges, and cancellation policy. Args: vendor_code:…

get_vehicle_booking

Get details for a specific vehicle booking. Args: booking_id: The Gondola booking ID (confirmation number). Returns: Vehicle booking details including vendor, pickup/dropoff,…

get_vehicle_booking_link

Get a Gondola.ai deep link for a specific vehicle from search results. Returns a link to Gondola's checkout for this vehicle, where the traveler reviews the rate and completes the reservation…

credit_card_coverage

Look up rental car CDW/LDW coverage provided by a credit card. Provide EITHER credit_card_product_name OR card_number_bin + card_provider. Args: credit_card_product_name: Exact card …

get_vehicle_booking_coverage

Get the rental car CDW/LDW coverage stored at booking time for a vehicle booking. Args: booking_id: The Gondola booking ID of the vehicle booking. Returns: Coverage details s…

get_hotel_reviews

Get guest reviews for a specific hotel. Use this to help users understand what other guests thought about a hotel. Returns up to 10 recent reviews with ratings and comments. Args: …

get_suggested_searches

Get personalized travel suggestions and trip inspiration. Returns curated hotel recommendations based on the user's preferences, recent searches, popular destinations, and upcoming holidays. …

get_booking

Get details for a specific hotel booking. Args: booking_id: The booking ID or confirmation number. Returns: Booking details including hotel, dates, room, rate, and status. …

diagnose_rates

Diagnose rate availability and source statuses for a specific hotel. Use this to investigate why certain rates (e.g. AAA, member, points) are or aren't showing for a property. Shows per-suppl…

get_travel_profiles

Get the user's saved travel profiles (guest name, email, and phone presets). Each profile has a selectable Profile ID, which prefills the guest name, email, and phone at checkout so the trave…

get_traveler_context

Get the user's saved travel context to personalize recommendations. Returns the user's loyalty programs and elite tiers, home airport, preferred airlines and cabin, preferred hotel chains, ty…

update_traveler_profile

Save a learned travel preference or experience to the user's traveler profile. Use when the user shares a durable preference, like, dislike, or trip experience that should inform future recom…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ai.gondola/gondola": {
      "url": "https://mcp.gondola.ai/mcp",
      "transport": "streamable-http"
    }
  }
}