Gondola AI
About
Travel award search: compare cash vs points on hotels, flights & cars, cents-per-point, and book.
Details
- Author
- gondola-ai
- Categories
- Other, Search, Knowledge Base
Jump to
Setup
Install Gondola AI in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/gondola-ai/gondola-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
Gondola — Travel MCP Server & Claude Code Plugin
The travel MCP that shows cash and award rates side by side.Search hotels, flights, and rental cars acrossevery major hotel chain and loyalty program— with cents-per-point valuations, loyalty balance tracking, rate alerts, and direct booking — right from your AI client.
Built forpoints and miles: unlike award-flight-only tools, Gondola covers hotels, flights,andcars, and puts the cash price and the award (points) price in one view so you can see exactly when a redemption beats cash.
Works with Claude Code, Codex, Cursor, Windsurf, VS Code, Claude Desktop, ChatGPT, Gemini CLI, and any MCP-compatible client.Learn more atgondola.ai/mcp.
- Endpoint:https://mcp.gondola.ai/mcp(Streamable HTTP)
- Auth:search & discovery workanonymously — no account, no API key. Personal tools (loyalty balances, trips, saved profiles) use standard MCPOAuth 2.1 with Dynamic Client Registration— your client signs you in on first use, no key to copy.
- Tools:30 across hotels, flights, rental cars, loyalty, and analytics.
/plugin marketplace add gondola-ai/gondola-mcp /plugin install gondola
This adds the Gondola MCP server plus slash commands (/hotel-points,/award-flights,/worth-it,/optimize-points). On first use of a personal tool, your client opens gondola.ai to sign you in via OAuth — takes a few seconds, no API key.
Or add the MCP server directly (any client)
Search tools work anonymously; personal tools trigger an OAuth login on first call. No client needs anmcp-remotebridge — every client below supports remote Streamable HTTP natively.
claude mcp add --transport http gondola https://mcp.gondola.ai/mcp
codex mcp add gondola --url https://mcp.gondola.ai/mcp
[mcp_servers.gondola] url = "https://mcp.gondola.ai/mcp"
Cursor—~/.cursor/mcp.json(or.cursor/mcp.jsonin a project):
{ "mcpServers": { "gondola": { "url": "https://mcp.gondola.ai/mcp" } } }
Windsurf—~/.codeium/windsurf/mcp_config.json(note:serverUrl, noturl):
{ "mcpServers": { "gondola": { "serverUrl": "https://mcp.gondola.ai/mcp" } } }
code --add-mcp '{"name":"gondola","type":"http","url":"https://mcp.gondola.ai/mcp"}'
Or.vscode/mcp.json(note: top-level key isservers):
{ "servers": { "gondola": { "type": "http", "url": "https://mcp.gondola.ai/mcp" } } }
Gemini CLI—~/.gemini/settings.json(note:httpUrl, noturl):
{ "mcpServers": { "gondola": { "httpUrl": "https://mcp.gondola.ai/mcp" } } }
Claude Desktop— Settings → Connectors →Add custom connector→ namegondola, URLhttps://mcp.gondola.ai/mcp. Leave the OAuth client fields and headers blank (DCR handles it).
ChatGPT— Settings → Connectors → Advanced →Developer mode, thenAdd custom connector→ URLhttps://mcp.gondola.ai/mcp, auth = OAuth. (Anonymous search works pre-login; personal tools require the OAuth sign-in.)
Ask naturally, or use the slash commands the plugin installs.
"Find hotels in Tokyo for March 3–7 and show cash vs points with cents-per-point" "Is it worth using Bonvoy points for the Ritz in Maui that week, or pay cash?" "Cheapest 5-night Hyatt stay in Lisbon on points in May"
/hotel-points Tokyo 2026-03-03 2026-03-07 /worth-it Ritz-Carlton Maui, 4 nights in March, Bonvoy
"Business class SFO to Tokyo in November — award and cash side by side" "Cheapest way to fly JFK→LHR in points under 60k?"
/award-flights SFO HND 2026-11-10 business
"Where are my points worth the most right now?" "I have 180k Amex points and 90k Bonvoy — best redemption for a beach trip in March?"
Signed-in users also get loyalty balances, upcoming/past trips, free-night certificates, saved traveler profiles, and rate alerts.
Search & discovery tools are anonymous. Tools marked🔒use your account and require the one-time OAuth sign-in.
Booking is handled through Gondola's checkout:get_booking_linkandget_vehicle_booking_linkhand your client a direct link. Tools that charge a saved card from a tool call arenotpart of the self-serve surface — seePartner booking toolsbelow.
Four tools place charges against a saved payment method or enumerate the cards that can be charged. They require themcp:bookscope, which is granted only to onboarded booking partners — a client that registers dynamically has it narrowed away at consent, so these tools are neither listed nor callable on a normal connection.
Interested in partner access? Emailsupport@gondola.ai.
- Cash and award, together.Every search shows the cash price beside the points price with a cents-per-point value — the "is this redemption worth it?" question, answered inline.
- Every major chain + program, not a single airline or a single OTA.
- Straight to checkout.Hotels and cars hand off a direct booking link, so you finish on Gondola rather than retyping the search somewhere else.
- No API key.Anonymous search out of the box; OAuth only when you reach for your own data.
- Docs & tool reference:https://gondola.ai/mcp
- Website:https://www.gondola.ai
- Server id (Official MCP Registry):ai.gondola/gondola
- Also listed onPulseMCPandGlama.
Semantic search through Dickens' classic tale. Find passages by meaning, theme, or concept - not just keywords.
MCP server for the AI Dev Jobs board - 8,400+ open AI/ML engineering roles at 489 companies. Search by role, location, salary, experience level. Live MCP endpoint aidevboard.com/mcp with 4 tools.
API for AI agents to search, license, and download b-roll video clips and voiceovers. Pay-per-request, no human interaction required.
Keyless remote MCP connector to search flights, hotels, and experiences at all-in prices (every mandatory tax and fee included) and book on breckenwander.com.
EU legal research for AI agents: semantic + full-text search over ~48,000 EUR-Lex acts including consolidated versions, daily drift monitoring, answers with verifiable CELEX citations. German, English, French. Remote MCP server at https://conformi.eu/api/mcp — free tier, no key required for article and timeline tools.
Corpus search and linguistic analysis for AI Agents
Security intelligence MCP server — 20 tools: CVE lookup (EPSS/KEV), domain recon, SSL, IP reputation, IOC, exploit search, code security. Free, no API key.
Destiny Codex turns the Destiny 2 Manifest (gibberish hash-reference JSON) into clean, AI-readable text. CLI + MCP server with 9 tools: search, filter, get, relationships, graph traversal, item comparison. Works for 100% of the manifest - all 83 definition tables supported generically.
Server that connects Claude/Cursor to the FatSecret Platform API. Search foods, track your diet, manage recipes, and monitor weight directly from your AI assistant.
Open-source Node.js FHIR MCP server with SMART Backend Services, metadata-aware search/CRUD tools, compact responses, FHIRPath filtering, safe pagination, audit events, and terminology lookup.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




