Award Travel Finder
AT
Award Travel Finder
/add_hotel_booking

add hotel booking

Log a hotel booking to the user's portfolio — award (points, with price-drop monitoring) or cash (paid with money; set kind:"cash" and original_pay_rate_usd). U

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 /add_hotel_booking for me.

Input

FieldTypeDescription
hotel_id*stringHotel identifier from search_hotels / get_hotel_availability results.
check_in_date*string
check_out_date*string
kindstring (award | cash)award = points stay with price-drop monitoring (default); cash = paid with money. Defaults
original_pointsintegerAward bookings only. Total points paid for the stay.
original_pay_rate_usdnumberCash rate paid for the stay (required for cash bookings; optional cash-equivalent for awar
cash_rate_currencystringCurrency of original_pay_rate_usd. Defaults to USD.
room_typestring
rate_planstring
confirmation_numberstring
trip_idintegerOptional id of a workspace Trip (from create_trip / list_trips) to file this stay under.
notesstring

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

Try it

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