# BoostedTravel (npm · boostedtravel-mcp)

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

- Trust score: 63/100 (medium)
- Change this week: −10
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `api.boostedchat.com`: 23/100, [markdown](https://verifymcp.io/servers/com-boostedchat-travel/api.md), [page](https://verifymcp.io/servers/com-boostedchat-travel/api)
- npm · `boostedtravel-mcp`: 63/100 (this document), [markdown](https://verifymcp.io/servers/com-boostedchat-travel/boostedtravel-mcp.md), [page](https://verifymcp.io/servers/com-boostedchat-travel/boostedtravel-mcp)
- pypi · `boostedtravel`: 34/100, [markdown](https://verifymcp.io/servers/com-boostedchat-travel/boostedtravel.md), [page](https://verifymcp.io/servers/com-boostedchat-travel/boostedtravel)

## Channel facts

- Registry: `npm`
- Package: `boostedtravel-mcp`
- Version: `0.1.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - No production dependencies, so there is no dependency health to assess.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL redirects; it must resolve directly.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 139 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 70/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 574 tokens (~95/item across 6 items; 6 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add com-boostedchat-travel -- npx -y boostedtravel-mcp
```

### Codex

```bash
codex mcp add com-boostedchat-travel -- npx -y boostedtravel-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-boostedchat-travel": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "boostedtravel-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-boostedchat-travel --command npx --arg -y --arg boostedtravel-mcp
```

### Hermes

```yaml
mcp_servers:
  com-boostedchat-travel:
    command: "npx"
    args: ["-y", "boostedtravel-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "com-boostedchat-travel": {
      "command": "npx",
      "args": [
        "-y",
        "boostedtravel-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 62, +18)

- [security improvement] Malware scan: unverified → pass
- [functional improvement] Stability: unverified → 0.23

### 2026-07-31 (score 44, −29)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-27 (score 73, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 73)

First indexed and scored.

## MCP tools (6)

### `search_flights` (~271 tokens)

Search for flights between any two cities/airports worldwide. Connects to 400+ airlines via NDC and GDS with prices $20-50 cheaper than booking.com, Kayak, and other OTAs. Searching is completely FREE.

Returns flight offers with prices, airlines, times, and conditions. All offers are locked until you call `unlock_flight_offer` ($1 fee).

IMPORTANT: The response includes `passenger_ids` — save these for booking.

Input parameters:

- `adults` (integer): Number of adults (default: 1)
- `cabin_class` (string): M=economy, W=premium, C=business, F=first
- `children` (integer): Number of children (2-11)
- `currency` (string): Currency code (EUR, USD, GBP)
- `date_from` (string, required): Departure date YYYY-MM-DD
- `destination` (string, required): IATA code of arrival (e.g., 'BCN', 'LAX')
- `max_results` (integer): Max offers to return
- `origin` (string, required): IATA code of departure (e.g., 'LON', 'JFK'). Use resolve_location if you only have a name.
- `return_from` (string): Return date YYYY-MM-DD (omit for one-way)

### `resolve_location` (~52 tokens)

Convert a city/airport name to IATA codes. Use when user says 'London' instead of 'LON'.

Input parameters:

- `query` (string, required): City or airport name (e.g., 'London', 'Berlin')

### `unlock_flight_offer` (~58 tokens)

Unlock a flight offer for booking — $1 fee. Confirms latest price and reserves for 30 minutes. Requires payment method (call setup_payment first).

Input parameters:

- `offer_id` (string, required): Offer ID from search results (off_xxx)

### `book_flight` (~96 tokens)

Book an unlocked flight — creates real airline reservation with PNR. FREE after unlock.

Requirements: 1) Offer must be unlocked first 2) Provide passenger_id from search 3) Full passenger details needed.

Input parameters:

- `contact_email` (string, required): Booking contact email
- `offer_id` (string, required): Unlocked offer ID (off_xxx)
- `passengers` (array, required): Passengers with 'id' from search passenger_ids

### `setup_payment` (~67 tokens)

Set up payment method. Required before unlock/book. For testing use token 'tok_visa'. Only needed once.

Input parameters:

- `payment_method_id` (string): Payment method ID (pm_xxx)
- `token` (string): Payment token (e.g., 'tok_visa' for testing)

### `get_agent_profile` (~30 tokens)

Get agent profile, payment status, and usage stats (searches, unlocks, bookings, fees).

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/com-boostedchat-travel/boostedtravel-mcp#diagnostics

## Score history

- 2026-08-03: 63
- 2026-08-02: 62
- 2026-08-01: 44
- 2026-07-31: 44
- 2026-07-30: 73
- 2026-07-29: 73
- 2026-07-28: 73
- 2026-07-27: 73
- 2026-07-26: 73

## Links

- npm package: https://www.npmjs.com/package/boostedtravel-mcp
- Socket report: https://socket.dev/npm/package/boostedtravel-mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-boostedchat-travel/boostedtravel-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-boostedchat-travel/boostedtravel-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-boostedchat-travel/boostedtravel-mcp
