dev.anatome/anatome

MCPCommunitylive
v2.6.0dev.anatomeUnknownAktualisiert vor 1 Mon.

Log workouts and meals by telling your AI. 873 exercises, muscle diagrams, food lookup.

Endpunkt-Statuslive
geprüft vor 23 Std. · 1673 ms
100 % der letzten 5 Prüfungen haben diesen Endpunkt erreicht
Läuft in
ClaudeCursorCopilotChatGPTGemini

Abgeleitet aus den Transporten, die dieser Eintrag deklariert (streamable-http). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.

Automatisch aus öffentlichen Quellen indexiert. Vom Entwickler auf Forge noch nicht verifiziert.Diesen Eintrag beanspruchen →
vor 1 Mon.Letzte Aktualisierung
Paket
Autordev.anatome
LizenzUnknown
Version2.6.0
Quellemcp-registry
Trust-Status
B
60/100Gut
✓Im Forge-Index gelistet+10/10
—Publisher-Identität verifiziert+0/30
→ Publisher: für diesen Eintrag ist kein Repository hinterlegt, daher kann `forge publish` die Inhaberschaft nicht automatisch prüfen. Nutze oben „Diesen Eintrag beanspruchen“ — Forge prüft diese Fälle von Hand.
—Domain-Verifizierung+0/10
→ Für diesen Eintragstyp derzeit nicht verfügbar — die Domain-Prüfung läuft heute nur für npm-gestützte Pakete, diese Zeile lässt sich hier also noch nicht erreichen, unabhängig davon, was auf der Domain liegt.
✓Prompt-Injection-Scan · sauber+30/30
✓Obfuskations-/Exfiltrations-Scan · sauber+20/20
StatusVon der Community indexiert
PublisherNicht verifiziert
SignaturNicht signiert
Domain—
Herkunft—
AbhängigkeitenNicht auditiert
Tool-Oberfläche36 Tools · 2 privilegiert
Sicherheits-Scan✓ Saubervlive · heuteWie gut funktioniert dieser Scan?
EvaluierungenKeine
Indexiert13. Aug. 2026

Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.

Tools

36 Tools · 2 privilegiert
Live am Endpunkt des Anbieters beobachtet23h ago

Aus einem echten MCP-Handshake initialize → tools/list gegen den deklarierten Endpunkt gelesen. Es wurde nie ein Tool aufgerufen — tools/list ist der lesende Introspektionsaufruf, den das Protokoll dafür vorsieht. Es spiegelt wider, was der Server in diesem Moment angeboten hat; ein gehosteter Endpunkt ist an keine Version gebunden und kann sich ohne Ankündigung ändern.

  • https://anatome.dev/mcp36 Tools · 1673 ms
search_exercisesSearch 873 exercises by name with muscle/equipment/level filters. Rows are lean (name, ext_id, equipment, level, muscles) — enough to pick one; get_exercise returns instructions and media. Paginates: pass next_cursor back as `cursor`.

Search 873 exercises by name with muscle/equipment/level filters. Rows are lean (name, ext_id, equipment, level, muscles) — enough to pick one; get_exercise returns instructions and media. Paginates: pass next_cursor back as `cursor`.

ParameterTypBeschreibung
q*string—
musclestring—
equipmentstring—
levelstring—
limitnumber—
cursorstringnext_cursor from the previous response. Omit for the first page.
fieldsstringExtra fields, comma-separated, or `all`.
get_exerciseFetch one exercise by name, id, or random.

Fetch one exercise by name, id, or random.

ParameterTypBeschreibung
namestring—
idstring—
randomboolean—
resolve_exerciseResolve an exercise name into primary/secondary muscle layers for rendering.

Resolve an exercise name into primary/secondary muscle layers for rendering.

ParameterTypBeschreibung
exercise*string—
list_musclesList all 23 supported muscle slugs with anatomical names.

List all 23 supported muscle slugs with anatomical names.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

generate_muscle_imageRender an SVG diagram of the human body with muscles highlighted in arbitrary colors. Returns SVG.

Render an SVG diagram of the human body with muscles highlighted in arbitrary colors. Returns SVG.

ParameterTypBeschreibung
genderstring—
viewstring—
layers*array—
list_routinesBrowse the curated workout routine library (PPL, upper/lower, full-body, 5x5, etc.). Filter by difficulty, goal, split_type, days_per_week. Returns minimal list.

Browse the curated workout routine library (PPL, upper/lower, full-body, 5x5, etc.). Filter by difficulty, goal, split_type, days_per_week. Returns minimal list.

