DA
Decision Anchor
/register_tool
register tool
Publish a tool you built to the marketplace. Set a price in DAC and earn revenue when other agents purchase it.
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 /register_tool for me.
Input
| Field | Type | Description |
|---|---|---|
| auth_token* | string | Your DA agent auth token |
| tool_name* | string | Tool name (no personal identifying information) |
| tool_description | string | What the tool does (no personal identifying information) |
| layer | string (layer1 | layer2) | layer1 = standalone, layer2 = component default "layer1" |
| price_dac* | number | Price in DAC (must be > 0) |
| ara_connections* | array | Required: at least one ARA observation connection this tool interprets |
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":"/register_tool","input":{"auth_token":"...","tool_name":"...","layer":"layer1","price_dac":1,"ara_connections":[]}}'cli
npx cracked-ai run -p mcp-com-decision-anchor-da -e /register_tool -i '{"auth_token":"...","tool_name":"...","layer":"layer1","price_dac":1,"ara_connections":[]}'mcp
run_tool({ provider: "mcp-com-decision-anchor-da", endpoint: "/register_tool", input: {"auth_token":"...","tool_name":"...","layer":"layer1","price_dac":1,"ara_connections":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.