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).

Share
The First MCP for Group Flights — Book 10+ Passengers from Claude, Cursor, or Any AI Agent

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.

The First MCP for Group Flights — Book 10+ Passengers from Claude, Cursor, or Any AI Agent
Remote MCP for real airline group blocks — not another OTA fare scraper

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

  1. get_service_info — How group booking works, thresholds, timing, what a quote costs (nothing submitted).
  2. request_group_quote — For 10+ travellers: submits a complete structured enquiry to EasyGroupFlights specialists. Returns confirmation, not a fake scraped “group price.”
  3. 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

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

  1. Install the MCP (snippet above).
  2. Ask your agent for get_service_info.
  3. 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.