Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.gondola]
url = "https://mcp.gondola.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"gondola": {
"type": "http",
"url": "https://mcp.gondola.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: gondola
Remote MCP URL: https://mcp.gondola.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"gondola": {
"url": "https://mcp.gondola.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"gondola": {
"type": "http",
"url": "https://mcp.gondola.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "gondola",
"transport": "streamable-http",
"url": "https://mcp.gondola.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_hotels— Search for hotels by location and dates with cash AND points pricing.get_hotel_details— Get detailed information, room types, and rates for a specific hotel.compare_rates— Compare cash vs points rates across multiple hotels side-by-side.get_booking_link— Get booking options for a hotel.book_hotel— Book a hotel room using a rate from get_hotel_details.get_payment_methods— List the user's saved payment methods for booking.get_rate_alerts— Get all active rate alerts for the current user.create_rate_alert— Create a rate alert to monitor a hotel for price drops.