Multi-city flight routing intelligence — plan RTW trips, validate alliances, get carrier picks.
Multi-city flight routing intelligence — plan RTW trips, validate alliances, get carrier picks. The airtreks mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 9 defined tools rather than through you.
Settings → Connectors → Add custom connector → paste https://mcp.airtreks.com/mcp.
Everything the assistant can do here goes through one of these:
plan_route — Primary entry point - give it cities, it evaluates Star Alliance RTW, oneworld RTW, and custom mixed-carrier builds, then recommends the best approachroute_validate — Validate a multi-city routing - alliance rules, dead legs, poison carriers, bookabilityroute_suggest — Get 3 suggested routings by region, direction, and alliancehub_check — Best connection between two airports - dead leg detection + hub fixesfare_product_match — Match the right fare product (RTW, Circle Pacific/Atlantic, Open Jaw, Custom) with typical price rangescustom_route_build — Break complex itineraries into individually-ticketable segments with carrier recommendationstrip_idea_create — Hand off to an AirTreks human consultant - creates a trip idea in APEX with the full routing analysis attachedCursor — Add to .cursor/mcp.json (or Cursor Settings → MCP → Add new server):ChatGPT — Settings → Apps & Connectors → enable Developer mode (Pro/Business plans) → add https://mcp.airtreks.com/mcp as a custom connectorBeing a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Airtreks's toolset — plan_route, route_validate, route_suggest and 6 more — is a fair guide to whether it matches your workflow. It is maintained by SEKeener; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Airtreks's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| 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 |
| trip_idea_create | Hand off to an AirTreks human consultant - creates a trip idea in APEX with the full routing analysis attached |
| Cursor | Add to .cursor/mcp.json (or Cursor Settings → MCP → Add new server): |
| ChatGPT | Settings → **Apps & Connectors** → enable Developer mode (Pro/Business plans) → add https://mcp.airtreks.com/mcp as a custom connector. |
{
"mcpServers": {
"airtreks": {
"command": "npx",
"args": ["-y", "airtreks-mcp"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.