AirTreks MCP
AirTreks MCP Server
Complex multi-city flight routing intelligence for AI agents. Plan round-the-world trips across 60+ carriers, validate alliance routings, get carrier recommendations, identify surface sector savings, and hand off to human consultants.
Live endpoint: https://mcp.airtreks.com/mcp
Tools
Free (no API key needed, 100 req/day)
Tool | Description |
| 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 — checks alliance rules, dead legs, poison carriers, bookability |
| Get 3 suggested routings by region, direction, and alliance |
| Best connection between two airports — dead leg detection + hub fixes |
| Recommend fare type: RTW, Circle Pacific/Atlantic, Open Jaw, or Custom |
| Break complex itineraries into individually-ticketable segments with carrier recommendations |
API Key Required
Tool | Description |
| Hand off to an AirTreks human consultant by creating a trip idea in APEX |
Register for an API key: POST https://mcp.airtreks.com/register with {"email": "you@example.com"}
Related MCP server: Award Flight Daily MCP Server
Connect
Remote (recommended)
Add to Claude Desktop, Cursor, or any MCP client:
{
"mcpServers": {
"airtreks": {
"url": "https://mcp.airtreks.com/mcp"
}
}
}Local (stdio)
npx airtreks-mcpOr add to your MCP client config:
{
"mcpServers": {
"airtreks": {
"command": "npx",
"args": ["airtreks-mcp"]
}
}
}Try It
Ask your AI agent:
Plan a round-the-world trip: New York → London → Dubai → Bangkok → Tokyo → San Francisco
Rate Limits
Free: 100 requests/day per IP (no key needed)
Registered: Higher limits with API key
trip_idea_create requires an API key
Data Sources
Alliance members and poison carriers from AirTreks routing intelligence
Dead legs and hub rules from RTW pricing analysis (53 dead legs, 1,400+ failures)
20 proven routing templates from top AirTreks bookings
Fare product rules from consultant knowledge
Endpoints
Path | Description |
| MCP protocol endpoint (streamable HTTP) |
| Health check |
| Get an API key (POST) |
| Server info |
License
AGPL-3.0-only
This server cannot be installed
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SEKeener/airtreks-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server