← cruisefeed.io

INDIVIDUAL MCP TOOL

list_ports

All embarkation ports in the catalogue (use as the embark_port filter).

cruisefeed.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.cruisefeed.io/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_ports 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

cruisefeed.io

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.cruisefeed]
url = "https://mcp.cruisefeed.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "cruisefeed": {
      "type": "http",
      "url": "https://mcp.cruisefeed.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: cruisefeed
Remote MCP URL: https://mcp.cruisefeed.io/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": {
    "cruisefeed": {
      "url": "https://mcp.cruisefeed.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "cruisefeed": {
      "type": "http",
      "url": "https://mcp.cruisefeed.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "cruisefeed",
  "transport": "streamable-http",
  "url": "https://mcp.cruisefeed.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_cruises — Search and filter cruise sailings across every line.
  • get_cruise — Full detail for one sailing: day-by-day itinerary, per-cabin-class fares, taxes, onboard credit, booking/detail URLs, and the matched ship's specs when known.
  • get_cruise_price_history — Daily lead-in price / availability timeline for one sailing (only the days the value changed).
  • list_price_changes — Cruises whose lead-in price moved between consecutive daily snapshots — the price-drop feed.
  • search_ships — Search vessels by name / operator / flag state.
  • get_ship — One ship's full spec sheet by its source_id (IMO number, or slug when IMO is absent).
  • list_cruise_lines — All cruise line names in the catalogue (use as the cruise_line filter).
  • get_stats — Catalogue size (total + unique sailings) and when it was last updated.