Feature Request
Summary
Add MCP tools for the Hevy body measurements API endpoint to enable AI assistants to read and log body weight and other measurements.
Hevy API Endpoints
GET /v1/body_measurements - retrieve paginated body measurement history
POST /v1/body_measurements - log a new body measurement entry
Proposed MCP Tools
get-body-measurements - fetch measurement history (with page / pageSize params)
create-body-measurement - log a new entry (weight, body fat %, etc.)
Use Case
Without access to body measurements, AI coaching workflows that use hevy-mcp are incomplete.
Currently, tools like Claude cannot retrieve weight history to:
- track progress toward a body composition goal
- correlate weight trends with training volume
- adjust caloric targets based on rate of weight loss/gain
Feature Request
Summary
Add MCP tools for the Hevy body measurements API endpoint to enable AI assistants to read and log body weight and other measurements.
Hevy API Endpoints
GET /v1/body_measurements- retrieve paginated body measurement historyPOST /v1/body_measurements- log a new body measurement entryProposed MCP Tools
get-body-measurements- fetch measurement history (withpage/pageSizeparams)create-body-measurement- log a new entry (weight, body fat %, etc.)Use Case
Without access to body measurements, AI coaching workflows that use hevy-mcp are incomplete.
Currently, tools like Claude cannot retrieve weight history to: