Server data from the Official MCP Registry
Multi-city flight routing intelligence — plan RTW trips, validate alliances, get carrier picks.
Multi-city flight routing intelligence — plan RTW trips, validate alliances, get carrier picks.
Valid MCP server (2 strong, 4 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
6 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-sekeener-airtreks-mcp": {
"args": [
"-y",
"airtreks-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
Complex flight routing intelligence for AI agents. Validates multi-city itineraries, suggests proven RTW routing templates, identifies dead legs, and recommends fare products.
| 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 |
# Development
npm run dev
# Production
npm run build && npm start
Already configured in ~/.claude.json. Restart Claude Code to pick up.
{
"mcpServers": {
"airtreks": {
"type": "stdio",
"command": "node",
"args": ["/Users/supernova/projects/airtreks-mcp/dist/index.js"]
}
}
}
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
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.