AM
Assetzaar Marketplace
/check_purchase
check purchase
Check whether a purchase started with the `purchase` tool has been approved and paid. Returns status: pending | paid | expired. Once paid, the entitlement is gr
liveverifiedunknown~5s typical
mcpprobedassetzaarmarketplace
$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-assetzaar-marketplace /check_purchase for me.
Input
| Field | Type | Description |
|---|---|---|
| purchase_id* | string | The purchase_id returned by the purchase tool. |
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-assetzaar-marketplace","endpoint":"/check_purchase","input":{"purchase_id":"..."}}'cli
npx cracked-ai run -p mcp-com-assetzaar-marketplace -e /check_purchase -i '{"purchase_id":"..."}'mcp
run_tool({ provider: "mcp-com-assetzaar-marketplace", endpoint: "/check_purchase", input: {"purchase_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.