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
| Field | Type | Description |
|---|---|---|
| airline* | string | |
| origin* | string | |
| destination* | string | |
| departure_date* | string | |
| kind | string (award | cash) | award = points/miles redemption (default); cash = paid with money. Defaults to award. |
| points_spent | integer | Award bookings only. Total points for this leg. Use 0 for connecting legs — put the full b |
| program | string | Award bookings only. Loyalty program used. |
| cash_paid | number | Cash bookings only. Total cash fare paid for this leg, in taxes_currency (default USD). |
| cabin_class* | string (economy | premium_economy | business | first) | |
| trip_id | string | Optional UUID grouping legs of the same multi-leg booking. Generate once and reuse for all |
| workspace_trip_id | integer | Optional id of a workspace Trip (from create_trip / list_trips) to file this flight under, |
| flight_number | string | |
| return_date | string | |
| taxes_paid | number | |
| taxes_currency | string | Currency for taxes_paid and cash_paid. Defaults to USD. |
| passengers | integer | |
| confirmation_number | string | |
| 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_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.