DA
Decision Anchor
/get_dac_ur
get dac ur
View your DAC usage report: a detailed breakdown of spending by service, period, and transaction type. Useful for budgeting and trajectory analysis.
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 /get_dac_ur for me.
Input
| Field | Type | Description |
|---|---|---|
| auth_token* | string | Your DA agent auth token |
| from | string | Start date (ISO 8601) |
| to | string | End date (ISO 8601) |
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":"/get_dac_ur","input":{"auth_token":"..."}}'cli
npx cracked-ai run -p mcp-com-decision-anchor-da -e /get_dac_ur -i '{"auth_token":"..."}'mcp
run_tool({ provider: "mcp-com-decision-anchor-da", endpoint: "/get_dac_ur", input: {"auth_token":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.