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.7.1
Fitness and nutrition data. Stateless reference tools (exercise search, muscle diagrams, food lookup, calculators) work with no key. Per-user tools need an identity: sign in when your host offers it, or mint a free key at POST /v1/demo/key (no signup) and send it with X-App-User-Id. Read the anatome://write-policy resource before your first write: units are canonical SI and unknown field names are rejected, not dropped.
Known tools 36
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-onlyinstantiate_routineSchedule the signed-in user's routine into planned workouts from start_date.
Inferred read-onlylog_mealLog a meal (calories + macros + optional ingredients) for the current app user.
Inferred read-onlyget_body_metricsList the current app user's body metrics / measurements (weight, height, bicep, body fat, etc.
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_muscle_recoveryPer-muscle 7-day recovery % (Fitbod parity) — the 'what should I train today?
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-onlyupdate_mealCorrect a previously logged meal — name, macros, nutrients, portion, date or meal_type.
Inferred read-onlydelete_workoutDelete a logged workout and its sets by id (soft delete, 30-day recovery window).
Potential side effectsget_eventsWhat changed since a cursor, including DELETES, which a list read cannot show.
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.