8 tools from the BoostedTravel MCP Server, categorised by risk level.
View the BoostedTravel policy →book_flight Book an unlocked flight — creates real airline reservation with PNR. FREE after unlock.
FLOW: search_flights → unlock_flight_offer (quote) → book_... get_agent_profile Get agent profile, payment status, and usage stats (searches, unlocks, bookings, fees).
Read-only. Safe to call multiple times. search_flights Search live flight availability and prices across 400+ airlines worldwide. Fires 75 airline connectors in parallel on your machine (Ryanair, EasyJe... 2/5 system_info Get system resource info (RAM, CPU cores) and recommended concurrency settings.
Use this to determine optimal max_browsers value for search_flight... 2/5 resolve_location Convert a city or airport name to IATA codes. Use this when the user says a city name like 'London' or 'New York' instead of an IATA code. Returns ... 3/5 setup_payment Set up payment method. Required before unlock/book. For testing use token 'tok_visa'. Only needed once.
Idempotent — safe to call multiple times (... 3/5 unlock_flight_offer Unlock a flight offer for booking — $1 proof-of-intent fee.
This is the "quote" step: confirms the latest price with the airline and reserves the ... 2/5 The BoostedTravel MCP server exposes 8 tools across 3 categories: Read, Write, Execute.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the BoostedTravel server.
BoostedTravel tools are categorised as Read (4), Write (3), Execute (1). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept