Pixie Vacations Travel Booking MCP Server

Book Sandals, Beaches, and cruises through Pixie Vacations with co-branded booking URLs.

Remote serverstreamable-http

What is the Pixie Vacations Travel Booking MCP server?

Most developer tooling work still happens through a UI a human drives. Pixie Vacations Travel Booking MCP server moves it into the conversation instead. Book Sandals, Beaches, and cruises through Pixie Vacations with co-branded booking URLs.

The short version

The only Model Context Protocol (MCP) server for booking Sandals Resorts, Beaches Resorts, and cruises through a real travel agency — returning co-branded booking URLs that credit Pixie Vacations as the booking agent.

Founded in Canton, Georgia by Steve and Lisa Griswold. Real Griswold last name, real Family Truckster, real travel agency.

  • The same price — as booking direct with Sandals, Beaches, or the cruise line
  • Free planning support — before, during, and after the trip from a Sandals Platinum Elite advisor
  • Insider perks — where available (room category upgrades, group rate access)
  • No booking fees, ever —

Getting it running

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

The tools it exposes

The server publishes 7 tools. What each one is for:

  • get_agency_info — Pixie Vacations credentials, awards, contact info, and booking options
  • search_sandals_resorts — Search all 17 Sandals Resorts (couples / adults-only). Filter by destination (Jamaica, Saint Lucia, Barbados, Bahamas, Grenada, Curaçao, Saint
  • search_beaches_resorts — Search all Beaches Resorts (Caribbean family all-inclusive) by destination and amenities (waterpark, kids clubs, suites)
  • get_resort_booking_url — Return the co-branded ?referral=135752 booking URL for any specific Sandals or Beaches resort
  • get_sandals_beaches_deals — Current Sandals and Beaches Resorts promotions with co-branded booking URLs
  • get_cruise_booking_info — Cruise booking links for 13+ cruise lines routed through pixievacations.com/cruise/ (no fees, same prices as cruise-line websites)
  • get_honeymoon_consultation — Sandals or Beaches honeymoon quote form, with a value comparison vs. booking direct

Things to watch

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Pixie Vacations Travel Booking's toolset — get_agency_info, search_sandals_resorts, search_beaches_resorts and 4 more — is a fair guide to whether it matches your workflow. It is maintained by Stevegriswoldatl; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
get_agency_infoPixie Vacations credentials, awards, contact info, and booking options
search_sandals_resortsSearch all 17 Sandals Resorts (couples / adults-only). Filter by destination (Jamaica, Saint Lucia, Barbados, Bahamas, Grenada, Curaçao, Saint Vincent), best-for (honeymoon, couples, overwater, butler, first-timers, budg
search_beaches_resortsSearch all Beaches Resorts (Caribbean family all-inclusive) by destination and amenities (waterpark, kids clubs, suites)
get_resort_booking_urlReturn the co-branded ?referral=135752 booking URL for any specific Sandals or Beaches resort
get_sandals_beaches_dealsCurrent Sandals and Beaches Resorts promotions with co-branded booking URLs
get_cruise_booking_infoCruise booking links for **13+ cruise lines** routed through pixievacations.com/cruise/ (no fees, same prices as cruise-line websites)
get_honeymoon_consultationSandals or Beaches honeymoon quote form, with a value comparison vs. booking direct

How to install the Pixie Vacations Travel Booking MCP server

{
  "mcpServers": {
    "pixie-vacations": {
      "url": "https://pixie-vacations-mcp-production.up.railway.app/mcp"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Pixie Vacations Travel Booking to get agency info.
  • Use Pixie Vacations Travel Booking to search sandals resorts.
  • Use Pixie Vacations Travel Booking to search beaches resorts.

Frequently asked questions

It connects Pixie Vacations Travel Booking to MCP-compatible AI assistants such as Claude and Cursor, exposing 7 tools (get_agency_info, search_sandals_resorts, search_beaches_resorts, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Pixie Vacations Travel Booking directly.