HomeOther › AirTreks MCP

AirTreks MCP

Multi-city flight routing intelligence — plan RTW trips, validate alliances, get carrier picks.

TypeScript Cloud Remote
★ 2 stars Last pushed 2026-08-24 License: NOASSERTION

Topics: Travel & Transportation

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.airtreks.com/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http airtreks-mcp https://mcp.airtreks.com/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "airtreks-mcp": {
      "url": "https://mcp.airtreks.com/mcp"
    }
  }
}

Package (npm 1.2.3)

npx -y airtreks-mcp@1.2.3

Or add to your MCP client config:

{
  "mcpServers": {
    "airtreks-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "airtreks-mcp@1.2.3"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry