C
cerberus-index
/explore_tokens
explore tokens
Discover XRPL tokens — a DexScreener-style feed over 160k+ tokens. Rank by `sort` (volume_24h | marketcap | holders | trustlines | price), `query` to search by
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 /explore_tokens for me.
Input
| Field | Type | Description |
|---|---|---|
| sort | string | default "volume_24h" |
| query | string | |
| limit | integer | default 30 |
| offset | integer | default 0 |
| trust_only | 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":"/explore_tokens","input":{"sort":"volume_24h","limit":30,"offset":0,"trust_only":false}}'cli
npx cracked-ai run -p mcp-com-cerberusindex-cerberus-index -e /explore_tokens -i '{"sort":"volume_24h","limit":30,"offset":0,"trust_only":false}'mcp
run_tool({ provider: "mcp-com-cerberusindex-cerberus-index", endpoint: "/explore_tokens", input: {"sort":"volume_24h","limit":30,"offset":0,"trust_only":false} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.