Try WebMCPAN OPEN EXPERIMENT

INDUSTRY PLAYGROUND / TRAVEL

WebMCP travel booking demo.

Filter fictional stays, calculate a quote for a date range, and prepare a booking for review.

Checking browser support…Browser setup
Travel playground
FICTIONAL DATA

WAYPOINT / STAYS

A stay that fits the trip.

Filter fictional stays, calculate a quote for a date range, and prepare a booking for review.

3 resultsShared page state
Alfama Studio

Studio · 2 guests

alfama
$145/night
River House

Two bedrooms · 4 guests

river
$215/night
Shibuya Loft

One bedroom · 2 guests

shibuya
$170/night

Trip draft

LOCAL ONLY

Choose a stay and calculate a quote to begin.

TOOL INSPECTOR 5 tools

Filter visible fictional stays by city and nightly budget in USD.

LAST RESULT
// Run a tool to inspect its result.

Run tool calls the local handler directly. Native agent calls appear as “Native WebMCP” in the trace.

TRY A COMPLETE WORKFLOW

Find Lisbon stays under $180 per night, quote three nights, then prepare a booking.

Execution trace 0 calls

Newest first. Example workflows are deterministic scripts, not LLM conversations.

No calls yet.

WHAT THIS EXAMPLE TEACHES

Dates need domain validation

A string schema cannot establish that checkout follows check-in. The handler validates real calendar dates, trip length and guest capacity before changing the quote.

Make the price basis visible

The sample quote separates nightly cost and a fixed cleaning fee. A production booking must reprice on the server before confirmation.

COMMON QUESTIONS

Are these live hotel rates?

No. Stays, availability and prices are fictional fixtures, with a fixed cleaning fee of $30.

Does preparing a booking reserve a room?

No. It stages a review in this page. The confirmation only completes a local demo booking.

API references reviewed September 7, 2026. Chrome imperative API ↗