mcp
M
mcp
/get_vault_details

get vault details

Get full details on a single ACCRUE yield vault by ID or name. Returns the live spot APY, 7-day realized APY, 30-day realized APY, TVL, chain, risk tier, underl

liveverifiedunknown~5s typical
mcpprobedmcp
$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-cc-accrue-mcp /get_vault_details for me.

Input

FieldTypeDescription
vault*stringVault ID, name, or partial name. Examples: "aave-eth", "Aave USDC Supply (Base)", "Gauntle

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-cc-accrue-mcp","endpoint":"/get_vault_details","input":{"vault":"..."}}'
cli
npx cracked-ai run -p mcp-cc-accrue-mcp -e /get_vault_details -i '{"vault":"..."}'
mcp
run_tool({ provider: "mcp-cc-accrue-mcp", endpoint: "/get_vault_details", input: {"vault":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.