CS
Cannon Studio
/get_checkout_link
Get Cannon Studio Checkout Link
Return the first-party Cannon Studio checkout or inquiry URL for a selected offering. Public read-only: no auth, no state changes, no charges; use list_offering
liveverifiedunknown~5s typical
mcpprobedcannonstudio
$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-app-cannonstudio-cannon-studio /get_checkout_link for me.
Input
| Field | Type | Description |
|---|---|---|
| product_key* | string | Offering id returned by list_offerings, such as subscription:creator:month or credits:2500 |
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-app-cannonstudio-cannon-studio","endpoint":"/get_checkout_link","input":{"product_key":"..."}}'cli
npx cracked-ai run -p mcp-app-cannonstudio-cannon-studio -e /get_checkout_link -i '{"product_key":"..."}'mcp
run_tool({ provider: "mcp-app-cannonstudio-cannon-studio", endpoint: "/get_checkout_link", input: {"product_key":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.