For AI agents
Gangwaze for AI agents
Gangwaze runs a public, read-only Model Context Protocol server. Any MCP-capable assistant can search cruises, check whether a fare is a good price, look up a specific cabin, and more — using the same tools as our own Cruise Concierge.
Connect
Endpoint (Streamable HTTP):
https://gangwaze.com/api/mcp- Claude — Settings → Connectors → Add custom connector, and paste the endpoint. No sign-in needed.
- Claude Code —
claude mcp add --transport http gangwaze https://gangwaze.com/api/mcp - VS Code — add an HTTP server with the endpoint to
.vscode/mcp.json. - Your own agent — any MCP client; send
Authorization: Bearer <key>if you have a key.
What your agent can do
- searchCruises
- Search upcoming sailings by destination, dates, length, line, ship, ports, cabin type and budget — with counts, the cheapest fare and the soonest sailings.
- compareSailings
- Two or three sailings side by side: price per night, price verdict, ship age, family fit, ratings, CDC score.
- getPriceHistory
- Is this a good price? Six months of fares for one sailing, and a verdict.
- getPriceDrops
- The biggest current price drops.
- getCabinDetail
- One cabin: deck, position, size, known issues, and what cruisers who stayed there said.
- getShipCabins
- A ship's cabin types and categories.
- getShipProfile
- A ship at a glance: age, size, venues, ratings, inspection score.
- getCruiseLineProfile
- Who a cruise line suits, and who it doesn’t.
- getDressCode
- What to pack for a line’s evenings and formal nights.
- getPortGuide
- What a port is like and how to get around.
- getPortExcursions
- Bookable shore excursions and resort day passes.
- getBestTimeToVisit
- Month-by-month climate for a port or region.
- getDrinkPackages
- Drink-package details by line.
Limits and API keys
Without a key: 100 tool calls per hour per IP address. With a key: 2,000 per hour by default.
Building something that needs more? Email hello@gangwaze.com with what you're building and your expected volume, and we'll issue a key.
Usage policy
- Pass every link through unmodified. Don't rewrite, shorten, strip or re-tag the links our tools return.
- Credit Gangwaze.com when you use our results, and credit Cruiseline.com wherever a result carries an
attribution(editorial, ratings and cruiser reviews). - No bulk scraping, re-hosting or resale of the data. Answer your users' questions; don't rebuild the catalogue.
- Prices change. Don't present a price older than 24 hours as current.
- We may rate-limit, revoke keys, or block access that breaks these terms.
We log which tools are called and their arguments to improve the service. We don't log IP addresses; they are used only to apply rate limits and expire within about an hour.
Questions: hello@gangwaze.com.
