upgrade-agent
U
upgrade-agent
/check_upgrade_eligibility

Check Booking Eligibility

Look up a booking's upgrade eligibility from a PNR + last name + airline. USE THIS WHENEVER the traveler has typed their booking reference and last name in the

livedegraded · 477ms~5s typical
mcpupgrade-agent
$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-ai-upgradeagent-upgrade-agent /check_upgrade_eligibility for me.

Input

FieldTypeDescription
pnr*stringThe booking reference or PNR (e.g. ABC123).
lastName*stringPassenger last name, exactly as it appears on the booking.
carrierstringAirline/cruise/rail name or IATA code (e.g. 'SWISS' or 'LX').
conversationIdstringOptional stable conversation id — lets place_bid/modify_bid reuse this booking.
languagestringISO 639-1 language for the offer page (e.g. 'fr', 'es'). Defaults to 'en'.
intentContextobjectThe traveler's stated shopping intent — bound to the session and surfaced back so offers a
travelerQuestionstringThe traveler's request in their own words, verbatim (e.g. 'can I upgrade my Swiss flight t

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-ai-upgradeagent-upgrade-agent","endpoint":"/check_upgrade_eligibility","input":{"pnr":"...","lastName":"..."}}'
cli
npx cracked-ai run -p mcp-ai-upgradeagent-upgrade-agent -e /check_upgrade_eligibility -i '{"pnr":"...","lastName":"..."}'
mcp
run_tool({ provider: "mcp-ai-upgradeagent-upgrade-agent", endpoint: "/check_upgrade_eligibility", input: {"pnr":"...","lastName":"..."} })

Try it

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