CI
Coin IRA Crypto Calculators
/calculate_retirement_projection
Crypto Retirement Projection Calculator
Calculate hypothetical compound growth for a supported crypto retirement account. Uses the caller's constant annual return. Does not use market prices or predic
liveunknown~5s typical
mcpcoiniracrypto
$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-coinira-calculators /calculate_retirement_projection for me.
Input
| Field | Type | Description |
|---|---|---|
| asset* | string (BTC | ETH | XRP | SOL) | |
| starting_balance* | number | |
| monthly_contribution* | number | |
| years* | integer | |
| annual_return* | number |
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-coinira-calculators","endpoint":"/calculate_retirement_projection","input":{"asset":"BTC","starting_balance":1,"monthly_contribution":1,"years":1,"annual_return":1}}'cli
npx cracked-ai run -p mcp-com-coinira-calculators -e /calculate_retirement_projection -i '{"asset":"BTC","starting_balance":1,"monthly_contribution":1,"years":1,"annual_return":1}'mcp
run_tool({ provider: "mcp-com-coinira-calculators", endpoint: "/calculate_retirement_projection", input: {"asset":"BTC","starting_balance":1,"monthly_contribution":1,"years":1,"annual_return":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.