← Index

BoostedTravel

io.github.Efistoffeles/boostedtravel·v0.2.17·Search
Quality Score
84
/100

Flight search & booking for AI agents. 400+ airlines, 75 free local connectors.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "boostedtravel": {
      "command": "npx",
      "args": [
        "-y",
        "boostedtravel-mcp"
      ],
      "env": {
        "BOOSTEDTRAVEL_API_KEY": "<your-boostedtravel_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "boostedtravel": {
      "command": "npx",
      "args": [
        "-y",
        "boostedtravel-mcp"
      ],
      "env": {
        "BOOSTEDTRAVEL_API_KEY": "<your-boostedtravel_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y boostedtravel-mcp
Claude Desktop (uvx)
{
  "mcpServers": {
    "boostedtravel": {
      "command": "uvx",
      "args": [
        "boostedtravel"
      ],
      "env": {
        "BOOSTEDTRAVEL_API_KEY": "<your-boostedtravel_api_key>"
      }
    }
  }
}
§02  Environment variables
BOOSTEDTRAVEL_API_KEY
secret

Your BoostedTravel API key (optional — 75 local airline connectors work without it, API key adds 400+ GDS/NDC airlines)

BOOSTEDTRAVEL_API_KEY
secret

Your BoostedTravel API key (optional — 75 local airline connectors work without it, API key adds 400+ GDS/NDC airlines)

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Search