← Registry

General Tools

airtreks.com

Provides multi-city flight routing, validation, suggestions, and fare product matching.

1 endpoint11 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://mcp.airtreks.com/mcp

No auth detected

MCP server metadata

Name
airtreks
Version
1.2.3
Capabilities
tools.listChanged

Known tools 11

plan_route

The primary entry point for any multi-city trip.

Inferred read-only
trip_idea_create

Submit the customer's trip to AirTreks — a human travel consultant takes over from there.

Inferred read-only
route_estimate

Get a price range for a multi-city or round-the-world trip, drawn from what AirTreks customers have actually paid on those routes.

Inferred read-only
fare_quote

Get live, bookable-quality fares for one specific itinerary — actual flights, actual prices, for the dates given.

Inferred read-only
itinerary_quote

Price a complete multi-stop or round-the-world trip and get back several ways of ticketing it — cheapest, fastest, fewest stops — with the actual tickets each one is built from.

Inferred read-only
itinerary_quote_status

Fetch the result of an itinerary_quote using the quoteReference it returned.

Inferred read-only
route_validate

Validate a multi-city flight routing for feasibility.

Inferred read-only
route_suggest

Get suggested multi-stop flight routings based on regions, direction, and alliance preference.

Inferred read-only
hub_check

Check the best connection between two airports.

Inferred read-only
fare_product_match

Recommend the best fare product type for a route — RTW, Circle Pacific, Circle Atlantic, Open Jaw, or Custom Multi-City.

Inferred read-only
custom_route_build

Break a complex multi-city itinerary into individually-ticketable segments with carrier recommendations.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.airtreks]
url = "https://mcp.airtreks.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "airtreks": {
      "type": "http",
      "url": "https://mcp.airtreks.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: airtreks
Remote MCP URL: https://mcp.airtreks.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "airtreks": {
      "url": "https://mcp.airtreks.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "airtreks": {
      "type": "http",
      "url": "https://mcp.airtreks.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "airtreks",
  "transport": "streamable-http",
  "url": "https://mcp.airtreks.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for airtreks.com was fetched 2026-07-26T08:20:04.858Z and is being refreshed.

Trust status Trusted

airtreks.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.