← anatome.dev

INDIVIDUAL MCP TOOL

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.

anatome.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://anatome.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for my_training_context and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

anatome.dev

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.

Related tools

  • search_exercises — Search 873 exercises by name with muscle/equipment/level filters.
  • get_exercise — Fetch one exercise by name, id, or random.
  • resolve_exercise — Resolve an exercise name into primary/secondary muscle layers for rendering.
  • list_muscles — List all 23 supported muscle slugs with anatomical names.
  • generate_muscle_image — Render an SVG diagram of the human body with muscles highlighted in arbitrary colors.
  • list_routines — Browse the curated workout routine library (PPL, upper/lower, full-body, 5x5, etc.
  • get_routine — Fetch a single curated routine by slug with all days + slots fully expanded (exercises, sets, reps ranges, rest, superset groupings).
  • get_ppl_day — Push/pull/legs shortcut — returns the canonical PPL day's exercise slots (the 'give me a push workout' wedge).