BT
Best Time to Book Hotels
/get_booking_advice
Best time to book advice
Get a data-backed verdict on whether to book a hotel now or wait, for a city and stay dates. Based on tracked daily median prices.
liveverifiedunknown~5s typical
mcpprobedbesttimeto
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-besttimetobookhotels-booking-timing /get_booking_advice for me.
Input
| Field | Type | Description |
|---|---|---|
| city* | string | City name, e.g. 'Lisbon' |
| checkIn* | string | Check-in date, YYYY-MM-DD |
| checkOut* | string | Check-out date, YYYY-MM-DD |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-besttimetobookhotels-booking-timing","endpoint":"/get_booking_advice","input":{"city":"...","checkIn":"...","checkOut":"..."}}'cli
npx cracked-ai run -p mcp-com-besttimetobookhotels-booking-timing -e /get_booking_advice -i '{"city":"...","checkIn":"...","checkOut":"..."}'mcp
run_tool({ provider: "mcp-com-besttimetobookhotels-booking-timing", endpoint: "/get_booking_advice", input: {"city":"...","checkIn":"...","checkOut":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.