C
cerberus-index
/find_best_path
find best path
Find the safest EXECUTABLE route to acquire an XRPL token and screen every hop. Unlike quote_amm (one direct AMM pool), this asks the ledger for real payment pa
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 /find_best_path for me.
Input
| Field | Type | Description |
|---|---|---|
| to_currency* | string | |
| to_issuer* | string | |
| to_amount | number | default 100 |
| from_currency | string | default "XRP" |
| from_issuer | string | |
| account | string |
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":"/find_best_path","input":{"to_currency":"...","to_issuer":"...","to_amount":100,"from_currency":"XRP"}}'cli
npx cracked-ai run -p mcp-com-cerberusindex-cerberus-index -e /find_best_path -i '{"to_currency":"...","to_issuer":"...","to_amount":100,"from_currency":"XRP"}'mcp
run_tool({ provider: "mcp-com-cerberusindex-cerberus-index", endpoint: "/find_best_path", input: {"to_currency":"...","to_issuer":"...","to_amount":100,"from_currency":"XRP"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.