mcp
M
mcp
/get_portfolio_details

get portfolio details

Get full details on a single model portfolio: its underlying vault allocations, the live APY of each underlying vault, and the blended portfolio APY. Use this w

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_portfolio_details for me.

Input

FieldTypeDescription
portfolio*stringPortfolio ID or name. Examples: "foundation-eth", "Core Portfolio", "growth-eth", "Foundat

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

Try it

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