GetExperience
io.github.SKurakov/getexperienceSearch and book tours and travel experiences in 40+ countries via MCP.
Tools · 6
Search for tours and experiences on GetExperience.com. Returns list of matching experiences with id, title, price, location, duration, rating, payment type, photos, booking link. BOOKING FLOW: search…
Get full details of a specific experience by ID. Call when: the user wants to learn more about a tour before booking, or to confirm full description, photos, pricing and availability options. Call af…
Get available time slots for a specific experience on a specific date. Required step before booking. CRITICAL: Copy configId and startAt EXACTLY from the chosen slot — pass these unchanged to add_to_…
Get current cart contents by sessionId. Use when: you need to confirm what's in the cart before placing the order, or to retrieve checkoutId if it was not saved after add_to_checkout. sessionId is r…
Add an experience to the cart. Call get_experience_schedule first and take configId, startAt from the chosen slot — pass them here EXACTLY as returned. Also pass durationMinutes when the slot provides…
Place the final booking order. Last step in the booking flow. BOOKING FLOW: search → get_details → get_schedule → add_to_checkout → get_checkout → create_order ━━━ TWO PAYMENT MODES ━━━ The right on…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"getexperience": {
"url": "https://getexperience.com/mcp",
"transport": "sse"
}
}
}