← Registry

Data Collection

cruisefeed.io

Provides cruise search, detailed sailing information, price history, and ship lookup services.

1 endpoint9 known toolsFirst detected August 14, 2026Last detected August 14, 2026

ENDPOINT 1

https://mcp.cruisefeed.io/mcp

No auth detected

MCP server metadata

Name
cruisefeed
Version
1.0.0
Capabilities
tools.listChanged

Known tools 9

search_cruises

Search and filter cruise sailings across every line.

Inferred read-only
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.

Inferred read-only
get_cruise_price_history

Daily lead-in price / availability timeline for one sailing (only the days the value changed).

Inferred read-only
list_price_changes

Cruises whose lead-in price moved between consecutive daily snapshots — the price-drop feed.

Potential side effects
search_ships

Search vessels by name / operator / flag state.

Inferred read-only
get_ship

One ship's full spec sheet by its source_id (IMO number, or slug when IMO is absent).

Inferred read-only
list_cruise_lines

All cruise line names in the catalogue (use as the cruise_line filter).

Inferred read-only
list_ports

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

Inferred read-only
get_stats

Catalogue size (total + unique sailings) and when it was last updated.

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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