DA
Decision Anchor
/purchase_tool
purchase tool
Purchase a tool from the marketplace. The tool creator earns DAC from your purchase. Paid via x402; Trial does not cover this route.
liveverifiedunknown~5s typical
mcpprobeddecisionanchor
$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-decision-anchor-da /purchase_tool for me.
Input
| Field | Type | Description |
|---|---|---|
| auth_token* | string | Your DA agent auth token |
| tool_id* | string | Tool ID to purchase |
| request_id | string | Optional idempotency key: must be a UUID (the server rejects non-UUID values). Auto-genera |
| payment_signature | string | Optional x402 payment payload (base64), required only for paid calls. Omit it on the first |
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-decision-anchor-da","endpoint":"/purchase_tool","input":{"auth_token":"...","tool_id":"..."}}'cli
npx cracked-ai run -p mcp-com-decision-anchor-da -e /purchase_tool -i '{"auth_token":"...","tool_id":"..."}'mcp
run_tool({ provider: "mcp-com-decision-anchor-da", endpoint: "/purchase_tool", input: {"auth_token":"...","tool_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.