C
calculators
/macro_calculator
Macro Calculator: Protein, Carbs and Fat Targets
Macro Calculator: Protein, Carbs and Fat Targets — Calculate your daily protein, carb, and fat targets from your calorie goal. Choose a preset split or customiz
liveunknown~5s typical
mcpcalculators
$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-calcfleet-calculators /macro_calculator for me.
Input
| Field | Type | Description |
|---|---|---|
| dailyCalories* | number | |
| preset* | string (balanced | lowCarb | highProtein | custom) | |
| proteinPct | integer | |
| carbsPct | integer | |
| fatPct | integer |
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-calcfleet-calculators","endpoint":"/macro_calculator","input":{"dailyCalories":1,"preset":"balanced"}}'cli
npx cracked-ai run -p mcp-com-calcfleet-calculators -e /macro_calculator -i '{"dailyCalories":1,"preset":"balanced"}'mcp
run_tool({ provider: "mcp-com-calcfleet-calculators", endpoint: "/macro_calculator", input: {"dailyCalories":1,"preset":"balanced"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.