AirTreks MCP

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…. Its 11 documented tools cover route, quote, fare, itinerary.

People who work with route, quote and fare and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 2 · #249 OF 945 MAINTAINED OTHER · VERIFIED 2026-09-18

NOASSERTION · TypeScript servers · how we verify → /methodology

01 · Install AirTreks MCP

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add airtreks-airtreks-mcp --transport http https://mcp.airtreks.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "airtreks-airtreks-mcp": {
      "url": "https://mcp.airtreks.com/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.airtreks.com/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-09-17

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to mcp.airtreks.com

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package airtreks-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.Airtreks is GitHub-verified and matches the repo owner

03 · What AirTreks MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can validate a multi-city routing - alliance rules, dead legs, poison carriers, bookability, get 3 suggested routings by region, direction, and alliance, and fetch an itinerary_quote result by its reference. Free to poll.

Capability map

Tools grouped from the project's README - what AirTreks MCP lets an agent do.

Route

5 tools - e.g. Primary entry point - give it cities, it evaluates Star Alliance RTW, oneworld RTW, and custom mixed-carrier builds, then recommends the best approach; Validate a multi-city routing - alliance rules, dead…

plan_route · route_validate · route_suggest · custom_route_build · route_estimate

Fare

2 tools - e.g. Match the right fare product (RTW, Circle Pacific/Atlantic, Open Jaw, Custom) with typical price ranges; Live fares for one specific itinerary on specific dates, priced as a single ticket

fare_product_match · fare_quote

Itinerary

2 tools - e.g. 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 ; Fetches an itinerary_quote result by its…

itinerary_quote · itinerary_quote_status

Hub

1 tool - e.g. Best connection between two airports - dead leg detection + hub fixes

hub_check

Trip

1 tool - e.g. Hand off to an AirTreks human travel consultant - submits the trip request with the full routing analysis attached

trip_idea_create

04 · Who maintains AirTreks MCP

AirTreks MCP is maintained by airtreks. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
other - ranked #249 of 945 actively-maintained other servers as of 2026-09-18.
registry
io.github.Airtreks/airtreks-mcp (active, first published 2026-08-21 · 2 versions)
packages
npm:airtreks-mcp

06 · AirTreks MCP FAQ

Is AirTreks MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-08-24. We re-verify nightly.

What can AirTreks MCP do?

With this server connected, an agent can validate a multi-city routing - alliance rules, dead legs, poison carriers, bookability, get 3 suggested routings by region, direction, and alliance, and fetch an itinerary_quote result by its reference. Free to poll.

How do I install AirTreks MCP?

Run `npx -y airtreks-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does AirTreks MCP require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-09-17; you can connect without credentials.

07 · Alternatives to AirTreks MCP

More MCP servers to compare · Aispace · Roadmapsh · Etincel Nonfiction · Web Validator by DigestSEO · Kasbah MCP

More TypeScript MCP servers · Vibe Test - Browser Testing Agent · Myc · Aiven MCP · see all