
Princess Cruises Claude Connector
v1.0 - Aug 31, 2026
Ask. Explore. Book.
Use Claude to search & explore with the Princess Cruises connector
Ask anything in your own words and get instant answers pulled directly from Princess.com — destinations, itineraries, sail dates, and pricing. Explore the full Princess Cruises catalog without switching tabs, then book your cruise when you're ready.
Discover what Claude can do
Search: Find cruises by destination, date, duration, or departure port, with live pricing and availability.
Explore: Discover itineraries, ports, ships, staterooms, and shore excursions matched to your interests — plus answers to general questions about Princess policies and the onboard experience.
Book: Jump directly to Princess.com to complete your booking when you've found the cruise you want.
Here's how to get started
Connect the Princess Cruises MCP server to Claude in just a few steps.
How to add
- Open Claude and navigate to "Settings."
- Go to the "Connectors" section.
- Find "Princess Cruises" in the list of available connectors and click to add it.
- You're ready to go. Try asking Claude about cruises to any destination on Princess Cruises.
Try sample prompts to start exploring
- "Which Mediterranean itineraries sail in May?"
- "What Caribbean ports does Princess visit in winter?"
- "Show me Alaska cruises from Seattle."
- "Find a 7-night Princess cruise leaving from Fort Lauderdale with a balcony under $1,500 per person."
- "Compare these two Alaska sailings — which ports does each visit?"
- "What's the cancellation policy on a Princess cruise?"
Available Tools
search
Purpose: Search the Princess cruise catalog — sailings, itineraries, ports, ships, staterooms, excursions, and promotions — including semantic matching for open-ended requests like "cruises with a glacier hike."
Parameters:
- query (required): A single read-only PostgreSQL SELECT over the catalog. All filtering, ordering, and semantic matching happen in the query.
- user_query (optional): The guest's question in their own words. Used to interpret intent and improve result relevance, and retained in aggregate for query-volume reporting. No PII or sensitive data.
Returns: Matching catalog rows — sailing dates, itinerary day-by-day stops, ports, ships, stateroom categories, fares, availability, excursions, and named promotions. Read-only; the connector cannot write, book, or modify anything.
rendering
Purpose: Price selected sailings live and return them as visual cards the guest can browse and click through to Princess.com.
Parameters:
- voyage_ids (required): Sailing IDs returned by search. Cruises and cruisetours may be mixed.
- adults (optional): Adults sharing a cabin, 1–4 (default: 2). Occupancy affects which stateroom categories return.
- cabin_groups (optional): Extra cabin groups beyond the lead fare — any of I (Inside), O (Oceanview), B (Balcony), M (Mini-Suite), S (Suite).
- user_query (optional): The guest's question in their own words. Used to interpret intent and improve result relevance, and retained in aggregate for query-volume reporting. No PII or sensitive data.
Returns: A priced card per itinerary, with departures of the same itinerary grouped into a single entry. IDs not found in the catalog are flagged.
faq_lookup
Purpose: Answer general questions about Princess Cruises policies, onboard experience, and trip planning that aren't tied to a specific sailing.
Parameters:
- question (required): The guest's question in natural language.
- top_k (optional): Number of help passages to retrieve, 1–10 (default: 5).
- user_query (optional): The guest's question in their own words. Used to interpret intent and improve result relevance, and retained in aggregate for query-volume reporting. No PII or sensitive data.
Returns: Relevant passages from Princess Cruises help content.
Need Help or Support?
If you need assistance with your cruise or have questions about Princess Cruises, our support team is here to help.
Contact Princess Support:
Visit our Customer Care page for assistance with:
- Cruise bookings and reservations
- Ship- and itinerary-specific questions
- Captain's Circle loyalty program inquiries
- General customer support
Quick Links:
- Princess Cruises Official Site
- Contact Princess Support
- Reservations: 1-800-774-6237 (1-800-PRINCESS)
Data & Privacy
The connector is read-only. It searches the Princess catalog and returns live pricing; it does not create, change, or cancel bookings, and it does not access guest accounts or booking records. Booking is completed by the guest on Princess.com. The optional user_query field carries the guest's question in their own words, which the connector uses to interpret intent and surface more relevant sailings, and which is retained in aggregate for query-volume reporting.