AI
Alternativas IA
/create_checkout
Create a checkout link for a paid add-on
Create a Stripe checkout URL for one paid add-on on one listing, and return it for a HUMAN to open. Never present this as a completed purchase: nothing is charg
liveverifiedunknown~5s typical
mcpprobedalternativasia
$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-alternativasia-alternativasia /create_checkout for me.
Input
| Field | Type | Description |
|---|---|---|
| slug* | string | The listing's slug (as in a toolUrl, e.g. '/tools/acme-writer' -> 'acme-writer'). |
| product* | string (premium_launch | review_one | review_monthly | network_all | network_three) | Add-on key: premium_launch, review_one, review_monthly, network_all, network_three. See li |
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-alternativasia-alternativasia","endpoint":"/create_checkout","input":{"slug":"...","product":"premium_launch"}}'cli
npx cracked-ai run -p mcp-com-alternativasia-alternativasia -e /create_checkout -i '{"slug":"...","product":"premium_launch"}'mcp
run_tool({ provider: "mcp-com-alternativasia-alternativasia", endpoint: "/create_checkout", input: {"slug":"...","product":"premium_launch"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.