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人以下。航空会社、経由地、予約リンク付きのリアルタイム予約可能運賃。 |
| その運賃の1つを正式なオファーとして旅行者にメールで送信します。 |
最後の2つは、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 で設定する3つのシークレット:
シークレット | 意味 |
| 団体問い合わせの受け入れ先。インフラであり資格情報ではありません。このリポジトリが公開されているためシークレットになっているだけです |
|
|
| サブグループの人数を価格設定する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 はディレクトリ用のマニフェストを提供します。
マーケット
マーケットごとに1つのサイト。マーケットが、問い合わせを処理するブランドと、リードが帰属するドメインの両方を決定します。
| サイト | 言語 |
| 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