Flight Booking Example
February 18, 2026 ยท View on GitHub
Demo of webmcp-kit with a multi-step flight booking flow.
Setup
npm install
npm run dev
Open http://localhost:3001.
Testing with Native WebMCP
- Download Chrome Canary (146+)
- Go to
chrome://flagsand set "WebMCP for testing" to Enabled - Restart browser
- Open the flight booking app at
http://localhost:3001
The dev panel will show "Native" when using the real WebMCP API.
Mock Mode
Works in any browser without setup. The dev panel shows "Mock" and tools run locally.