- Airtreks Mcp
Airtreks Mcp
Overview
AirTreks MCP Server
Complex flight routing intelligence for AI agents. Validates multi-city itineraries, suggests proven RTW routing templates, identifies dead legs, and recommends fare products.
Tools
| Tool | Description |
|---|---|
route_validate | Validate a multi-city routing — checks alliance rules, dead legs, poison carriers, bookability |
route_suggest | Get 3 suggested routings by region, direction, and alliance |
hub_check | Best connection between two airports — dead leg detection + hub fixes |
fare_product_match | Recommend fare type: RTW, Circle Pacific/Atlantic, Open Jaw, or Custom |
Run
# Development
npm run dev
# Production
npm run build && npm start
Add to Claude Code
Already configured in ~/.claude.json. Restart Claude Code to pick up.
Add to any MCP client
{
"mcpServers": {
"airtreks": {
"type": "stdio",
"command": "node",
"args": ["/Users/supernova/projects/airtreks-mcp/dist/index.js"]
}
}
}
Data Sources
- Alliance members and poison carriers from AirTreks routing intelligence (April 2026)
- 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
Architecture
src/
index.ts — MCP server entry point (stdio transport)
data/
alliances.ts — Star Alliance (26) + oneworld (14) carrier data
hubs.ts — Dead legs, hub rules, known connections
fare-products.ts — RTW, CP, CA, OJ, Custom fare product definitions
routes.ts — 20 routing templates
tools/
route-validate.ts
route-suggest.ts
hub-check.ts
fare-product-match.ts
Server Config
{
"mcpServers": {
"airtreks": {
"url": "https://mcp.airtreks.com/mcp"
}
}
}Project Info
Created At
2 months agoUpdated At
2 months agoAuthor Name
SEKeenerStar
-Language
-License
-Recommend Servers
View AllTest
@modelcontextprotocol
test
7 months ago
Uganda Payments Mcp
@junter1989k-ai
11 days ago
Romania Payments Mcp
@junter1989k-ai
11 days ago
Ireland Payments Mcp
@junter1989k-ai
11 days ago
Mcp Server Chatsum
@chatmcp
summarize chat message
typescript
a year ago
Bangladesh Payments Mcp
@junter1989k-ai
11 days ago
France Payments Mcp
@junter1989k-ai
11 days ago
Senegal Payments Mcp
@junter1989k-ai
11 days ago
Sweden Payments Mcp
@junter1989k-ai
11 days ago
New Zealand Payments Mcp
@junter1989k-ai
11 days ago
Guatemala Payments Mcp
@junter1989k-ai
11 days ago
Austria Payments Mcp
@junter1989k-ai
11 days ago
Finland Payments Mcp
@junter1989k-ai
11 days ago
Rwanda Payments Mcp
@junter1989k-ai
11 days ago
Hungary Payments Mcp
@junter1989k-ai
11 days ago
Serper MCP Server
@garymengcom
A Serper MCP Server
Python
a year ago
Nepal Payments Mcp
@junter1989k-ai
11 days ago
Uruguay Payments Mcp
@junter1989k-ai
11 days ago
Georgia Payments Mcp
@junter1989k-ai
11 days ago