C
cerberus-index
/get_wallet_activity
get wallet activity
A readable, risk-annotated history of what an XRPL wallet did: recent transactions turned into plain language (sent/received amounts with token names, trustline
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 /get_wallet_activity for me.
Input
| Field | Type | Description |
|---|---|---|
| address* | string | |
| limit | integer | default 30 |
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":"/get_wallet_activity","input":{"address":"...","limit":30}}'cli
npx cracked-ai run -p mcp-com-cerberusindex-cerberus-index -e /get_wallet_activity -i '{"address":"...","limit":30}'mcp
run_tool({ provider: "mcp-com-cerberusindex-cerberus-index", endpoint: "/get_wallet_activity", input: {"address":"...","limit":30} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.