# BoostedTravel MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/com-boostedchat-travel
- Repository: https://github.com/Boosted-Chat/BoostedTravel

## Install
- Command: `npx -y boostedtravel-mcp`
- Endpoint: https://api.boostedchat.com/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: X-API-Key (required; secret)
- Package: Npm boostedtravel-mcp v0.1.1
- Environment variable: BOOSTEDTRAVEL_API_KEY (required; secret)
- Package: Pypi boostedtravel v0.1.1
- Environment variable: BOOSTEDTRAVEL_API_KEY (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://api.boostedchat.com/mcp
- Header: X-API-Key

## Tools
- search_flights - Search for flights between any two cities/airports worldwide. 400+ airlines via GDS/NDC + 140 local connectors fire in parallel. Returns offers with prices, airlines, times, conditions. FREE.

IMPORTANT: Response includes `passenger_ids` — save them for booking.

Requires GitHub star verification. If not verified, call `link_github` first. Endpoint: https://api.boostedchat.com/mcp
- search_hotels - Search for hotels in a city or near coordinates. 300,000+ properties via wholesale suppliers — cheaper than Booking.com. Returns hotels with rooms, prices, photos, cancellation policies. FREE.

Requires GitHub star verification. If not verified, call `link_github` first. Endpoint: https://api.boostedchat.com/mcp
- resolve_location - Convert a city or airport name to IATA codes for use in flight search. Use when the user says 'London' instead of 'LON'. Endpoint: https://api.boostedchat.com/mcp
- unlock_flight_offer - Confirm live price and reserve a flight offer for 30 minutes. After unlocking, call book_flight to complete the booking.

Requires GitHub star verification. Endpoint: https://api.boostedchat.com/mcp
- book_flight - Book an unlocked flight. Creates a real airline PNR with e-ticket.

REQUIREMENTS:
1. Offer must be unlocked first (call unlock_flight_offer)
2. Use passenger_id from search results
3. Use REAL passenger details — airline sends e-ticket to the email provided

Requires GitHub star verification. Endpoint: https://api.boostedchat.com/mcp
- setup_payment - Attach a payment card. Required before booking.

For testing: {"token": "tok_visa"}
For production: {"payment_method_id": "pm_xxx"} from Stripe.js

One-time setup — all future charges are automatic.

Requires GitHub star verification. Endpoint: https://api.boostedchat.com/mcp
- get_agent_profile - View your agent profile — payment status, GitHub star verification, and usage stats. Use this to check if you're verified. Endpoint: https://api.boostedchat.com/mcp
- link_github - Link your GitHub account to verify you've starred LetsFG/LetsFG.

HOW TO GET ACCESS:
1. Star https://github.com/LetsFG/LetsFG
2. Call this tool with your GitHub username
3. Once verified, all tools are unlocked — search, unlock, book.

This is required before using search_flights, search_hotels, unlock_flight_offer, book_flight, or setup_payment. Endpoint: https://api.boostedchat.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.boostedchat
- Version: 0.1.2
- Runtime: Npm, Pypi
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Mar 1, 2026
- Source: https://registry.modelcontextprotocol.io
