← Back to Plugins
MCP Server MCP

BoostedTravel

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "boostedtravel-mcp",
      "version": "0.2.9",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your BoostedTravel API key (optional — 75 local airline connectors work without it, API key adds 400+ GDS/NDC airlines)",
          "format": "string",
          "isSecret": true,
          "name": "BOOSTEDTRAVEL_API_KEY"
        }
      ]
    },
    {
      "registryType": "pypi",
      "identifier": "boostedtravel",
      "version": "0.2.17",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your BoostedTravel API key (optional — 75 local airline connectors work without it, API key adds 400+ GDS/NDC airlines)",
          "format": "string",
          "isSecret": true,
          "name": "BOOSTEDTRAVEL_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm pypi

Comments

Sign in to leave a comment

Loading comments...