Skip to content
Back to search
100
MCP live v0.1.1 streamable-http

ai.gondola/gondola

ai.gondola/gondola

Book hotels and rental cars, triple stacking loyalty points, credit card points, and Gondola Cash.

Uptime
50.0%
2 probes
Response
1254ms
last probe
Tools
31
callable

Tools · 31

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. Presents two explicit booking paths so the path is settled up front rather than discovered mid-conversation: 1. **Check out on Gondola** with a booking l…

book_hotel

Book a hotel room using a rate from get_hotel_details. Requires a Gondola account (API key) and a saved payment method. Use get_payment_methods to find your payment ID. The gondola_rate_…

get_payment_methods

List the user's saved payment methods for booking. Requires a Gondola account (API key). Returns saved credit/debit cards with their brand, last 4 digits, expiration, payment ID (needed for t…

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…

create_rate_alert

Create a rate alert to monitor a hotel for price drops. Set up an alert to be notified by email when the rate drops for a specific hotel. Optionally specify dates, or leave them out to monito…

delete_rate_alert

Delete a rate alert so you stop monitoring a hotel for price drops. Requires a Gondola account with an API key. Args: alert_id: The rate alert ID to delete (from get_rate_alerts). …

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, costs, loyalty earnings,…

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, costs, and loyalty earnings. Requires a Gondo…

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…

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

Optimize the user's loyalty portfolio for a specific trip. Analyzes all the user's hotel loyalty programs and recommends which chain gives the best value for a trip. Considers points balances…

search_flights

Search for flights by route and date and return cash-priced offers. Returns available flight offers sorted by price, with a link to view them all on Google Flights (and, where known, an airli…

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:…

book_vehicle

Book a rental vehicle from a search result. Requires a Gondola account (API key) and a saved payment method. Use get_payment_methods to find your payment ID. Args: search_id: Sea…

cancel_vehicle_booking

Cancel an existing vehicle booking. Args: booking_id: The Gondola booking ID (confirmation number) of the vehicle booking. Returns: Cancellation result.

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. Authenticated users get instructions to book in-conversation with book_vehicle plus the web link as a fallback; anonymou…

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. Pass it to book_hotel as `travel_profile_id` to prefill the guest detail…

Similar MCP servers embedding-nearest

ai.autonomad/travel live
AI travel agent — book flights, hotels, activities, and events worldwide via autonomad.ai.
8 tools · streamable-http
ai.dynamicfeed/dynamic-feed live
Fresh data AI models lack: live prices, software versions, CVEs, service status & more.
91 tools · streamable-http
io.github.GordonHal/transaction-coordinator live
AI transaction coordinator + legal-matters platform for real estate and law firms.
11 tools · streamable-http
SnowSure — Snow & Ski live
Live ski snow, multi-model forecasts, powder rankings & a grounded Answer Engine for 500+ resorts.
40 tools · streamable-http
io.github.QasperAI/qasper live
Discover and book businesses via AI agents.
9 tools · streamable-http
Ninar AI live
Audit your brand's visibility across ChatGPT, Gemini, Claude, Perplexity + 6 more engines.
5 tools · streamable-http

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"
    }
  }
}