Skip to main content
Glama
SKurakov

GetExperience MCP Server

by SKurakov

GetExperience MCP Server

用于 GetExperience.com 的 MCP 服务器 — 一个覆盖 40 多个国家的旅游和独特旅行体验市场。

通过 Model Context Protocol,直接从任何 AI 助手搜索、浏览和预订真实的旅游和活动。

适用人群

  • AI 助手和聊天机器人 — 为你的产品添加旅行预订功能

  • 旅行社和礼宾服务 — 通过 AI 自动化旅游搜索和预订

  • 构建 AI 代理的开发者 — 通过 MCP 接入现成的旅行 API

免费访问(无需 API 密钥)

浏览完整目录:搜索体验、查看详情、查看日程和价格。开箱即用 — 只需连接到端点。通过聊天为任何人提供即时支付和预订 — 即将推出。

B2B 合作伙伴集成

代表您的客户预订旅游 — 即时确认,无需客人付款。您的公司与 GetExperience 单独结算(发票/余额)。

要成为 B2B 合作伙伴,请通过 bookings@getexperience.com 联系我们 — 我们将在当天为您发放 API 密钥。

Related MCP server: lastminutedeals-api

服务器 URL

https://getexperience.com/mcp

传输方式:Streamable HTTP(自 v0.7.0 起)。无需安装 — 这是一个托管的远程服务器。

从 SSE 迁移? 请参阅 CHANGELOG.md 了解完整的前后对比。

快速开始

Claude Desktop

添加到 ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "getexperience": {
      "type": "streamablehttp",
      "url": "https://getexperience.com/mcp"
    }
  }
}

Cursor

添加到 .cursor/mcp.json

{
  "mcpServers": {
    "getexperience": {
      "type": "streamablehttp",
      "url": "https://getexperience.com/mcp"
    }
  }
}

任意 MCP 客户端

将您的 MCP 客户端指向:

https://getexperience.com/mcp

浏览无需 API 密钥。对于 B2B 预订,请添加 X-Api-Key 请求头:

{
  "mcpServers": {
    "getexperience": {
      "type": "streamablehttp",
      "url": "https://getexperience.com/mcp",
      "headers": {
        "X-Api-Key": "YOUR_API_KEY"
      }
    }
  }
}

工具

工具

描述

search_experiences

按地点、类别、日期、价格、人数、语言搜索旅游

get_experience_details

完整详情:描述、照片、价格、时长、语言、评分

get_experience_schedule

特定日期的可用时间段和价格

add_to_checkout

将体验添加到购物车

get_checkout

查看当前购物车内容

create_order

提交最终预订(B2B 即时确认或通过 Stripe 的 B2C)

完整参数、响应模式和示例:TOOLS.md

预订流程

search_experiences → get_experience_schedule → add_to_checkout → create_order
  1. 搜索 — 按地点、类别、日期查找体验

  2. 日程 — 选择日期,获取带价格的可选时间段

  3. 加入购物车 — 选择时间段,指定客人人数

  4. 下单 — 提交预订(通过 Stripe 的 B2C,或使用 API 密钥的 B2B)

B2C(客人通过银行卡支付)

create_order 中设置 paymentSystem: "stripe"。返回一个 Stripe 支付链接 — 客人在那里完成支付。(即将推出)

B2B(合作伙伴集成)

在连接时设置 paymentSystem: "internal" 并提供 X-Api-Key 请求头。预订即时确认,体验提供方会收到电子邮件通知。

联系 bookings@getexperience.com 获取您的 API 密钥。

响应格式

所有工具都通过 responseFormat 参数支持两种响应格式:

  • "markdown"(默认)— 人类可读文本 + 供程序使用的 [GXP_STRUCTURED] JSON 块

  • "json" — 仅纯 JSON

结构化数据

使用 markdown 格式时,每个响应都包含一个带有类型化 JSON 的 [GXP_STRUCTURED] 块:

const match = text.match(/\[GXP_STRUCTURED\]([\s\S]*?)\[\/GXP_STRUCTURED\]/);
const data = match ? JSON.parse(match[1].trim()) : null;

健康检查

GET https://getexperience.com/mcp/health

链接

许可证

MIT

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

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.

  • Hotel booking MCP server. Search, book, and manage reservations across 250K+ properties worldwide.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SKurakov/getexperience-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server