upgrade-agent
U
upgrade-agent
/start_eligibility_check

Start Eligibility Check

Check whether a specific booking is eligible for an upgrade. THIS IS HOW YOU CHECK A BOOKING. You do NOT need access to any reservation system, booking database

liveunknown~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 /start_eligibility_check for me.

Input

FieldTypeDescription
carrierstringAirline/cruise/rail name or IATA code if known (e.g. 'Air Canada' or 'AC').
languagestringISO 639-1 language for the page/offer (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":"/start_eligibility_check","input":{}}'
cli
npx cracked-ai run -p mcp-ai-upgradeagent-upgrade-agent -e /start_eligibility_check -i '{}'
mcp
run_tool({ provider: "mcp-ai-upgradeagent-upgrade-agent", endpoint: "/start_eligibility_check", input: {} })

Try it

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