BT
Best Time to Book Hotels
/find_reviewed_hotels
Find reviewed hotels
Find hotels that have editorial reviews. Filter by city and minimum overall grade; optionally rank by one category (location, rooms, service, dining, facilities
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 /find_reviewed_hotels for me.
Input
| Field | Type | Description |
|---|---|---|
| city | string | Only hotels in this city, e.g. 'Istanbul' |
| min_grade | string | Minimum overall grade, e.g. 'B+' |
| category | string (location | rooms | service | dining | facilities | value) | Rank results by this category's grade |
| limit | integer | Max results to return (default 10) |
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":"/find_reviewed_hotels","input":{}}'cli
npx cracked-ai run -p mcp-com-besttimetobookhotels-booking-timing -e /find_reviewed_hotels -i '{}'mcp
run_tool({ provider: "mcp-com-besttimetobookhotels-booking-timing", endpoint: "/find_reviewed_hotels", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.