ParameterTypBeschreibung
difficultystring—
goalstring—
split_typestring—
days_per_weeknumber—
limitnumber—
get_routineFetch a single curated routine by slug with all days + slots fully expanded (exercises, sets, reps ranges, rest, superset groupings). The 'give me a full program' tool.

Fetch a single curated routine by slug with all days + slots fully expanded (exercises, sets, reps ranges, rest, superset groupings). The 'give me a full program' tool.

ParameterTypBeschreibung
slug*string—
instantiate_routineSchedule the signed-in user's routine into planned workouts from start_date. Coach assignment of another user is REST-only.

Schedule the signed-in user's routine into planned workouts from start_date. Coach assignment of another user is REST-only.

ParameterTypBeschreibung
idempotency_keystring—
routine_id*string—
start_date*stringYYYY-MM-DD
cadence_daysnumber—
search_foodsSearch food products by name (Open Food Facts + USDA). Returns macros per 100g.

Search food products by name (Open Food Facts + USDA). Returns macros per 100g.

ParameterTypBeschreibung
q*string—
localestring—
page_sizenumber—
lookup_barcodeLookup a food product by EAN/UPC barcode.

Lookup a food product by EAN/UPC barcode.

ParameterTypBeschreibung
barcode*string—
log_workoutLog a workout with exercise sets (strength or cardio unified). Requires an app user context.

Log a workout with exercise sets (strength or cardio unified). Requires an app user context.

ParameterTypBeschreibung
idempotency_keystring—
date*string—
titlestring—
primary_sportstring—
setsarray—
get_workoutsList the current app user's workouts (most recent first).

List the current app user's workouts (most recent first).

ParameterTypBeschreibung
limitnumber—
date_fromstring—
date_tostring—
log_mealLog a meal (calories + macros + optional ingredients) for the current app user.

Log a meal (calories + macros + optional ingredients) for the current app user.

ParameterTypBeschreibung
idempotency_keystring—
date*string—
meal_typestring—
name*string—
calories*number—
proteinnumber—
carbsnumber—
fatsnumber—
get_mealsList the current app user's meals for a date range.

List the current app user's meals for a date range.

ParameterTypBeschreibung
date_fromstring—
date_tostring—
log_waterLog water intake (ml) for the current app user.

Log water intake (ml) for the current app user.

ParameterTypBeschreibung
idempotency_keystring—
date*string—
amount_ml*number—
log_body_metricLog a body measurement. metric_type: weight (kg), height (cm), body_fat (%), muscle_mass (kg), waist/chest/bicep/forearm/hip/thigh/calf/neck/shoulder (cm), bmi, resting_hr (bpm). Logging weight enables bodyweight-inclusive volume analytics.

Log a body measurement. metric_type: weight (kg), height (cm), body_fat (%), muscle_mass (kg), waist/chest/bicep/forearm/hip/thigh/calf/neck/shoulder (cm), bmi, resting_hr (bpm). Logging weight enables bodyweight-inclusive volume analytics.

ParameterTypBeschreibung
idempotency_keystring—
date*string—
metric_type*string—
value*number—
unit*string—
notesstring—
get_body_metricsList the current app user's body metrics / measurements (weight, height, bicep, body fat, etc.), most recent first. Filter by metric_type (e.g. 'weight', 'bicep') and/or a date range. Requires an app user context.

List the current app user's body metrics / measurements (weight, height, bicep, body fat, etc.), most recent first. Filter by metric_type (e.g. 'weight', 'bicep') and/or a date range. Requires an app user context.

ParameterTypBeschreibung
metric_typestring—
fromstring—
tostring—
limitnumber—
upsert_profileUpsert the current app user's fitness profile. Set `timezone` first: every daily total, streak and adherence window is bucketed by it and defaults to UTC. `weight` doubles as the fallback bodyweight for bodyweight-inclusive volume when no dated weight metric exists.

Upsert the current app user's fitness profile. Set `timezone` first: every daily total, streak and adherence window is bucketed by it and defaults to UTC. `weight` doubles as the fallback bodyweight for bodyweight-inclusive volume when no dated weight metric exists.

ParameterTypBeschreibung
goalstring—
heightnumbercm
weightnumberkg
unit_systemstring—
languagestring—
timezonestringIANA zone name, e.g. 'Europe/Warsaw'.
daily_calorie_goalnumber—
daily_protein_goalnumber—
daily_carbs_goalnumber—
daily_fats_goalnumber—
daily_water_goal_mlnumber—
daily_fiber_goalnumberg/day to reach
daily_sugar_limitnumberg/day to stay under
daily_sodium_limitnumbermg/day to stay under
diet_typestring—
meals_per_daynumber—
active_sportsarray—
get_profileGet the current app user's fitness profile (height, weight, macro + water goals, diet, active sports). Requires an app user context.

