INDIVIDUAL MCP TOOL
cabin-prices
Retail cabin prices for one cruise sailing, identified by its sailingId (from search-cruises).
LIVE ENDPOINT
https://cruise-life.pro/mcp
Connect to this endpoint to inspect the live schema for cabin-prices and invoke it with your own arguments.
Indexed 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 server
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.cruise-life]
url = "https://cruise-life.pro/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cruise-life": {
"type": "http",
"url": "https://cruise-life.pro/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cruise-life
Remote MCP URL: https://cruise-life.pro/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": {
"cruise-life": {
"url": "https://cruise-life.pro/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cruise-life": {
"type": "http",
"url": "https://cruise-life.pro/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cruise-life",
"transport": "streamable-http",
"url": "https://cruise-life.pro/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search-cruises— Search bookable cruise sailings on cruise-life.pro by region, departure/arrival port, date range, duration, cruise line, or minimum price.cruise-details— Day-by-day itinerary for one cruise sailing, identified by its sailingId (from search-cruises).port-guide— Editorial guide content for one cruise port page: intro, sights, what to see, and excursion notes, plus the canonical page URL.region-guide— Editorial guide content for one cruise region page (e.g.list-comparisons— List editor-authored cruise comparison articles ("MSC vs Costa"), or read one article's full verdict when a slug is given.