← Index

BoostedTravel

com.boostedchat/travel·v0.1.2·Search
Quality Score
83
/100

Flight search & booking for AI agents. 400+ airlines, $20-50 cheaper than OTAs.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://api.boostedchat.com/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "travel": {
      "command": "npx",
      "args": [
        "-y",
        "boostedtravel-mcp"
      ],
      "env": {
        "BOOSTEDTRAVEL_API_KEY": "<your-boostedtravel_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "travel": {
      "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": {
    "travel": {
      "command": "uvx",
      "args": [
        "boostedtravel"
      ],
      "env": {
        "BOOSTEDTRAVEL_API_KEY": "<your-boostedtravel_api_key>"
      }
    }
  }
}
§02  Environment variables
BOOSTEDTRAVEL_API_KEY
requiredsecret

Your BoostedTravel API key

BOOSTEDTRAVEL_API_KEY
requiredsecret

Your BoostedTravel API key

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