easygroupflights MCP
easygroupflights MCP
easygroupflights.com을 위한 Model Context Protocol 서버입니다. IATA 공인 단체 항공여행 서비스로, 500개 이상 항공사와의 협상 요금을 제공합니다.
이 서버는 AI 어시스턴트가 웹사이트에서 하는 일을 그대로 할 수 있게 해줍니다. 여행이 단체 예약인지 판단하고, 상담사가 견적을 내는 데 필요한 정보를 취합하고, 문의를 실제 담당자에게 전달하는 일입니다. 또는 단체로 묶기에 인원이 너무 적은 경우에는 일반적인 예약 가능 요금을 찾아줍니다.
단체에 다른 도구가 필요한 이유
단체 요금은 항공사와 직접 협상됩니다. 공개 예약 엔진을 통해서는 판매되지 않으므로, 어떤 검색 API도 그 가격을 반환할 수 없습니다. 이 서버가 그 대신 하는 일은 완전하고 구조화된 문의를 제출하고, 여행자에게 다음에 일어날 일을 정직하게 알려주는 것입니다. 전문 상담사가 이메일로 약 2시간 안에 답변하며, 복잡한 경우 최대 24시간까지 걸릴 수 있습니다.
그 기준선은 좌석을 사용하는 여행자 10명입니다. 생후 2년 미만의 유아는 좌석을 차지하지 않으므로 인원에 포함되지 않습니다.
Related MCP server: Find Flights MCP Server
도구
도구 | 기능 |
| 단체 예약의 절차, 기준이 되는 인원, 견적 비용과 소요 시간을 알려줍니다. 아무것도 제출하지 않습니다. |
| 10명 이상의 여행자. 단체 전문가에게 구조화된 문의를 제출합니다. 가격이 아닌 접수 확인을 반환합니다. |
| 9명 이하. 항공사, 경유지, 예약 링크가 포함된 실시간 예약 가능 요금입니다. |
| 그중 하나의 요금을 공식 제안서로 여행자 이메일로 보냅니다. |
마지막 두 도구는 PELIKAN_MCP_URL이 설정되지 않은 한 tools/list에 노출되지 않습니다. 실행할 수 없는 도구가 목록에 있는 것은, 도구가 아예 없는 것보다 더 나쁘기 때문입니다.
사용하기
claude mcp add --transport http easygroupflights https://mcp.easygroupflights.com/mcp또는 모든 MCP 클라이언트의 설정 파일에서:
{
"mcpServers": {
"easygroupflights": {
"type": "http",
"url": "https://mcp.easygroupflights.com/mcp"
}
}
}전송 방식은 streamable HTTP입니다. 이 서버는 stateless로 동작하며 세션 id를 발급하지 않고 Durable Objects도 필요하지 않습니다. 모든 도구 호출이 자기 완결적으로 처리되기 때문입니다.
설정
공개 값은 wrangler.toml에 있습니다.
변수 | 의미 |
| 사용자 대상 사이트. 도구 출력과 랜딩 페이지에 표시됩니다. |
| 예약이 단체로 분류되는 인원 기준. 기본값은 10입니다. |
| 요금 서비스가 견적을 내는 통화. 기본값은 EUR입니다. |
세 가지 비밀 값은 wrangler secret put으로 설정합니다.
비밀 값 | 의미 |
| 단체 문의 접수처. 자격증명보다는 인프라에 가가운 값으로, 이 저장소가 공개 저장소이기 때문에 비밀 값으로 보에 됩니다. |
| 접수처에 |
| 단체 미만 인원의 요금을 계산하는 Pelikan MCP 서버의 streamable HTTP 엔드포인트입니다. 선택 사항이며, 설정 전에는 해당 도구가 계속 숨겨져 있습니다. |
라이선스
MIT. LICENSE를 참고하세요.
문의는 마트(market) 도메인 자체에 귀속됩니다. Autopilot은 인식하는 소스만 처리하므로, 그 도메인에 무엇인가가 덧붙여져 처리될 수 없습니다.
개발
npm install
npm run dev # wrangler dev on :8787
npm test # unit tests, no network
npm run typecheck
npm run deploy # wrangler deploy로컬 비밀 값은 .dev.vars에 넣으면 됩니다(gitignore 대상). AUTOPILOT_API_KEY를 설정하지 않은 채 두는 것은 request_group_quote를 처음부터 끝까지 안전하게 실행해 보는 방법입니다. 실제 리드를 생성하는 대신, 모든 값의 무결성을 확인하고 접수 단계의 경계에서 멈추기 때문입니다.
수동으로 실행하려면:
curl -s localhost:8787/mcp -H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'GET /는 사람이 읽을 수 있는 페이지를 제공하고, /health는 상태 확인(pull), /.well-known/mcp.json은 디렉터리용 매니페스트를 제공합니다.
마켓
마켓마다 하나의 사이트가 있습니다. 마켓에 따라 문의를 처리하는 브랜드와 리드(lead)가 귀속될 도메인이 정해지며, 입니다.
| 사이트 | 언어 |
| easygroupflights.com | 영어 |
| grupoweloty.pl | 폴란드어 |
| gruppenfluege.at | 독일어 |
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
- AlicenseCqualityDmaintenanceEnables searching and retrieving detailed flight information using the Duffel API, supporting various flight types and flexible search parameters for efficient travel planning.3220MIT
- -licenseNot gradedqualityNot gradedmaintenanceEnables searching and retrieving flight information using Duffel API, supporting one-way, round-trip, and multi-city queries with flexible search parameters.
- AlicenseNot gradedqualityBmaintenanceEnables agents to search airports and find group meetup flights for multiple travelers with optimal pricing and arrival windows.194MIT
- FlicenseNot gradedqualityDmaintenanceProvides tools for searching flights, creating and canceling bookings, and retrieving user reservations through natural language.
Related MCP Connectors
Live flight prices and working booking links for AI agents and travel apps.
Flight search & booking for AI agents. 400+ airlines, $20-50 cheaper than OTAs.
Aggregated travel MCP — flights, tours, activities, price checks, visas, and more.
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/codeblockssk/easygroupflights-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server