Data Collection
cruisefeed.io
Provides cruise search, detailed sailing information, price history, and ship lookup services.
ENDPOINT 1
https://mcp.cruisefeed.io/mcp
MCP server metadata
- Name
- cruisefeed
- Version
- 1.0.0
Known tools 9
get_cruiseFull 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-onlyget_cruise_price_historyDaily lead-in price / availability timeline for one sailing (only the days the value changed).
Inferred read-onlylist_price_changesCruises whose lead-in price moved between consecutive daily snapshots — the price-drop feed.
Potential side effectsget_shipOne ship's full spec sheet by its source_id (IMO number, or slug when IMO is absent).
Inferred read-onlylist_cruise_linesAll cruise line names in the catalogue (use as the cruise_line filter).
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.