General Tools
airtreks.com
Provides multi-city flight routing, validation, suggestions, and fare product matching.
ENDPOINT 1
https://mcp.airtreks.com/mcp
MCP server metadata
- Name
- airtreks
- Version
- 1.2.3
Known tools 11
trip_idea_createSubmit the customer's trip to AirTreks — a human travel consultant takes over from there.
Inferred read-onlyroute_estimateGet 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-onlyfare_quoteGet live, bookable-quality fares for one specific itinerary — actual flights, actual prices, for the dates given.
Inferred read-onlyitinerary_quotePrice 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-onlyitinerary_quote_statusFetch the result of an itinerary_quote using the quoteReference it returned.
Inferred read-onlyroute_suggestGet suggested multi-stop flight routings based on regions, direction, and alliance preference.
Inferred read-onlyfare_product_matchRecommend the best fare product type for a route — RTW, Circle Pacific, Circle Atlantic, Open Jaw, or Custom Multi-City.
Inferred read-onlycustom_route_buildBreak a complex multi-city itinerary into individually-ticketable segments with carrier recommendations.
Inferred read-onlyCONNECT 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.
airtreks.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.