BoostedTravel API key (get one free: npx boostedtravel-mcp or pip install boostedtravel && boostedtravel register)
Tools (8)We asked this server directly for its tool list on Apr 19.
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.
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.
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'.
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.
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.
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.
Show all 8 tools ↓
get_agent_profile
View your agent profile — payment status, GitHub star verification, and usage stats. Use this to check if you're verified.
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.
Is this your server?
Create a free RNWY account to connect your on-chain identity to this server. MCP server claiming is coming; register now and you'll be first in line.