← Registry

General Tools

anatome.dev

Provides exercise search, retrieval, muscle identification, and SVG muscle visualization for fitness-related applications.

1 endpoint35 known toolsFirst detected August 12, 2026Last detected August 12, 2026

ENDPOINT 1

https://anatome.dev/mcp

No auth detected

MCP server metadata

Name
anatome
Version
2.6.0
Capabilities
toolspromptsresources
Server instructions

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

search_exercises

Search 873 exercises by name with muscle/equipment/level filters.

Inferred read-only
get_exercise

Fetch one exercise by name, id, or random.

Inferred read-only
resolve_exercise

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

Inferred read-only
list_muscles

List all 23 supported muscle slugs with anatomical names.

Inferred read-only
generate_muscle_image

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

Inferred read-only
list_routines

Browse the curated workout routine library (PPL, upper/lower, full-body, 5x5, etc.

Inferred read-only
get_routine

Fetch a single curated routine by slug with all days + slots fully expanded (exercises, sets, reps ranges, rest, superset groupings).

Inferred read-only
get_ppl_day

Push/pull/legs shortcut — returns the canonical PPL day's exercise slots (the 'give me a push workout' wedge).

Inferred read-only
instantiate_routine

Schedule a user's routine into planned workouts starting at start_date (one planned workout per non-rest day, stepping by cadence_days).

Inferred read-only
search_foods

Search food products by name (Open Food Facts + USDA).

Inferred read-only
lookup_barcode

Lookup a food product by EAN/UPC barcode.

Inferred read-only
log_workout

Log a workout with exercise sets (strength or cardio unified).

Inferred read-only
get_workouts

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

Inferred read-only
log_meal

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

Inferred read-only
get_meals

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

Inferred read-only
log_water

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

Inferred read-only
log_body_metric

Log a body metric / measurement for the current app user (weight, height, body_fat, bicep, waist, chest, etc.

Inferred read-only
get_body_metrics

List the current app user's body metrics / measurements (weight, height, bicep, body fat, etc.

Inferred read-only
upsert_profile

Upsert 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-only
get_profile

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

Inferred read-only
log_cardio

Log a cardio activity (run/bike/swim/etc.

Inferred read-only
get_cardio_activities

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

Inferred read-only
ai_parse_meal

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

Inferred read-only
ai_photo_macros

Analyze a meal image (URL or base64) and estimate foods + macros.

Inferred read-only
ai_meal_plan

Generate a multi-day meal plan given goals + preferences.

Inferred read-only
ai_workout_plan

Generate a workout plan given goals + history.

Inferred read-only
get_nutrition_daily

Per-day calories, macros, fiber/sugar/sodium/alcohol, water, targets and adherence % over a date range (default: last 7 days).

Inferred read-only
get_nutrition_weekly

Per-week rollup of calories, macros, nutrients, water and days-logged, with average daily calories.

Inferred read-only
get_water

List the current app user's water intake entries for a date range.

Inferred read-only
export_data

Export the current app user's complete data — meals, water, workouts, sets, cardio, body metrics, goals, notes, supplements and profile — as JSON.

Inferred read-only
get_events

What changed since a cursor, including DELETES, which a list read cannot show.

Inferred read-only
get_weekly_checkins

Recent weekly progress check-ins: bodyweight, energy, sleep, adherence, wins, blockers, and any coach reply.

Inferred read-only
log_weekly_checkin

Record a weekly check-in.

Inferred read-only
my_training_context

ONE 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-only
get_progress

Any progression metric for the current user.

Inferred read-only

CONNECT 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.

Trust status Neutral

anatome.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.