U
upgrade-agent
/list_partners
list partners
List the travel operators that offer upgrade programs, with optional filters. Returns each operator's name, IATA/code, vertical, region, and the upgrade product
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 /list_partners for me.
Input
| Field | Type | Description |
|---|---|---|
| vertical | string (airline | cruise | rail | hotel) | Filter by operator type. |
| region | string (Americas | Europe | MEA | APAC | Cruise | Rail) | Filter by region (MEA = Middle East & Africa, APAC = Asia-Pacific). |
| product | string (bid_upgrade | instant_upgrade | seat_blocker | premium_seating) | Only operators that offer this product. |
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":"/list_partners","input":{}}'cli
npx cracked-ai run -p mcp-ai-upgradeagent-upgrade-agent -e /list_partners -i '{}'mcp
run_tool({ provider: "mcp-ai-upgradeagent-upgrade-agent", endpoint: "/list_partners", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.