General Tools
anatome.dev
Provides exercise search, retrieval, muscle identification, and SVG muscle visualization for fitness-related applications.
ENDPOINT 1
https://anatome.dev/mcp
MCP server metadata
- Name
- anatome
- Version
- 2.6.0
Fitness and nutrition data. Stateless reference tools (exercise search, muscle diagrams, food lookup, calculators) work with no key. Per-user tools need an app key plus X-App-User-Id — mint both free at POST /v1/demo/key, no signup. Read the anatome://write-policy resource before your first write: units are canonical SI and unknown field names are rejected, not dropped.
Known tools 35
resolve_exerciseResolve an exercise name into primary/secondary muscle layers for rendering.
Inferred read-onlygenerate_muscle_imageRender an SVG diagram of the human body with muscles highlighted in arbitrary colors.
Inferred read-onlylist_routinesBrowse the curated workout routine library (PPL, upper/lower, full-body, 5x5, etc.
Inferred read-onlyget_routineFetch a single curated routine by slug with all days + slots fully expanded (exercises, sets, reps ranges, rest, superset groupings).
Inferred read-onlyget_ppl_dayPush/pull/legs shortcut — returns the canonical PPL day's exercise slots (the 'give me a push workout' wedge).
Inferred read-onlyinstantiate_routineSchedule a user's routine into planned workouts starting at start_date (one planned workout per non-rest day, stepping by cadence_days).
Inferred read-onlylog_mealLog a meal (calories + macros + optional ingredients) for the current app user.
Inferred read-onlylog_body_metricLog a body metric / measurement for the current app user (weight, height, body_fat, bicep, waist, chest, etc.
Inferred read-onlyget_body_metricsList the current app user's body metrics / measurements (weight, height, bicep, body fat, etc.
Inferred read-onlyupsert_profileUpsert the current app user's fitness profile: height (cm), weight (kg), unit_system (metric/imperial), language, TIMEZONE (IANA name — set this first, every daily total, streak and adherence window is bucketed by it and defaults to UTC), daily macro + water + fiber goals and sugar/sodium limits, diet_type, meals_per_day, active_sports, goal.
Inferred read-onlyget_profileGet the current app user's fitness profile (height, weight, macro + water goals, diet, active sports).
Inferred read-onlyget_cardio_activitiesList the current app user's cardio activities (most recent first).
Inferred read-onlyai_parse_mealParse free-text meal description ('2 eggs and toast with butter') into structured items with grams + macros.
Inferred read-onlyget_nutrition_dailyPer-day calories, macros, fiber/sugar/sodium/alcohol, water, targets and adherence % over a date range (default: last 7 days).
Inferred read-onlyget_nutrition_weeklyPer-week rollup of calories, macros, nutrients, water and days-logged, with average daily calories.
Inferred read-onlyexport_dataExport the current app user's complete data — meals, water, workouts, sets, cardio, body metrics, goals, notes, supplements and profile — as JSON.
Inferred read-onlyget_eventsWhat changed since a cursor, including DELETES, which a list read cannot show.
Inferred read-onlyget_weekly_checkinsRecent weekly progress check-ins: bodyweight, energy, sleep, adherence, wins, blockers, and any coach reply.
Inferred read-onlymy_training_contextONE call for everything you need to talk to this user about their training: recent workouts, today's nutrition, the latest weekly check-in, journal notes, current profile and targets.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.anatome]
url = "https://anatome.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"anatome": {
"type": "http",
"url": "https://anatome.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: anatome
Remote MCP URL: https://anatome.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"anatome": {
"url": "https://anatome.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"anatome": {
"type": "http",
"url": "https://anatome.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "anatome",
"transport": "streamable-http",
"url": "https://anatome.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for anatome.dev was fetched 2026-08-18T09:15:26.784Z.
anatome.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.