Productivity
fitly.chat
Provides APIs to retrieve daily nutrition, water, workout, and weight data for personal health tracking.
ENDPOINT 1
https://mcp.fitly.chat/mcp
Known tools 35
fitly_get_todayGet a summary of today's nutrition, water, workout, and weight data.
fitly_get_day_contextGet full context for a single date (profile, meals, workouts, water, chat/day summary).
fitly_get_mealsList meals for a date/range.
fitly_get_workoutsList workouts/exercises for a date/range.
fitly_get_weightList weight log entries for a date/range.
fitly_get_waterList water intake logs for a date.
fitly_get_profileCALL THIS FIRST.
fitly_get_progressGet progress data (weight trend) for a date range.
fitly_get_checkout_urlGenerate a Stripe checkout URL so the user can subscribe to Fitly AI.
fitly_log_mealLog a meal with nutrition data.
fitly_log_workoutLog a workout with exercises.
fitly_log_weightLog a weight measurement.
fitly_update_weightUpdate one weight log entry by ID.
fitly_delete_weightDelete one weight log entry by ID.
fitly_log_waterLog water intake.
fitly_update_profileUpdate user profile fields (stats, goals, injuries, preferences, AI personality).
fitly_chatSend a message to the AI fitness coach and get a response.
fitly_update_meal_by_idUpdate one meal by ID.
fitly_delete_meal_by_idDelete one meal by ID.
fitly_update_workout_exerciseUpdate one workout exercise by ID.
fitly_delete_workout_exercise_by_idDelete one workout exercise by ID.
fitly_get_meal_planGet the active meal plan with all items grouped by day and meal type.
fitly_set_meal_planCreate a new meal plan (replaces any existing active plan).
fitly_update_meal_planUpdate an existing meal plan.
fitly_delete_meal_planDelete the active meal plan.
fitly_get_workout_planGet the active workout plan with all exercises grouped by day.
fitly_set_workout_planCreate a new workout plan (replaces any existing active plan).
fitly_update_workout_planUpdate an existing workout plan.
fitly_delete_workout_planDelete the active workout plan.
fitly_get_custom_foodsGet the user's custom food database.
fitly_search_foodsSearch the food database for nutrition info.
fitly_delete_waterDelete a water log entry by ID.
fitly_add_custom_foodAdd a custom food to the user's food database.
fitly_update_custom_foodUpdate a custom food by ID.
fitly_delete_custom_foodDelete a custom food by ID.