Get the current app user's fitness profile (height, weight, macro + water goals, diet, active sports). Requires an app user context.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

log_cardioLog a cardio activity (run/bike/swim/etc.) for the current app user. Supports duration, distance, HR, power, calories.

Log a cardio activity (run/bike/swim/etc.) for the current app user. Supports duration, distance, HR, power, calories.

ParameterTypBeschreibung
idempotency_keystring—
date*string—
sport*string—
titlestring—
duration_secondsnumber—
distance_mnumber—
avg_hrnumber—
caloriesnumber—
notesstring—
get_cardio_activitiesList the current app user's cardio activities (most recent first).

List the current app user's cardio activities (most recent first).

ParameterTypBeschreibung
limitnumber—
date_fromstring—
date_tostring—
ai_parse_mealParse free-text meal description ('2 eggs and toast with butter') into structured items with grams + macros.

Parse free-text meal description ('2 eggs and toast with butter') into structured items with grams + macros.

ParameterTypBeschreibung
text*string—
localestring—
ai_photo_macrosAnalyze a meal image and estimate foods + macros. Pass exactly one of image_url or image_base64. Vision model, capped separately from the text AI budget (free tier 1/mo).

Analyze a meal image and estimate foods + macros. Pass exactly one of image_url or image_base64. Vision model, capped separately from the text AI budget (free tier 1/mo).

ParameterTypBeschreibung
image_urlstringPublic URL of the image. Mutually exclusive with image_base64.
image_base64stringBase64-encoded image bytes, no data: prefix. Mutually exclusive with image_url.
ai_meal_planDraft a meal plan. Not medical advice. confirm:true required. Pass health constraints so the draft can honour them.

Draft a meal plan. Not medical advice. confirm:true required. Pass health constraints so the draft can honour them.

ParameterTypBeschreibung
days*number—
goalstring—
diet_typestring—
daily_caloriesnumber—
confirm*boolean—
healthobject—
ai_workout_planDraft a workout plan. Not medical advice. confirm:true required. Pass health constraints so the draft can honour them.

Draft a workout plan. Not medical advice. confirm:true required. Pass health constraints so the draft can honour them.

ParameterTypBeschreibung
days_per_week*number—
goalstring—
experiencestring—
confirm*boolean—
healthobject—
get_muscle_recoveryPer-muscle 7-day recovery % (Fitbod parity) — the 'what should I train today?' input. Recommends fresh muscles. Pass include_bodyweight=true to add the user's bodyweight to bodyweight exercises so recovery reflects real load.

Per-muscle 7-day recovery % (Fitbod parity) — the 'what should I train today?' input. Recommends fresh muscles. Pass include_bodyweight=true to add the user's bodyweight to bodyweight exercises so recovery reflects real load.

ParameterTypBeschreibung
include_bodyweightbooleanIf true, add the user's bodyweight to bodyweight exercises (requires a logged weight or profile.weight).
get_nutrition_dailyPer-day calories, macros, fiber/sugar/sodium/alcohol, water, targets and adherence % over a date range (default: last 7 days). The 'how am I tracking today?' tool. Requires X-App-User-Id.

Per-day calories, macros, fiber/sugar/sodium/alcohol, water, targets and adherence % over a date range (default: last 7 days). The 'how am I tracking today?' tool. Requires X-App-User-Id.

