Content Tools
cruise-life.pro
Provides cruise travel information including searchable sailings, itineraries, pricing, and port/region guides.
ENDPOINT 1
https://cruise-life.pro/mcp
MCP server metadata
- Name
- Cruise Life
- Version
- 1.0.0
This MCP server lets anyone search cruise-life.pro's live cruise inventory and public content — no login, no API key. It is read-only and unauthenticated: every price is public retail pricing, and every result carries a stable sailingId (never an internal numeric id) plus the canonical page URL, so you can always link back to the real page. Default locale is Ukrainian (uk); pass locale="ru" for Russian. Typical flow: call search-cruises to find sailings, then cruise-details or cabin-prices with the sailingId from the results. port-guide/region-guide/ list-comparisons surface the site's own editorial content for citing.
Known tools 6
search-cruisesSearch bookable cruise sailings on cruise-life.pro by region, departure/arrival port, date range, duration, cruise line, or minimum price.
Inferred read-onlycruise-detailsDay-by-day itinerary for one cruise sailing, identified by its sailingId (from search-cruises).
Inferred read-onlycabin-pricesRetail cabin prices for one cruise sailing, identified by its sailingId (from search-cruises).
Inferred read-onlyport-guideEditorial guide content for one cruise port page: intro, sights, what to see, and excursion notes, plus the canonical page URL.
Inferred read-onlylist-comparisonsList editor-authored cruise comparison articles ("MSC vs Costa"), or read one article's full verdict when a slug is given.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for cruise-life.pro was fetched 2026-08-17T13:15:56.085Z.
cruise-life.pro is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.