Getexperience Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Getexperience Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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.
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.
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 [[email protected]](mailto:[email protected]) — we'll issue your API key the same day.
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.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"getexperience": {
"type": "streamablehttp",
"url": "https://getexperience.com/mcp"
}
}
}Add to .cursor/mcp.json:
{
"mcpServers": {
"getexperience": {
"type": "streamablehttp",
"url": "https://getexperience.com/mcp"
}
}
}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"
}
}
}
}| Tool | Description |
|---|---|
search_experiences | Search tours by location, category, date, price, guests, language |
get_experience_details | Full details: description, photos, pricing, duration, languages, rating |
get_experience_schedule | Available time slots and pricing for a specific date |
add_to_checkout | Add an experience to the cart |
get_checkout | View current cart contents |
create_order | Place the final booking (B2B instant or B2C via Stripe) |
Full parameters, response schemas, and examples: [TOOLS.md](TOOLS.md)
search_experiences → get_experience_schedule → add_to_checkout → create_orderSet paymentSystem: "stripe" in create_order. Returns a Stripe payment link — the guest completes payment there. (Coming soon)
Set paymentSystem: "internal" and provide X-Api-Key header at connection time. Booking is confirmed instantly, host is notified by email.
Contact [email protected] to get your API key.
All tools support two response formats via the responseFormat parameter:
[GXP_STRUCTURED] JSON block for programmatic useWhen 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;GET https://getexperience.com/mcp/healthhttps://getexperience.com/mcpMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.