C
cerberus-index
/quote_amm
quote amm
Quote an XRP->token swap against the live XLS-30 AMM pool: tokens out, spot vs effective price, price impact. Price: $0.001 USDC. Missing something? Call `submi
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 /quote_amm for me.
Input
| Field | Type | Description |
|---|---|---|
| issuer* | string | |
| currency* | string | |
| xrp_in | number | default 10 |
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":"/quote_amm","input":{"issuer":"...","currency":"...","xrp_in":10}}'cli
npx cracked-ai run -p mcp-com-cerberusindex-cerberus-index -e /quote_amm -i '{"issuer":"...","currency":"...","xrp_in":10}'mcp
run_tool({ provider: "mcp-com-cerberusindex-cerberus-index", endpoint: "/quote_amm", input: {"issuer":"...","currency":"...","xrp_in":10} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.