AirTreks MCP
Around the World and Complex Must-Stop Airfare and routing MCP
README
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 |
|---|---|
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 |
API Key Required
| 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"}
Connect
Remote (recommended)
Add to Claude Desktop, Cursor, or any MCP client:
{
"mcpServers": {
"airtreks": {
"url": "https://mcp.airtreks.com/mcp"
}
}
}
Local (stdio)
npx airtreks-mcp
Or 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 |
MCP protocol endpoint (streamable HTTP) |
/health |
Health check |
/register |
Get an API key (POST) |
/ |
Server info |
License
AGPL-3.0-only
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.