M
mcp
/analyze_funnel
Conversion Funnel
Build a conversion funnel from the product's own events: distinct users per step, step-to-step conversion %, and drop-off, evaluated in the exact order you pass
liveunknown~5s typical
mcpmcp
$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-aioproductos-mcp /analyze_funnel for me.
Input
| Field | Type | Description |
|---|---|---|
| steps | array | Ordered list of 2+ event names forming the funnel; omit to get the menu of available event |
| product_id | string | Product id, from whoami (optional; the org's primary product when omitted). |
| window_days | number | Lookback window in days (optional; default 30). default 30 |
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-aioproductos-mcp","endpoint":"/analyze_funnel","input":{"window_days":30}}'cli
npx cracked-ai run -p mcp-com-aioproductos-mcp -e /analyze_funnel -i '{"window_days":30}'mcp
run_tool({ provider: "mcp-com-aioproductos-mcp", endpoint: "/analyze_funnel", input: {"window_days":30} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.