travel
T
travel
/search_hotels

search hotels

Search hotels, lodging, accommodations, resorts, and places to stay for a trip. Filter by city, country, check-in/check-out dates, room type, nightly price, sta

liveverifiedunknown~5s typical
mcpprobedtravel
$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-ai-autonomad-travel /search_hotels for me.

Input

FieldTypeDescription
citystringCity name (e.g., 'New York', 'Tokyo')
countrystringISO 3166-1 alpha-2 country code (e.g., 'US', 'JP')
brandstringHotel brand name to filter by
check_in*stringCheck-in date (YYYY-MM-DD)
check_out*stringCheck-out date (YYYY-MM-DD)
room_typestring (standard | deluxe | suite | penthouse | accessible)
max_rate_usdnumberMaximum nightly rate in USD
amenitiesarrayRequired amenities (wifi, gym, pool, spa, restaurant, etc.)
min_star_ratingnumberMinimum star rating (1-5)

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-ai-autonomad-travel","endpoint":"/search_hotels","input":{"check_in":"...","check_out":"..."}}'
cli
npx cracked-ai run -p mcp-ai-autonomad-travel -e /search_hotels -i '{"check_in":"...","check_out":"..."}'
mcp
run_tool({ provider: "mcp-ai-autonomad-travel", endpoint: "/search_hotels", input: {"check_in":"...","check_out":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.