Skip to content
Back to search
100
MCP live v0.6.0 sse

GetExperience

io.github.SKurakov/getexperience

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

Uptime
100.0%
2 probes
Response
349ms
last probe
Tools
6
callable

Tools · 6

search_experiences

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_experience_details

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_experience_schedule

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_checkout

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_to_checkout

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…

create_order

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

GetExperience
Search and book tours and travel experiences in 40+ countries via MCP.
0 tools · sse
Direct MCP candidate from lists live
Discovered from lists; probed directly as a possible remote MCP endpoint.
8 tools · streamable-http
it.piqod/experiences-oracle
Search & compare prices for tours, activities and tickets across multiple providers.
0 tools · streamable-http
Direct MCP candidate from lists live
Discovered from lists; probed directly as a possible remote MCP endpoint.
6 tools · streamable-http
What a Plan! — MCP Server
Descubre eventos en España: filtra por texto, categoría, ubicación, precio y fecha. 38 categorías.
0 tools · streamable-http
io.github.Fabsbags/swisstrip-mcp live
Canonical SwissTrip MCP — independent SBB/CFF/FFS schedules, prices, and ticket links by SwissTrip.
6 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "getexperience": {
      "url": "https://getexperience.com/mcp",
      "transport": "sse"
    }
  }
}