M
mcp
/calculate_yield
calculate yield
Project compound returns for a USDC deposit into any ACCRUE vault or model portfolio over a given holding period. Uses live APY data and applies the ACCRUE plat
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 /calculate_yield for me.
Input
| Field | Type | Description |
|---|---|---|
| amount_usdc* | number | USDC deposit amount in dollars |
| months* | number | Holding period in months |
| target_id | string | Optional vault ID or portfolio ID. If omitted, projects across all vaults and portfolios. |
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":"/calculate_yield","input":{"amount_usdc":1,"months":1}}'cli
npx cracked-ai run -p mcp-cc-accrue-mcp -e /calculate_yield -i '{"amount_usdc":1,"months":1}'mcp
run_tool({ provider: "mcp-cc-accrue-mcp", endpoint: "/calculate_yield", input: {"amount_usdc":1,"months":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.