Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"airtreks": {
"url": "https://mcp.airtreks.com/mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'airtreks-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked airtreks-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in maps
Open-source toolkit for the QVeris capability routing network: CLI, MCP server, Python SDK, skills, and REST API docs for agents to discover, inspect, call, and audit real-world tools.
Real-time SF Muni departures, routes, alerts, vehicle positions, and schedules.
Real-time BART departures, trip planning, fares, stations, and advisories.
Fair meeting point discovery for AI agents with isochrone-based travel time fairness
MCP Security Weekly
Get CVE alerts and security updates for io.github.SEKeener/airtreks-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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
| Tool | Description |
|---|---|
plan_route | Primary entry point — give it cities, it evaluates Star Alliance RTW, oneworld RTW, and custom mixed-carrier builds, then recommends the best approach |
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 |
custom_route_build | Break complex itineraries into individually-ticketable segments with carrier recommendations |
| Tool | Description |
|---|---|
trip_idea_create | 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"}
Add to Claude Desktop, Cursor, or any MCP client:
{
"mcpServers": {
"airtreks": {
"url": "https://mcp.airtreks.com/mcp"
}
}
}
npx airtreks-mcp
Or add to your MCP client config:
{
"mcpServers": {
"airtreks": {
"command": "npx",
"args": ["airtreks-mcp"]
}
}
}
Ask your AI agent:
Plan a round-the-world trip: New York → London → Dubai → Bangkok → Tokyo → San Francisco
| Path | Description |
|---|---|
/mcp | MCP protocol endpoint (streamable HTTP) |
/health | Health check |
/register | Get an API key (POST) |
/ | Server info |
AGPL-3.0-only