ParameterTypBeschreibung
date_fromstringYYYY-MM-DD
date_tostringYYYY-MM-DD (defaults to the user's today, in their timezone)
get_waterList the current app user's water intake entries for a date range. Requires X-App-User-Id.

List the current app user's water intake entries for a date range. Requires X-App-User-Id.

ParameterTypBeschreibung
datestring—
date_fromstring—
date_tostring—
update_mealCorrect a previously logged meal — name, macros, nutrients, portion, date or meal_type. Pass only the fields you want to change. Requires X-App-User-Id.

Correct a previously logged meal — name, macros, nutrients, portion, date or meal_type. Pass only the fields you want to change. Requires X-App-User-Id.

ParameterTypBeschreibung
idempotency_keystring—
meal_id*string—
datestring—
meal_typestring—
namestring—
caloriesnumber—
proteinnumber—
carbsnumber—
fatsnumber—
fibernumber—
sugarnumber—
saturated_fatnumber—
sodiumnumbermg
alcoholnumberg of ethanol
delete_mealprivilegiertDelete a logged meal by id (soft delete, 30-day recovery window). Requires X-App-User-Id.

Delete a logged meal by id (soft delete, 30-day recovery window). Requires X-App-User-Id.

ParameterTypBeschreibung
meal_id*string—
update_setsCorrect sets already logged, by set id (log_workout returns them). Relabel the exercise, fix weight/reps/rpe, mark completed, add notes, or delete. Selection and change are separate, so a subset can be relabelled. Adding a set is log_workout, not this.

Correct sets already logged, by set id (log_workout returns them). Relabel the exercise, fix weight/reps/rpe, mark completed, add notes, or delete. Selection and change are separate, so a subset can be relabelled. Adding a set is log_workout, not this.

ParameterTypBeschreibung
set_ids*array—
exercisestringCatalog name, ext_id, or the user's own words for a custom movement.
weightnumber—
repsnumber—
rpenumber—
completedboolean—
notesstring—
deleteboolean—
delete_workoutprivilegiertDelete a logged workout and its sets by id (soft delete, 30-day recovery window).

Delete a logged workout and its sets by id (soft delete, 30-day recovery window).

ParameterTypBeschreibung
workout_id*string—
export_dataExport the signed-in user's data as JSON. Pass `domains` (e.g. meals,workouts) or confirm:true for a full copy. Identity comes from the token, never a caller-supplied user id.

Export the signed-in user's data as JSON. Pass `domains` (e.g. meals,workouts) or confirm:true for a full copy. Identity comes from the token, never a caller-supplied user id.

ParameterTypBeschreibung
domainsstringComma-separated subset, e.g. 'meals,workouts'.
confirmbooleanRequired true for a full dump when domains is omitted.
get_eventsWhat changed since a cursor, including DELETES, which a list read cannot show. Returns {seq, entity, id, action}. Pass the last seq back as `since` on the next call to receive only entries after it; omit `since` for a first sync. seq is a global counter: gaps in your feed are other accounts' events…

What changed since a cursor, including DELETES, which a list read cannot show. Returns {seq, entity, id, action}. Pass the last seq back as `since` on the next call to receive only entries after it; omit `since` for a first sync. seq is a global counter: gaps in your feed are other accounts' events…

ParameterTypBeschreibung
sincestringCursor from the previous call's last seq. Omit for a first sync.
entitiesstringOptional comma-separated filter, e.g. 'workout,meal'.
limitnumber—
my_training_contextReturns a slice of the signed-in user's training picture. Default domains are workouts and today's nutrition. Pass `domains` to add checkin, notes or profile, or `domains=all`. Identity comes from the token, not a caller-supplied user id.

Returns a slice of the signed-in user's training picture. Default domains are workouts and today's nutrition. Pass `domains` to add checkin, notes or profile, or `domains=all`. Identity comes from the token, not a caller-supplied user id.

ParameterTypBeschreibung
workout_limitnumber—
domainsstringComma-separated subset. Accepted: workouts, nutrition, checkin, notes, profile, or 'all'. Default: workouts,nutrition.
get_progressAny progression metric for the current user — pick one in `metric`. training_load is acute:chronic (>1.5 ramping too fast, <0.8 detraining); muscle_recovery is per-muscle freshness; correlate takes metric_a vs metric_b. Only completed sets count.

Any progression metric for the current user — pick one in `metric`. training_load is acute:chronic (>1.5 ramping too fast, <0.8 detraining); muscle_recovery is per-muscle freshness; correlate takes metric_a vs metric_b. Only completed sets count.

ParameterTypBeschreibung
metric*string—
exercisestringRequired for prs; optional filter for volume, one_rep_max and compare_periods.
fromstringYYYY-MM-DD
tostringYYYY-MM-DD
bucketstring—
group_bystringvolume only
include_bodyweightbooleanAdd the user's bodyweight to bodyweight exercises (pull-ups, dips). prs, volume and muscle_recovery.
daysnumbertraining_load window
sportstringtraining_load and cardio_prs
methodstringtraining_load: auto | power | hr | rpe
windownumberweight_trend smoothing window
goal_idstringgoal_trajectory
metric_astringcorrelate
metric_bstringcorrelate

36 von 36 Tools haben eine Beschreibung veröffentlicht.

Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.

Über

Log workouts and meals by telling your AI. 873 exercises, muscle diagrams, food lookup.

Schlagwörter
mcp
Alternativen
Tool-Oberflächen werden verglichen…

Keine Abdeckung der Abhängigkeiten

Dieser Eintrag veröffentlicht kein npm-Paket, daher hat Forge keinen Abhängigkeitsbaum dafür. Das ist eine Lücke in der Abdeckung — keine Aussage, dass er keine Abhängigkeiten hat.