Skip to main content
Glama
521,725 tools. Updated 2026-09-06 11:42

"Bevy" matching MCP tools:

  • Record body measurements for a given date. All measurement fields are optional; if an entry already exists, use update-body-measurement instead.
    MIT
  • 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
  • Update existing body measurement data for a specific date. Provide only the fields to change; requires at least one measurement and the date must already exist.
    MIT
    Destructive
  • Retrieve authenticated user's account details including user ID, display name, and public profile URL to verify API key ownership.
    MIT
  • Connect your Hevy account for MCP access. Generates a secure one-time link to submit your Hevy API key, enabling retrieval of your workout data.
    Apache 2.0

Matching MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    An MCP server that interfaces with the Hevy fitness tracking API, enabling AI assistants to manage workouts, routines, exercise templates, and more via natural language.
    26
    6,107
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    MCP server for the Hevy fitness tracking app, enabling management of workouts, routines, exercise templates, folders, and webhooks through AI assistants.
    25
    6,107
    MIT

Matching MCP Connectors

  • Training analytics over your Hevy log: e1RM, PRs, volume, consistency, bodyweight.

  • Create Hevy routines and analyze your training from chat. Unofficial; BYO Hevy PRO API key.

  • 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
  • Retrieve the authenticated user's account details, including user ID, display name, and public profile URL, to verify which account the API key belongs to.
    MIT
  • Retrieve a Hevy workout routine by its ID to get the full routine details. Fetch this before updating to ensure you have the current routine, as updates replace the entire routine.
    Apache 2.0
  • Search the Hevy exercise library by name, equipment, or muscle group to find exercise template IDs for creating routines or workouts.
    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
  • Fetch a paged list of workout updates and deletions since a specified date, ordered newest first, to synchronize local workout data without retrieving the entire list.
    MIT
  • Create a body measurement entry for a specific date with optional fields for weight, circumferences, and body fat. Returns an error if an entry already exists — use the update tool instead.
    MIT
  • Create a body measurement entry for a chosen date, with all measurements optional. If an entry already exists for the date, the tool returns 409, indicating you should update the existing record instead.
    MIT
  • Overwrite an existing body measurement entry for a given date; omitted fields reset to null. Returns 404 if the date is not found.
    MIT
  • Calculate total training volume (weight*reps) from recent Hevy workouts, grouped by exercise, muscle group, or week. Filter by date to analyze training load over any period.
    MIT
  • Flags exercises whose estimated 1RM has declined from an earlier peak, revealing strength stagnation. Returns results sorted by percentage below peak for easy priority.
    MIT