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
| Field | Type | Description |
|---|---|---|
| hotel_id* | string | Hotel identifier from search_hotels / get_hotel_availability results. |
| check_in_date* | string | |
| check_out_date* | string | |
| kind | string (award | cash) | award = points stay with price-drop monitoring (default); cash = paid with money. Defaults |
| original_points | integer | Award bookings only. Total points paid for the stay. |
| original_pay_rate_usd | number | Cash rate paid for the stay (required for cash bookings; optional cash-equivalent for awar |
| cash_rate_currency | string | Currency of original_pay_rate_usd. Defaults to USD. |
| room_type | string | |
| rate_plan | string | |
| confirmation_number | string | |
| trip_id | integer | Optional id of a workspace Trip (from create_trip / list_trips) to file this stay under. |
| notes | 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":"/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.