Skip to content
Back to search
100
MCP live v0.6.0 MCP 2025-11-25 sse

GetExperience

io.github.SKurakov/getexperience

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

Uptime
100.0%
1 direct probes · 30d
Response
258ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

search_experiences

Search for tours and experiences on GetExperience.com. Works without an account or authentication. Returns list of matching experiences with id, title, price, location, duration, rating, payment type,…

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. Requires a connected GetExperience account: without user authorization this call returns HTTP 401 — complete the OAuth connect flow and retry (B2B partners with X-Api-Ke…

create_order

Requires a connected GetExperience account: without user authorization this call returns HTTP 401 — complete the OAuth connect flow and retry (B2B partners with X-Api-Key are exempt). Place the final …

request_availability

Send an availability request to the host of an ON-DEMAND experience. Call when: an experience is "available on request" (onDemand: true in search/details, or get_experience_schedule says "available o…

How to use

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

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