easygroupflights MCP
easygroupflights MCP
一个用于 easygroupflights.com 的 Model Context Protocol 服务器 — 提供 IATA 认证的团体机票,拥有 500 多家航空公司的协议票价。
它让 AI 助手能够完成网站所能做的事情:判断一次旅行是否属于团体预订,收集代理人为其定价所需的信息,并将询价转交给人工处理——或者,如果出行人数少到不足以成团,则查找普通的可预订票价。
为什么团体需要不同的工具
团体票价是直接与航空公司协商的。它不会通过任何公共预订引擎销售,因此任何搜索 API 都无法返回其价格。该服务器所做的是提交一份完整、结构化的询价,并诚实地告知旅客接下来会发生什么:专家会在大约两小时内通过电子邮件回复,复杂航线最长不超过 24 小时。
分界线是 10 名有座旅客。两岁以下的婴儿不占座,也不计入人数。
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"
}
}
}传输方式为流式 HTTP。服务器是无状态的——它不颁发会话 ID,也不需要 Durable Objects,因为每次工具调用都是自包含的。
配置
公共值位于 wrangler.toml 中:
变量 | 含义 |
| 面向用户的网站,显示在工具输出和落地页中 |
| 预订成为团体的人数门槛。默认值为 10 |
| 票价服务报价所使用的货币。默认值为 EUR |
使用 wrangler secret put 设置三个密钥:
密钥 | 含义 |
| 团体询价接收端。属于基础设施而非凭据;之所以作为密钥,仅仅是因为此仓库是公开的 |
| 作为 |
| Pelikan MCP 服务器的流式 HTTP 端点,用于为低于团体门槛的出行人数定价。可选——未设置时其工具保持隐藏 |
许可证
MIT。请参阅 LICENSE。
询价归因于裸市场域名。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 提供状态探针,/.well-known/mcp.json 提供目录清单。
市场
每个市场一个网站;市场决定由哪个品牌处理询价,以及潜在客户归属于哪个域名。
| 网站 | 语言 |
| 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