B
beauty
/fire_billing_event
fire billing event
Fire a billing event when acting on a sponsored result. Call at each funnel stage (context, shortlist, recommendation, or purchase).
liveverifiedunknown~5s typical
mcpprobedbeauty
$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-adoraads-beauty /fire_billing_event for me.
Input
| Field | Type | Description |
|---|---|---|
| token* | string | Bid token from sponsored_search results that authorizes billing |
| event_type* | string (context_inclusion | shortlist | recommendation | purchase) | Stage of engagement: context_inclusion (shown), shortlist (saved), recommendation (mention |
| order_value | number | Final order value in USD (used for purchase event to calculate affiliate fee) |
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-adoraads-beauty","endpoint":"/fire_billing_event","input":{"token":"...","event_type":"context_inclusion"}}'cli
npx cracked-ai run -p mcp-ai-adoraads-beauty -e /fire_billing_event -i '{"token":"...","event_type":"context_inclusion"}'mcp
run_tool({ provider: "mcp-ai-adoraads-beauty", endpoint: "/fire_billing_event", input: {"token":"...","event_type":"context_inclusion"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.