Award Travel Finder
AT
Award Travel Finder
/add_flight_booking

add flight booking

Log a flight booking/redemption — award (points) or cash (paid with money; set kind:"cash" and cash_paid). For multi-leg trips (connecting flights, open-jaw, re

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_flight_booking for me.

Input

FieldTypeDescription
airline*string
origin*string
destination*string
departure_date*string
kindstring (award | cash)award = points/miles redemption (default); cash = paid with money. Defaults to award.
points_spentintegerAward bookings only. Total points for this leg. Use 0 for connecting legs — put the full b
programstringAward bookings only. Loyalty program used.
cash_paidnumberCash bookings only. Total cash fare paid for this leg, in taxes_currency (default USD).
cabin_class*string (economy | premium_economy | business | first)
trip_idstringOptional UUID grouping legs of the same multi-leg booking. Generate once and reuse for all
workspace_trip_idintegerOptional id of a workspace Trip (from create_trip / list_trips) to file this flight under,
flight_numberstring
return_datestring
taxes_paidnumber
taxes_currencystringCurrency for taxes_paid and cash_paid. Defaults to USD.
passengersinteger
confirmation_numberstring
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_flight_booking","input":{"airline":"...","origin":"...","destination":"...","departure_date":"...","cabin_class":"economy"}}'
cli
npx cracked-ai run -p mcp-com-awardtravelfinder-mcp -e /add_flight_booking -i '{"airline":"...","origin":"...","destination":"...","departure_date":"...","cabin_class":"economy"}'
mcp
run_tool({ provider: "mcp-com-awardtravelfinder-mcp", endpoint: "/add_flight_booking", input: {"airline":"...","origin":"...","destination":"...","departure_date":"...","cabin_class":"economy"} })

Try it

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