mcp-server

Add Stay To Trip

Record a booked stay — it lands in Bookings, not as a place card.

A hotel added through add_place_to_guide becomes an attraction: no dates, no confirmation number, and it never appears alongside the flights and other reservations. This is the same add_stay the in-app Add-stay flow calls, so the stay is geocoded, canonical-stamped, date-synced and enqueued for enrichment identically — only the authentication differs.

post/v1/trips/{trip_id}/stays

Path parameters

trip_idstring uuid required

Request body

addressstring required
place_idstring nullable
namestring nullable
check_in_datestring date nullable
check_out_datestring date nullable
check_in_timestring time nullable
check_out_timestring time nullable
total_pricenumber nullable
currencystring
confirmation_numberstring nullable

Response

Successful Response

stay_idstring required
hotelobject required

Changes

No recorded changes to this endpoint across all 1 revision of this API.