BT
Best Time to Book Hotels
/get_city_calendar
City price calendar
Hot dates (events and holidays that push hotel prices up) and value windows (historically cheaper stretches) for a city in a date range.
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_city_calendar for me.
Input
| Field | Type | Description |
|---|---|---|
| city* | string | City name, e.g. 'Lisbon' |
| from | string | Range start, YYYY-MM-DD (default: today) |
| to | string | Range end, YYYY-MM-DD (default: one year from today) |
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_city_calendar","input":{"city":"..."}}'cli
npx cracked-ai run -p mcp-com-besttimetobookhotels-booking-timing -e /get_city_calendar -i '{"city":"..."}'mcp
run_tool({ provider: "mcp-com-besttimetobookhotels-booking-timing", endpoint: "/get_city_calendar", input: {"city":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.