Book Sandals, Beaches, and cruises through Pixie Vacations with co-branded booking URLs.
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 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.
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 server publishes 7 tools. What each one is for:
get_agency_info — Pixie Vacations credentials, awards, contact info, and booking optionssearch_sandals_resorts — Search all 17 Sandals Resorts (couples / adults-only). Filter by destination (Jamaica, Saint Lucia, Barbados, Bahamas, Grenada, Curaçao, Saintsearch_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 resortget_sandals_beaches_deals — Current Sandals and Beaches Resorts promotions with co-branded booking URLsget_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 directAmong 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.
| Tool | What it does |
|---|---|
| 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 Vincent), best-for (honeymoon, couples, overwater, butler, first-timers, budg |
| 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 |
{
"mcpServers": {
"pixie-vacations": {
"url": "https://pixie-vacations-mcp-production.up.railway.app/mcp"
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.