MH
Masterminds HQ
/prepare_purchase_intent
prepare purchase intent
Prepares a PurchaseIntent object for future delegated payment adapters (ACP/AP2). Does not charge.
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 /prepare_purchase_intent for me.
Input
| Field | Type | Description |
|---|---|---|
| offer_id* | string | Public offer ID |
| request_id* | string | Unique request ID |
| purchaser_id | string | Opaque purchaser ID |
| payer_id | string | Opaque payer ID |
| beneficiary_id | string | Opaque beneficiary ID |
| agent_client_id | string | Agent client identifier |
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":"/prepare_purchase_intent","input":{"offer_id":"...","request_id":"..."}}'cli
npx cracked-ai run -p mcp-business-mastermindshq-masterminds -e /prepare_purchase_intent -i '{"offer_id":"...","request_id":"..."}'mcp
run_tool({ provider: "mcp-business-mastermindshq-masterminds", endpoint: "/prepare_purchase_intent", input: {"offer_id":"...","request_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.