whitelabel-ordering
W
whitelabel-ordering
/switch_account

switch account

Choose which signed-in account to order with at a restaurant, e.g. to switch between work and personal. The account must already be signed in via login.

liveverifiedunknown~5s typical
mcpprobedwhitelabel-ordering
$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-cordering-whitelabel-ordering /switch_account for me.

Input

FieldTypeDescription
label*stringAccount label to make active, e.g. 'work'.
clientIdintegerclientId of the restaurant. Omit only when the server is configured for a single restauran

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-cordering-whitelabel-ordering","endpoint":"/switch_account","input":{"label":"..."}}'
cli
npx cracked-ai run -p mcp-com-cordering-whitelabel-ordering -e /switch_account -i '{"label":"..."}'
mcp
run_tool({ provider: "mcp-com-cordering-whitelabel-ordering", endpoint: "/switch_account", input: {"label":"..."} })

Try it

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