TravelWebMCP verified
webmcp-flight-demo WebMCP tools
Flight search & booking demo — imperative and declarative variants
1 tools1 methodsspec API surface
TravelWebMCP verified
Flight search & booking demo — imperative and declarative variants
Flight search & booking demo — imperative and declarative variants This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.
Search for available flights between cities. Returns detailed flight information including airline, price, times, stops, duration, aircraft type, amenities, and seat details.
Open the webmcp-flight-demo website and ask your browser agent to use search_flightsInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the search_flights tool on webmcp-flight-demo with origin: <string>, destination: <string>, departureDate: <string>, returnDate: <string>, passengers: <number>. Return the structured result and cite the source page.origin string The origin city for the flightdestination string The destination city for the flightdepartureDate string The departure date in YYYY-MM-DD formatreturnDate string The return date in YYYY-MM-DD format. Omit for one-way trips.passengers number The number of passengers (1-8)