← anatome.dev
INDIVIDUAL MCP TOOL
resolve_exercise
Resolve an exercise name into primary/secondary muscle layers for rendering.
LIVE ENDPOINT
https://anatome.dev/mcp
Connect to this endpoint to inspect the live schema for resolve_exercise 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
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.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).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).