Serverscom.boostedchat/travel
T

BoostedTravel

com.boostedchat/travel · v0.1.2
▦ npm
v0.1.2npm npm: boostedtravel-mcp🌐 https://api.boostedchat.com/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.boostedchat/travel",
  "description": "Flight search & booking for AI agents. 400+ airlines, $20-50 cheaper than OTAs.",
  "title": "BoostedTravel",
  "repository": {
    "url": "https://github.com/Boosted-Chat/BoostedTravel",
    "source": "github"
  },
  "version": "0.1.2",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "boostedtravel-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your BoostedTravel API key",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "BOOSTEDTRAVEL_API_KEY"
        }
      ]
    },
    {
      "registryType": "pypi",
      "identifier": "boostedtravel",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your BoostedTravel API key",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "BOOSTEDTRAVEL_API_KEY"
        }
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.boostedchat.com/mcp",
      "headers": [
        {
          "description": "BoostedTravel API key (get one free: npx boostedtravel-mcp or pip install boostedtravel && boostedtravel register)",
          "isRequired": true,
          "isSecret": true,
          "name": "X-API-Key"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}