Skip to main content
Glama
134,434 tools. Last updated 2026-05-23 18:02

"Bevy" matching MCP tools:

  • Create a new workout routine by defining exercises, sets, and rest intervals. Optionally assign to a folder and handle duplicates.
    MIT
  • Retrieve a specific workout with all sets, reps, weights, RPE, and notes. Use after listing workouts to compare across sessions.
    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
  • 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

Matching MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    A Model Context Protocol (MCP) server implementation that interfaces with the Hevy fitness tracking app and its API. This server enables AI assistants to access and manage workout data, routines, exercise templates, and more through the Hevy API (requires PRO subscription).
    Last updated
    25
    815
    226
  • Search the Hevy exercise library by name, equipment, or muscle group to find exercise template IDs for creating routines or workouts.
    MIT
  • Retrieve the total count of workouts recorded in the account. This value supports pagination and workout statistics.
  • 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
  • Retrieve detailed information about a routine folder, including its name, creation date, and associated routines, by providing the folder ID.
  • Fetch workout change events since a given ISO-8601 timestamp to detect new, updated, or deleted workouts without re-paginating the full list.
    MIT
  • Create a new routine folder in your Hevy account by providing a folder name. Returns full folder details including the new folder ID.
  • Fetch all body measurement fields for a given date. Input the date in YYYY-MM-DD format to retrieve metrics such as weight and body fat.