M
mcp
/coast_fire
Coast FIRE number
The amount invested today that, growing alone with no further contributions, reaches a full FIRE number by retirement age.
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-com-economicium-mcp /coast_fire for me.
Input
| Field | Type | Description |
|---|---|---|
| age* | number | |
| retireAge* | number | |
| invested* | number | |
| annualSpend* | number | |
| nominalReturnPct* | number | Expected annual nominal investment return, as a percent |
| inflationPct* | number | |
| safeWithdrawalRatePct* | number | e.g. 4 for the 4% rule |
| contribMonthly | number | |
| otherAnnualIncome | number | e.g. Social Security, pension |
| feesPct | number | Annual investment fee drag, as a percent |
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-economicium-mcp","endpoint":"/coast_fire","input":{"age":1,"retireAge":1,"invested":1,"annualSpend":1,"nominalReturnPct":1,"inflationPct":1,"safeWithdrawalRatePct":1}}'cli
npx cracked-ai run -p mcp-com-economicium-mcp -e /coast_fire -i '{"age":1,"retireAge":1,"invested":1,"annualSpend":1,"nominalReturnPct":1,"inflationPct":1,"safeWithdrawalRatePct":1}'mcp
run_tool({ provider: "mcp-com-economicium-mcp", endpoint: "/coast_fire", input: {"age":1,"retireAge":1,"invested":1,"annualSpend":1,"nominalReturnPct":1,"inflationPct":1,"safeWithdrawalRatePct":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.