Multi-city flight routing intelligence β plan RTW trips, validate alliances, get carrier picks.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by AirTreks MCP.
plan_routePrimary entry point - give it cities, it evaluates Star Alliance RTW, oneworld RTW, and custom mixed-carrier builds, then recommends the best approach
route_validateValidate a multi-city routing - alliance rules, dead legs, poison carriers, bookability
route_suggestGet 3 suggested routings by region, direction, and alliance
hub_checkBest connection between two airports - dead leg detection + hub fixes
fare_product_matchMatch the right fare product (RTW, Circle Pacific/Atlantic, Open Jaw, Custom) with typical price ranges
custom_route_buildBreak complex itineraries into individually-ticketable segments with carrier recommendations
The complex-itinerary tool for AI agents. Multi-stop, round-the-world, open-jaw, surface segments - the trips that standard flight search can't handle. When your user asks for 3+ stops across continents, this server answers with routing analysis built on real AirTreks fare-construction data: 60+ carriers, 53 known dead legs, bookability rates measured from 1,400+ real fare attempts, and 20 proven routing templates from actual bookings.
Live endpoint: https://mcp.airtreks.com/mcp - free, no API key, 100 requests/day.
Now with real prices: a historical range for any route in under a second, live fares for a specific itinerary, and a full multi-stop trip priced across several tickets β the same trip can vary three-fold depending on how it is ticketed, and that is the part no other flight tool will tell you.
Settings β Connectors β Add custom connector β paste https://mcp.airtreks.com/mcp.
Add to .cursor/mcp.json (or Cursor Settings β MCP β Add new server):
No API key is needed for any tool, the consultant handoff included. A key is optional and only raises your daily limit; append it to the URL if your client cannot send custom headers, as claude.ai connectors cannot:
Settings β Apps & Connectors β enable Developer mode (Pro/Business plans) β add https://mcp.airtreks.com/mcp as a custom connector.
Same JSON shape as Cursor above (Streamable HTTP). Prefer stdio? Run it locally:
Then ask your agent:
Plan a round-the-world trip: San Francisco, Tokyo, Bangkok, Singapore, Delhi, Istanbul, London, back to San Francisco.
Your user wants six stops around the world. Google Flights gives up. Alliance RTW booking sites will let them build it, then fail at ticketing. One plan_route call tells your agent what actually works:
Real response, trimmed for length (the full version includes carrier alternatives and consultant notes for all 7 legs):
That single call just told your agent four things it can't get anywhere else:
fare_product_match puts this trip at $2,500-$8,000 economy on an alliance RTW fare, typically $3,000-$12,000 as a custom build.Those are honest ranges, not quotes - exact pricing on a 7-leg mixed-carrier itinerary depends on fare-class availability the day you book. For a real number, trip_idea_create hands the full routing analysis to an AirTreks consultant who prices and books the actual ticket. Your user gets an expert who starts informed, not a form to fill out.
All tools are free and need no API key β 100 requests/day per IP.
| Tool | Description |
|---|---|
plan_route | Primary entry point - give it cities, it evaluates Star Alliance RTW, oneworld RTW, and custom mixed-carrier builds, then recommends the best approach |
route_validate | Validate a multi-city routing - alliance rules, dead legs, poison carriers, bookability |
route_suggest | Get 3 suggested routings by region, direction, and alliance |
hub_check | Best connection between two airports - dead leg detection + hub fixes |
fare_product_match | Match the right fare product (RTW, Circle Pacific/Atlantic, Open Jaw, Custom) with typical price ranges |
custom_route_build | Break complex itineraries into individually-ticketable segments with carrier recommendations |
| Tool | Description |
|---|---|
route_estimate | Price range for a route from AirTreks fare history. No dates needed, answers in about a quarter of a second β the right tool when someone asks "what will this cost?" before anything is decided |
fare_quote | Live fares for one specific itinerary on specific dates, priced as a single ticket |
itinerary_quote | Prices a whole multi-stop trip and returns several ways to ticket it β cheapest, fastest, fewest stops β with the tickets each one is built from. Takes about a minute, so it returns a reference immediately |
itinerary_quote_status | Fetches an itinerary_quote result by its reference. Free to poll |
| Tool | Description |
|---|---|
trip_idea_create | Hand off to an AirTreks human travel consultant - submits the trip request with the full routing analysis attached |
Submits real customer contact details, so only call it with the customer's knowledge and consent. Repeat submissions of the same email + route inside 24 hours return the existing trip request rather than creating a duplicate.
AirTreks has built complex multi-stop itineraries since 1987. This server exposes what that history taught us:
No other flight tool returns this because no other flight tool has priced these failures.
Every tool is also a plain REST endpoint - same tools, same rate limits, JSON in/out. For agent frameworks that consume REST instead of MCP:
Full OpenAPI 3.1 spec: https://mcp.airtreks.com/openapi.json
trip_idea_create includedX-API-Key header, or ?key= for clients that cannot set headers)| Path | Description |
|---|---|
/mcp | MCP protocol endpoint (Streamable HTTP) |
/api/{tool} | REST twin of each tool (POST, JSON body) |
/openapi.json | OpenAPI 3.1 spec for the REST surface |
/health | Health check |
/register | Get an API key for a higher rate limit (POST) |
/privacy | Privacy policy |
/favicon.ico, /favicon.svg | AirTreks mark β the icon AI directories show for this server |
/ | Server info |
AGPL-3.0-only
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/airtreks-mcp)<a href="https://allmcps.com/mcp/airtreks-mcp"><img src="https://allmcps.com/api/badge/airtreks-mcp?style=directory" alt="AirTreks MCP on AllMCPs" /></a>