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
| Field | Type | Description |
|---|---|---|
| issuer* | string | |
| currency* | string | |
| subscriber_key | string | |
| duration_days | integer | default 7 |
| drain_threshold_pct | number | default 50 |
| rebaseline | boolean | 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.