← Registry

Content Tools

cruise-life.pro

Provides cruise travel information including searchable sailings, itineraries, pricing, and port/region guides.

1 endpoint6 known toolsFirst detected August 15, 2026Last detected August 15, 2026

ENDPOINT 1

https://cruise-life.pro/mcp

No auth detected

MCP server metadata

Name
Cruise Life
Version
1.0.0
Capabilities
toolsresourcesprompts
Server instructions

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-cruises

Search bookable cruise sailings on cruise-life.pro by region, departure/arrival port, date range, duration, cruise line, or minimum price.

Inferred read-only
cruise-details

Day-by-day itinerary for one cruise sailing, identified by its sailingId (from search-cruises).

Inferred read-only
cabin-prices

Retail cabin prices for one cruise sailing, identified by its sailingId (from search-cruises).

Inferred read-only
port-guide

Editorial guide content for one cruise port page: intro, sights, what to see, and excursion notes, plus the canonical page URL.

Inferred read-only
region-guide

Editorial guide content for one cruise region page (e.g.

Inferred read-only
list-comparisons

List editor-authored cruise comparison articles ("MSC vs Costa"), or read one article's full verdict when a slug is given.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for cruise-life.pro was fetched 2026-08-17T13:15:56.085Z.

Trust status Trusted

cruise-life.pro is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.