
GetExperience
Let your coding agent search tours and book travel experiences in 40+ countries without hand-rolling GetExperience APIs.
Overview
GetExperience is an MCP server for the Build phase that lets agents search and book tours and travel experiences in 40+ countries via a remote SSE endpoint.
What is this MCP server?
- Remote MCP endpoint at getexperience.com/mcp over SSE—no local npm package required for browsing.
- Search and book tours and experiences across 40+ countries from agent tool calls.
- Optional X-Api-Key header for B2B booking; browsing works without a secret key.
- Published server schema version 0.6.0 with GitHub source at SKurakov/getexperience-mcp.
- Fits travel apps, concierge agents, and itinerary copilots that need structured tour results.
- 40+ countries covered for tours and experiences per server description
- Single remote SSE URL: https://getexperience.com/mcp
What problem does it solve?
Hand-building travel inventory search and booking APIs pulls agent focus away from your app and leaves itineraries stuck on hallucinated or stale tour data.
Who is it for?
Solo builders making travel concierge agents, experience marketplaces, or itinerary tools that must cite real tours across many countries.
Skip if: Teams that only need static destination copy, have no travel vertical, or cannot accept a third-party booking dependency.
What do I get? / Deliverables
After you add the MCP remote in your agent config, the assistant can call GetExperience tools for real tour search and optional B2B booking with your API key.
- Agent-callable search across GetExperience’s 40+ country catalog
- Optional authenticated booking tool calls when X-Api-Key is configured
Recommended MCP Servers
Journey fit
Travel inventory and booking live in external APIs—solo builders wire them during product build, not during idea research. This is a remote SSE MCP bridge to getexperience.com; placement on integrations matches how agents call third-party booking services.
How it compares
Remote travel-booking MCP integration, not a generic web-scraping skill or self-hosted tour database.
Common Questions / FAQ
Who is GetExperience for?
Indie developers and agent builders who want Claude or Cursor to search and book GetExperience tours without writing custom REST clients.
When should I use GetExperience?
Use it while building integrations when your product or agent must query live experiences in 40+ countries or complete B2B bookings with an API key.
How do I add GetExperience to my agent?
Register the MCP remote URL https://getexperience.com/mcp (SSE) in your client’s MCP settings and add X-Api-Key only if you need B2B booking.