Masterminds HQ
MH
Masterminds HQ
/create_checkout_link

create checkout link

Generates a canonical hosted Stripe checkout link for a valid public offer_id.

liveverifiedunknown~5s typical
mcpprobedmastermindshq
$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-business-mastermindshq-masterminds /create_checkout_link for me.

Input

FieldTypeDescription
offer_id*stringPublic offer ID
request_id*stringUnique client request ID
localestringOptional locale (e.g. en-US)

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-business-mastermindshq-masterminds","endpoint":"/create_checkout_link","input":{"offer_id":"...","request_id":"..."}}'
cli
npx cracked-ai run -p mcp-business-mastermindshq-masterminds -e /create_checkout_link -i '{"offer_id":"...","request_id":"..."}'
mcp
run_tool({ provider: "mcp-business-mastermindshq-masterminds", endpoint: "/create_checkout_link", input: {"offer_id":"...","request_id":"..."} })

Try it

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