mcp
M
mcp
/recommend_strategy

recommend strategy

Recommend a vault or model portfolio for a user based on their risk profile and chain preference. Uses live APY data to choose the best current option. Returns

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 /recommend_strategy for me.

Input

FieldTypeDescription
risk_profile*string (conservative | balanced | aggressive)User's risk tolerance
chainstring (Ethereum | Base)Preferred chain (optional)
goalstring (max_yield | capital_preservation | diversification | simplicity)User's primary goal

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

Try it

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