Gondola AI

Gondola AI

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

Category
访问服务器

README

Gondola — Travel MCP Server & Claude Code Plugin

gondola-mcp MCP server

The travel MCP that shows cash and award rates side by side. Search hotels, flights, and rental cars across every 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 for points and miles: unlike award-flight-only tools, Gondola covers hotels, flights, and cars, 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 at gondola.ai/mcp.

  • Endpoint: https://mcp.gondola.ai/mcp (Streamable HTTP)
  • Auth: search & discovery work anonymously — no account, no API key. Personal tools (loyalty balances, trips, saved profiles) and booking use standard MCP OAuth 2.1 with Dynamic Client Registration — your client signs you in on first use, no key to copy.
  • Tools: 34 across hotels, flights, rental cars, loyalty, and analytics.

Quick Install

Claude Code plugin (recommended)

Inside Claude Code:

/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/booking tools trigger an OAuth login on first call. No client needs an mcp-remote bridge — every client below supports remote Streamable HTTP natively.

Claude Code

claude mcp add --transport http gondola https://mcp.gondola.ai/mcp

Codex CLI

codex mcp add gondola --url https://mcp.gondola.ai/mcp

Or in ~/.codex/config.toml:

[mcp_servers.gondola]
url = "https://mcp.gondola.ai/mcp"

Cursor~/.cursor/mcp.json (or .cursor/mcp.json in a project):

{
  "mcpServers": {
    "gondola": { "url": "https://mcp.gondola.ai/mcp" }
  }
}

Windsurf~/.codeium/windsurf/mcp_config.json (note: serverUrl, not url):

{
  "mcpServers": {
    "gondola": { "serverUrl": "https://mcp.gondola.ai/mcp" }
  }
}

VS Code (Copilot / Agent mode)

code --add-mcp '{"name":"gondola","type":"http","url":"https://mcp.gondola.ai/mcp"}'

Or .vscode/mcp.json (note: top-level key is servers):

{
  "servers": {
    "gondola": { "type": "http", "url": "https://mcp.gondola.ai/mcp" }
  }
}

Gemini CLI~/.gemini/settings.json (note: httpUrl, not url):

{
  "mcpServers": {
    "gondola": { "httpUrl": "https://mcp.gondola.ai/mcp" }
  }
}

Claude Desktop — Settings → Connectors → Add custom connector → name gondola, URL https://mcp.gondola.ai/mcp. Leave the OAuth client fields and headers blank (DCR handles it).

ChatGPT — Settings → Connectors → Advanced → Developer mode, then Add custom connector → URL https://mcp.gondola.ai/mcp, auth = OAuth. (Anonymous search works pre-login; personal tools require the OAuth sign-in.)


What you can do

Ask naturally, or use the slash commands the plugin installs.

Compare cash vs. points for hotels

"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

Search award + cash flights together

"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

Make your points work harder

"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?"
/optimize-points a beach trip in March

Signed-in users also get loyalty balances, upcoming/past trips, free-night certificates, saved traveler profiles, and rate alerts.


MCP tools (34)

Search & discovery tools are anonymous. Tools marked 🔒 use your account and require the one-time OAuth sign-in; booking tools 📕 place or manage real reservations.

Hotels

Tool What it does
search_hotels Find hotels with cash and award (points) rates.
compare_rates Cash vs points side by side, with cents-per-point value.
get_hotel_details Full detail for one property.
get_multi_night_rates Per-night rate breakdown across a stay.
get_similar_hotels Comparable properties to one you like.
get_hotel_stats Rate/availability stats for a hotel.
get_hotel_reviews Guest reviews.
predict_price Price prediction for a stay.
get_suggested_searches Suggested searches / inspiration.
get_booking_link Direct booking link.
book_hotel 🔒📕 Book a hotel.

Flights

Tool What it does
search_flights Award and cash flight search with booking links.

Rental cars

Tool What it does
search_vehicles Search rental cars.
get_vehicle_details Detail for one vehicle/offer.
credit_card_coverage Check credit-card rental insurance coverage.
get_vehicle_booking_coverage Coverage on a specific booking.
get_vehicle_booking_link Direct booking link.
book_vehicle 🔒📕 Book a rental car.
get_vehicle_booking 🔒 Retrieve a car booking.
cancel_vehicle_booking 🔒📕 Cancel a car booking.

Loyalty & analytics

Tool What it does
get_loyalty_accounts 🔒 Your loyalty point balances.
optimize_loyalty_portfolio 🔒 Where your points are worth the most.
get_free_night_credits 🔒 Free-night certificates you hold.
diagnose_rates Explain why a rate is what it is.

Trips, alerts & profile

Tool What it does
get_upcoming_trips 🔒 Your upcoming trips.
get_past_trips 🔒 Your past trips.
get_booking 🔒 Retrieve a specific booking.
get_rate_alerts 🔒 Your rate alerts.
create_rate_alert 🔒 Create a rate alert.
delete_rate_alert 🔒 Delete a rate alert.
get_travel_profiles 🔒 Saved traveler profiles.
update_traveler_profile 🔒 Update a traveler profile.
get_traveler_context 🔒 Your traveler context/preferences.
get_payment_methods 🔒 Saved payment methods.

Why Gondola

  • 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.
  • Real bookings, not just search — hotels and cars book straight through.
  • No API key. Anonymous search out of the box; OAuth only when you reach for your own data.

Links

  • Docs & tool reference: https://gondola.ai/mcp
  • Website: https://www.gondola.ai
  • Server id (Official MCP Registry): ai.gondola/gondola
  • Also listed on PulseMCP and Glama.

License

MIT — see LICENSE.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选