INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://mcp.airtreks.com/mcp
Connect to this endpoint to inspect the live schema for route_estimate and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
plan_route— The primary entry point for any multi-city trip.trip_idea_create— Submit the customer's trip to AirTreks — a human travel consultant takes over from there.fare_quote— Get live, bookable-quality fares for one specific itinerary — actual flights, actual prices, for the dates given.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.itinerary_quote_status— Fetch the result of an itinerary_quote using the quoteReference it returned.route_validate— Validate a multi-city flight routing for feasibility.route_suggest— Get suggested multi-stop flight routings based on regions, direction, and alliance preference.hub_check— Check the best connection between two airports.