Award Travel Finder
AT
Award Travel Finder
/get_hotel_availability

get hotel availability

Get current points availability for a hotel on specific dates. Use BEFORE monitor_hotel_price to find the correct rate_plan and current points rate. Paid featur

liveunknown~5s typical
mcpawardtravelfinder
$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-awardtravelfinder-mcp /get_hotel_availability for me.

Input

FieldTypeDescription
hotel_code*stringHotel code or numeric id from search_hotels
check_in_date*string
check_out_date*string

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-awardtravelfinder-mcp","endpoint":"/get_hotel_availability","input":{"hotel_code":"...","check_in_date":"...","check_out_date":"..."}}'
cli
npx cracked-ai run -p mcp-com-awardtravelfinder-mcp -e /get_hotel_availability -i '{"hotel_code":"...","check_in_date":"...","check_out_date":"..."}'
mcp
run_tool({ provider: "mcp-com-awardtravelfinder-mcp", endpoint: "/get_hotel_availability", input: {"hotel_code":"...","check_in_date":"...","check_out_date":"..."} })

Try it

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