GetExperience MCP Server
GetExperience MCP 서버
40개 이상의 국가에서 투어와 특별한 여행 경험을 제공하는 마켓플레이스인 GetExperience.com용 MCP 서버입니다.
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 매개변수를 통해 두 가지 응답 형식을 지원합니다:
"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