GetExperience MCP Server
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"
}
}
}
}ツール
ツール | 説明 |
| 場所、カテゴリ、日付、価格、人数、言語でツアーを検索 |
| 完全な詳細:説明、写真、料金、所要時間、言語、評価 |
| 特定の日付の利用可能な時間枠と料金 |
| 体験をカートに追加 |
| 現在のカートの内容を表示 |
| 最終予約を確定(B2B 即時または Stripe 経由の B2C) |
完全なパラメータ、レスポンススキーマ、および例:TOOLS.md
予約フロー
search_experiences → get_experience_schedule → add_to_checkout → create_order検索 — 場所、カテゴリ、日付で体験を検索
スケジュール — 日付を選択し、価格付きの利用可能な時間枠を取得
カートに追加 — 時間枠を選択し、ゲストを指定
注文 — 予約を確定(Stripe 経由の B2C、または API キーを使用した B2B)
B2C(ゲストがカードで支払い)
create_order で paymentSystem: "stripe" を設定します。Stripe の支払いリンクが返され、ゲストはそこで支払いを完了します。(近日公開予定)
B2B(パートナー連携)
paymentSystem: "internal" を設定し、接続時に X-Api-Key ヘッダーを提供します。予約は即時に確認され、ホストにはメールで通知されます。
API キーを取得するには bookings@getexperience.com までお問い合わせください。
レスポンス形式
すべてのツールは responseFormat パラメータを介して 2 つのレスポンス形式をサポートしています:
"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リンク
ウェブサイト: getexperience.com
MCP エンドポイント:
https://getexperience.com/mcp
ライセンス
MIT
This server cannot be installed
Maintenance
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
- FlicenseCqualityDmaintenanceFacilitates access to LumbreTravel API for managing travel programs, activities, and related entities through MCP clients.68211
- 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
- FlicenseNot gradedqualityCmaintenanceAI commerce platform — WooCommerce store products, flights, tours, activities and local transport via MCP. Search, availability and booking tools. No auth for public endpoint.
- AlicenseNot gradedqualityDmaintenanceEnables travel package management, booking, and itinerary planning through MCP-compliant endpoints with 26 tools for searching, comparing, and booking travel packages.7MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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