GetExperience MCP Server
Generates Stripe payment links for guest checkout, allowing customers to pay by card when placing a booking.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@GetExperience MCP ServerFind weekend wine tasting tours in Tuscany"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
GetExperience MCP Server
MCP server for GetExperience.com — a marketplace of tours and unique travel experiences in 40+ countries.
Search, browse, and book real tours and activities directly from any AI assistant via the Model Context Protocol.
Who is this for
AI assistants and chatbots — add travel booking capabilities to your product
Travel agencies and concierge services — automate tour search and booking through AI
Developers building AI agents — plug in a ready-made travel API via MCP
Free access (no API key)
Browse the full catalog: search experiences, view details, check schedules and pricing. Works out of the box — just connect to the endpoint. Instant payment and booking for anyone through the chat — coming soon.
B2B partner integration
Book tours on behalf of your customers — instant confirmation, no guest payment required. Your company settles with GetExperience separately (invoice/balance).
To get started as a B2B partner, contact us at bookings@getexperience.com — we'll issue your API key the same day.
Related MCP server: lastminutedeals-api
Server URL
https://getexperience.com/mcpTransport: Streamable HTTP (since v0.7.0). No installation required — it's a hosted remote server.
Migrating from SSE? See CHANGELOG.md for the full before/after comparison.
Quick Start
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"getexperience": {
"type": "streamablehttp",
"url": "https://getexperience.com/mcp"
}
}
}Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"getexperience": {
"type": "streamablehttp",
"url": "https://getexperience.com/mcp"
}
}
}Any MCP Client
Point your MCP client to:
https://getexperience.com/mcpNo API key required for browsing. For B2B booking, add X-Api-Key header:
{
"mcpServers": {
"getexperience": {
"type": "streamablehttp",
"url": "https://getexperience.com/mcp",
"headers": {
"X-Api-Key": "YOUR_API_KEY"
}
}
}
}Tools
Tool | Description |
| Search tours by location, category, date, price, guests, language |
| Full details: description, photos, pricing, duration, languages, rating |
| Available time slots and pricing for a specific date |
| Add an experience to the cart |
| View current cart contents |
| Place the final booking (B2B instant or B2C via Stripe) |
Full parameters, response schemas, and examples: TOOLS.md
Booking Flow
search_experiences → get_experience_schedule → add_to_checkout → create_orderSearch — find experiences by location, category, dates
Schedule — pick a date, get available time slots with prices
Add to cart — choose a slot, specify guests
Order — place the booking (B2C via Stripe, or B2B with API key)
B2C (Guest pays by card)
Set paymentSystem: "stripe" in create_order. Returns a Stripe payment link — the guest completes payment there. (Coming soon)
B2B (Partner integration)
Set paymentSystem: "internal" and provide X-Api-Key header at connection time. Booking is confirmed instantly, host is notified by email.
Contact bookings@getexperience.com to get your API key.
Response Format
All tools support two response formats via the responseFormat parameter:
"markdown"(default) — Human-readable text +[GXP_STRUCTURED]JSON block for programmatic use"json"— Pure JSON only
Structured Data
When using markdown format, every response includes a [GXP_STRUCTURED] block with typed JSON:
const match = text.match(/\[GXP_STRUCTURED\]([\s\S]*?)\[\/GXP_STRUCTURED\]/);
const data = match ? JSON.parse(match[1].trim()) : null;Health Check
GET https://getexperience.com/mcp/healthLinks
Website: getexperience.com
MCP Endpoint:
https://getexperience.com/mcpContact: bookings@getexperience.com
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
AI marketplace — flights, tours, activities, transport & more via MCP. No auth required.
Aggregated travel MCP — flights, tours, activities, price checks, visas, and more.
Greetwell curates authentic local experiences and provides personal concierge support in over 500 destinations, helping you explore confidently wherever you go. The Greetwell MCP server lets you search for activities by location, date, and interest, then drill into details like duration, meeting point, cancellation policy, and real-time availability. It can also recommend complementary experiences to help you build an itinerary of things to do.
Agent-native travel platform: read-only flight, hotel, and brand tools over MCP. OAuth sign-in.
Related MCP Servers
- FlicenseCqualityDmaintenanceFacilitates access to LumbreTravel API for managing travel programs, activities, and related entities through MCP clients.6813 npm1-
- AlicenseAqualityFmaintenanceReal-time last-minute tour and activity booking across 18 suppliers in 15 countries via the OCTO open standard. Search available slots, create Stripe checkout sessions, and check booking status.41MIT
- AlicenseNot gradedqualityDmaintenanceEnables travel package management, booking, and itinerary planning through MCP-compliant endpoints with 26 tools for searching, comparing, and booking travel packages.8 npmMIT
- AlicenseNot gradedqualityCmaintenanceMCP server for Opplevagent — discover Norwegian experiences and activities such as tours, courses and things to do, filtered by county, municipality, category, weather, season, group size, age and price. Read-only access to a public A2A experiences marketplace.33 npmMIT