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
| Field | Type | Description |
|---|---|---|
| city | string | City name (e.g., 'New York', 'Tokyo') |
| country | string | ISO 3166-1 alpha-2 country code (e.g., 'US', 'JP') |
| brand | string | Hotel brand name to filter by |
| check_in* | string | Check-in date (YYYY-MM-DD) |
| check_out* | string | Check-out date (YYYY-MM-DD) |
| room_type | string (standard | deluxe | suite | penthouse | accessible) | |
| max_rate_usd | number | Maximum nightly rate in USD |
| amenities | array | Required amenities (wifi, gym, pool, spa, restaurant, etc.) |
| min_star_rating | number | Minimum 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.