CruiseFeed

by Unknown

Not rated
Website

About

Live cruise inventory as MCP tools: search sailings, itineraries and fares, track price drops, and read ship specs across every major cruise line - a remote Streamable-HTTP server with a free API tier.

Details

Author
Unknown
Categories
Search, Other

The CruiseFeed MCP server turns the live cruise catalogue into tools any MCP-capable app can call — Claude, ChatGPT, Cursor and more. One endpoint, your API key, no glue code.

It's free — 2,000 results/month, no card. Your key works for both the MCP server and the REST API, and pay-as-you-go credit ($2.50/1,000 results) picks up where the free allowance stops.

Pick your app. In every case you're giving it the same two things: the URLhttps://mcp.cruisefeed.io/mcpand your key in the X-CruiseFeed-Key header. Replace cf_live_YOURKEY with your real key.

claude mcp add --transport http cruisefeed \ https://mcp.cruisefeed.io/mcp \ --header "X-CruiseFeed-Key: cf_live_YOURKEY"

Then run /mcp in Claude Code to confirm the cruisefeed server is connected.

Open Settings → Developer → Edit Config and add the server. Claude Desktop connects to remote servers through the mcp-remote bridge, which forwards your key header:

{ "mcpServers": { "cruisefeed": { "command": "npx", "args": [ "-y", "mcp-remote", "https://mcp.cruisefeed.io/mcp", "--header", "X-CruiseFeed-Key: cf_live_YOURKEY" ] } } }

Save, then fully quit and reopen Claude Desktop. The cruise tools appear under the tools (🔌) menu.

In the API (Responses API / Agents), pass CruiseFeed as an MCP tool:

from openai import OpenAI client = OpenAI() resp = client.responses.create( model="gpt-5", tools=[{ "type": "mcp", "server_label": "cruisefeed", "server_url": "https://mcp.cruisefeed.io/mcp", "headers": {"X-CruiseFeed-Key": "cf_live_YOURKEY"}, "require_approval": "never", }], input="Find 7-night Caribbean cruises under $800 from Miami this winter.", ) print(resp.output_text)

In the ChatGPT app (Developer mode / custom connectors), add a connector pointing tohttps://mcp.cruisefeed.io/mcpand set the X-CruiseFeed-Key header to your key.

Add to ~/.cursor/mcp.json (or a project's.cursor/mcp.json):

{ "mcpServers": { "cruisefeed": { "url": "https://mcp.cruisefeed.io/mcp", "headers": { "X-CruiseFeed-Key": "cf_live_YOURKEY" } } } }

Then enable the cruisefeed server in Settings → MCP.

CruiseFeed is a standard remote MCP server over Streamable HTTP. Point any MCP client at the URL and send your key header:

URL: https://mcp.cruisefeed.io/mcp Header: X-CruiseFeed-Key: cf_live_YOURKEY

Nine tools, each mapping straight to the live API — nothing invented.

Filter sailings by line, ship, port, region, dates, price, nights, round-trip.

Full sailing detail — itinerary, per-cabin fares, matched ship specs.

Recent fare moves — the price-drop feed.

Vessel specs — tonnage, capacity, decks, year built.

list_cruise_lines / list_ports / get_stats

Reference facets and catalogue size + freshness.

- "Find 7-night Caribbean cruises under $800 from Miami this winter."
- "Which Royal Caribbean sailings dropped in price this week?"
- "Compare the ship specs for Icon of the Seas and Wonder of the Seas."

Search global news using natural language. Webz.io News Search API returns the most relevant articles and content, with filters for source, country, language, date, sentiment, and category.

-

BatchData MCP (Real Estate & Contact Data)

Real Estate & Contact Enrichment Data MCP

Best people search engine that reduces the time spent on talent discovery.

Enable Similarity-Distance-Magnitude statistical verification for your search, software, and data science workflows

Vectorize MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking.

Job search engine with 500k+ listings across Austria, Germany and Switzerland (alleskralle.com).

Hosted MCP server for the APITube News API: search articles from 500,000+ sources in 60+ languages, filtered by sentiment, entities, topics and source quality.

Live Austin-area MLS listings in your AI assistant — active listings, property details, schools, taxes, and neighborhood data for the Austin metro. Free remote MCP server, no install.

An MCP server using the AviationStack API to fetch real-time flight data including airline flights, airport schedules, future flights and aircraft types.

By connecting to Baselight, you can browse, discover, and query 70,000+ datasets and 450+ billion rows directly from your preferred environment—whether you’re building, analysing, or exploring.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.