GetExperience MCP Server

Search and book tours and travel experiences in 40+ countries via MCP.

Remote serverstreamable-http

What is the GetExperience MCP server?

Connect GetExperience to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Search and book tours and travel experiences in 40+ countries via MCP. The getexperience mcp server is what makes that connection.

What the server does

MCP server for GetExperience.com — a marketplace of tours and unique travel experiences in 40+ countries.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • search_experiences — Search tours by location, category, date, price, guests, language
  • get_experience_details — Full details: description, photos, pricing, duration, languages, rating
  • get_experience_schedule — Available time slots and pricing for a specific date
  • add_to_checkout — Add an experience to the cart
  • get_checkout — View current cart contents
  • create_order — Place the final booking (B2B instant or B2C via Stripe)
  • Cursor — The Cursor tool exposed by this server

Installation

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.

Credentials and setup notes

Configuration is passed through the environment: YOUR_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Where it fits

This sits in the payments and commerce group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. GetExperience's toolset — search_experiences, get_experience_details, get_experience_schedule and 4 more — is a fair guide to whether it matches your workflow. It is maintained by SKurakov; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against GetExperience's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
search_experiencesSearch tours by location, category, date, price, guests, language
get_experience_detailsFull details: description, photos, pricing, duration, languages, rating
get_experience_scheduleAvailable time slots and pricing for a specific date
add_to_checkoutAdd an experience to the cart
get_checkoutView current cart contents
create_orderPlace the final booking (B2B instant or B2C via Stripe)
CursorThe Cursor tool exposed by this server.

Configuration

VariableDescriptionRequired
YOUR_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use GetExperience to search experiences.
  • Use GetExperience to get experience details.
  • Use GetExperience to get experience schedule.

Frequently asked questions

It connects GetExperience to MCP-compatible AI assistants such as Claude and Cursor, exposing 7 tools (search_experiences, get_experience_details, get_experience_schedule, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with GetExperience directly.