cerberus-index
C
cerberus-index
/watch_token

watch token

Monitor an XRPL token you hold and get alerted when it turns dangerous. A one-time check can't catch a rug that happens later — this watches the chain continuou

liveunknown~5s typical
mcpcerberus-index
$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-cerberusindex-cerberus-index /watch_token for me.

Input

FieldTypeDescription
issuer*string
currency*string
subscriber_keystring
duration_daysinteger default 7
drain_threshold_pctnumber default 50
rebaselineboolean default false

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-cerberusindex-cerberus-index","endpoint":"/watch_token","input":{"issuer":"...","currency":"...","duration_days":7,"drain_threshold_pct":50,"rebaseline":false}}'
cli
npx cracked-ai run -p mcp-com-cerberusindex-cerberus-index -e /watch_token -i '{"issuer":"...","currency":"...","duration_days":7,"drain_threshold_pct":50,"rebaseline":false}'
mcp
run_tool({ provider: "mcp-com-cerberusindex-cerberus-index", endpoint: "/watch_token", input: {"issuer":"...","currency":"...","duration_days":7,"drain_threshold_pct":50,"rebaseline":false} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.