INDIVIDUAL MCP TOOL
list_price_changes
Cruises whose lead-in price moved between consecutive daily snapshots — the price-drop feed.
LIVE ENDPOINT
https://mcp.cruisefeed.io/mcp
Connect to this endpoint to inspect the live schema for list_price_changes and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a deletion term.
Parent server
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).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).list_ports— All embarkation ports in the catalogue (use as the embark_port filter).get_stats— Catalogue size (total + unique sailings) and when it was last updated.