Skip to main content
Glama
270,502 tools. Last updated 2026-07-07 21:04

"Bevy" matching MCP tools:

  • Retrieve a specific workout with all sets, reps, weights, RPE, and notes. Use after listing workouts to compare across sessions.
    MIT
  • Create a new workout routine by defining exercises, sets, and rest intervals. Optionally assign to a folder and handle duplicates.
    MIT
  • Retrieve a paginated list of your workout summaries in reverse-chronological order. Use this to review recent training sessions before requesting detailed set-by-set data.
    MIT
  • Search the Hevy exercise library by name, equipment, or muscle group to find exercise template IDs for creating routines or workouts.
    MIT

Matching MCP Servers

  • Estimate your one-rep max for any exercise by analyzing recent top sets from Hevy workouts using Epley or Brzycki formulas. Returns highest estimate and set history.
    MIT
  • Retrieve the total number of workouts logged. Use it to monitor progress without complex queries.
    MIT
  • Browse the Hevy exercise library in paginated format. List up to 50 exercise templates per page to explore available exercises.
    MIT
  • Fetch workout change events since a given ISO-8601 timestamp to detect new, updated, or deleted workouts without re-paginating the full list.
    MIT
  • Aggregate training volume by muscle group to identify neglected areas. Calculates total weight lifted from working sets over a specified time window.
    MIT
  • Create a new routine folder to organize your workout routines. Returns the folder ID for use when creating routines.
    MIT
  • Replace the contents of an existing logged workout with updated data, using the same structure as creating a new workout.
    MIT
  • Retrieve a routine folder by its unique folder ID. Access organized workout routines for efficient training management.
    MIT
  • Fetch a single exercise template by ID from the Hevy library, providing exercise details for training analysis and routine creation.
    MIT
  • Update an existing workout routine by providing its ID and the modified routine details.
    MIT
  • Retrieve a complete workout routine by its ID, including all exercises and target sets.
    MIT
  • Tracks estimated one-rep max progression for a single exercise, returning session-by-session data for charting strength gains over time.
    MIT