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
Jinko MCP live
Turn your ChatGPT to a super travel agent
7 tools · streamable-http
GuruWalk live
Free walking tours & activities in 200+ cities. Browse, check availability, and get tour details.
4 tools · streamable-http
com.stayker/1stay live
Hotel booking MCP server. Search, book, and manage reservations across 250K+ properties worldwide.
8 tools · streamable-http
MolTravel live
Aggregated travel MCP — flights, tours, activities, price checks, visas, and more.
57 tools · streamable-http
Taste live
Expert review for AI agents. On-chain proof of human review.
17 tools · streamable-http

How to use

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

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