mcpserver.lol
registry/fitfly-engine
Connection check verified live · 27h ago

fitfly-engine

Deterministic fitness coaching engine: adaptive programs, progression math, readiness autoregulation

Tools 10
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

10 tools

Read from the running server on 27h ago.

changelog limit
The 'what changed & why' feed — the engine's coaching decisions (volume bumps, deloads, swaps) in Coach Fly's voice. Use to explain to the athlete why their plan evolved.
get_program
The athlete's current multi-day program (render-ready).
get_todays_session dayIndex
Today's workout: exercises, sets/reps, per-exercise load guidance and concrete target weights, plus nutrition targets and cycle status. Auto-applies the user's readiness check-in (…
list_swap_options exerciseId*
Valid alternatives for an exercise — same muscle group, filtered to the athlete's equipment/level/injuries. Use before swap_exercise.
log_workout goaldayIndexexercises*
Record what the athlete actually lifted. The engine runs progression (double-progression, e1RM), detects PRs, and returns per-exercise outcomes (established/progressed/held/deloade…
meal_plan exclusionsmealsPerDaytrainingDaydietaryStyle
A day of meals hitting the athlete's targets, USDA truth-checked (flags feasible=false with a note when macros are approximate). Slow (~15s AI call).
nutrition_targets
The athlete's daily calorie + macro targets, computed from body stats, activity, and goal.
readiness_checkin sleep*energy*soreness*
Record how the athlete feels today (energy, sleep, soreness — each 1–5). The engine scores readiness and, on the next get_todays_session, reshapes the workout accordingly (reduce v…
regenerate_program
Rebuild the whole program from the stored profile (~20s AI generation). Use after a profile change or a plateau.
swap_exercise scopedayIndexexerciseId*toExerciseId*
Replace an exercise with a valid same-area alternative. scope 'today' = just this session; scope 'program' = going forward. The new lift starts fresh (day-one calibration).