The First MCP for Group Flights — Book 10+ Passengers from Claude, Cursor, or Any AI Agent
Most flight MCPs search public OTA fares. EasyGroupFlights ships what was missing — a remote MCP for real airline group blocks (10+ passengers).
Most “flight MCP” servers search Google Flights or OTA APIs. That works for one ticket. It fails for a wedding of 40, a school trip of 55, or a corporate offsite of 80 — because airline group fares are not sold on public booking engines.
EasyGroupFlights just published what the agent ecosystem was missing: a remote Model Context Protocol (MCP) server purpose-built for group airfare (10+ seated passengers) — connected to a real IATA-accredited specialist desk at easygroupflights.com.

- MCP docs: https://mcp.easygroupflights.com/
- Endpoint:
https://mcp.easygroupflights.com/mcp - Human quote site: https://easygroupflights.com/
- Open source: github.com/codeblockssk/easygroupflights-mcp
Why this is different (the uniqueness)
| Typical flight MCP | EasyGroupFlights MCP | |
|---|---|---|
| Data source | Public / OTA search | Group fare workflow + specialist desk |
| Party size | 1–9 mindset | Designed for 10+ |
| Output | Instant public price | Structured group enquiry → human quote (~2h typical) |
| Names | Required at book | Names later (group rules) |
| Seats | Best-effort | Held together under group logic |
| Invoice | Per passenger chaos | One accountable file |
There is no shortage of flight-search MCPs. There is a shortage of group primitives. Until agents can file a proper group booking request, every “AI travel agent” demo quietly breaks the moment someone says “we’re twenty people.”
Install in 30 seconds
Claude Code:
claude mcp add --transport http easygroupflights https://mcp.easygroupflights.com/mcp
Any MCP client (mcp.json / Cursor / Claude Desktop style):
{
"mcpServers": {
"easygroupflights": {
"type": "http",
"url": "https://mcp.easygroupflights.com/mcp"
}
}
}
Transport is streamable HTTP, stateless — no local install, no API key for the public group tools.
What the agent can do
get_service_info— How group booking works, thresholds, timing, what a quote costs (nothing submitted).request_group_quote— For 10+ travellers: submits a complete structured enquiry to EasyGroupFlights specialists. Returns confirmation, not a fake scraped “group price.”- Optional fare tools (when configured) for parties under the group threshold — so the agent can still help smaller parties honestly.
Typical specialist turnaround: about two hours in business hours (complex multi-city up to 24h).
Who should connect this MCP
- Destination wedding planners coordinating guest flights — easygroupflights.com/weddings/
- Corporate / offsite / MICE ops who need one invoice — easygroupflights.com/work-retreats/
- Schools & universities (names after consent forms) — easygroupflights.com/school-trips/
- Sports teams (late squad changes + kit) — easygroupflights.com/sports-teams/
- Tour operators / agencies building packages on top of air blocks
- AI agent builders who want a travel tool that doesn’t lie about group inventory
Example prompts for your agent
- “We have 28 people flying LON–BCN in September for a company offsite. Start a group quote.”
- “Is 12 passengers enough for a group fare? Explain deposits and name deadlines.”
- “Destination wedding — guests from three cities, ~35 flying. What do you need from me?”
Honesty beats hallucination
Public APIs cannot invent airline group blocks. Any tool that pretends otherwise will mislead users. This MCP is explicit: group = enquiry + specialist, with the same economics and protections travelers already get on EasyGroupFlights.com (IATA-accredited operator, negotiated fares across 500+ airlines, name flexibility under group rules).
Get started
- Install the MCP (snippet above).
- Ask your agent for
get_service_info. - File a quote for your next 10+ trip — or open the human form: easygroupflights.com/#quote.
Links to keep:
Website · easygroupflights.com · MCP · mcp.easygroupflights.com · GitHub · codeblockssk/easygroupflights-mcp · Blog hub · easygroupflights.com/blog/
EasyGroupFlights is operated with IATA-accredited group airfare expertise. Group fares and policies vary by airline and routing; your quote states the rules for your file.
Frequently asked questions
What is the EasyGroupFlights MCP? A remote Model Context Protocol server for real airline group blocks (10+ seated passengers), connected to an IATA-accredited specialist desk — not a public OTA fare scraper.
Does it return an instant group price? No. Public APIs cannot invent airline group inventory. request_group_quote files a structured enquiry; specialists typically reply in about two hours during business hours.
Do I need an API key? Not for the public group tools. Transport is streamable HTTP at https://mcp.easygroupflights.com/mcp.
Which clients work? Claude Code, Cursor, Claude Desktop, and any MCP client that supports streamable HTTP. Install: claude mcp add --transport http easygroupflights https://mcp.easygroupflights.com/mcp.
Where do I get a human quote? Same desk, no agent required: Get a group quote.
Planning a 10+ trip? Connect the MCP or skip straight to a specialist. Get a group quote · MCP docs · How to book group flights · How group fares work.