Skip to content
Back to anatome

Card snapshot

platform.anatome.dev · 2026-08-14 12:51:40 UTC · ca37c6c8fd7725845ffaff16c2ce0744bf6b8b40d2305a2845f064fa601fd7a9

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "anatome",
  "version": "2.7.1",
  "description": "MCP server (HTTP) for fitness and nutrition agents: exercise search, muscle-diagram SVG, food and barcode lookup, per-user workout/meal/cardio/body logging, AI meal and workout planning, and progression analytics (PRs, volume, training load, recovery). Mint a free key at POST /v1/demo/key; paste into Cursor, Claude, ChatGPT or any MCP client.",
  "keywords": [
    "MCP",
    "Model Context Protocol",
    "fitness",
    "nutrition",
    "exercise",
    "workout",
    "meal logging",
    "muscle diagram",
    "barcode",
    "progression",
    "AI coaching",
    "Cursor",
    "Claude",
    "ChatGPT",
    "agents",
    "food catalog API",
    "nutrition API",
    "food database API",
    "barcode lookup API",
    "calorie tracking API",
    "macro tracking",
    "Open Food Facts",
    "USDA FoodData Central",
    "recipe nutrition",
    "cardio API",
    "running",
    "cycling",
    "endurance training",
    "GPX import",
    "training load",
    "workout analysis"
  ],
  "transport": "http",
  "url": "https://platform.anatome.dev/v1/mcp",
  "protocol_version": "2025-06-18",
  "authentication": {
    "type": "bearer",
    "description": "Authorization: Bearer anp_... plus X-App-User-Id for per-user tools. Mint free at POST /v1/demo/key. Stateless reference tools work with no key at all (100 req/day/IP).",
    "token_endpoint": "https://platform.anatome.dev/v1/demo/key"
  },
  "capabilities": {
    "tools": true,
    "prompts": true,
    "resources": true
  },
  "categories": [
    "health-and-fitness",
    "productivity",
    "data-and-analytics"
  ],
  "tool_count": 36,
  "tools": [
    "search_exercises",
    "get_exercise",
    "resolve_exercise",
    "list_muscles",
    "generate_muscle_image",
    "list_routines",
    "get_routine",
    "instantiate_routine",
    "search_foods",
    "lookup_barcode",
    "log_workout",
    "get_workouts",
    "log_meal",
    "get_meals",
    "log_water",
    "log_body_metric",
    "get_body_metrics",
    "upsert_profile",
    "get_profile",
    "log_cardio",
    "get_cardio_activities",
    "ai_parse_meal",
    "ai_photo_macros",
    "ai_meal_plan",
    "ai_workout_plan",
    "get_muscle_recovery",
    "get_nutrition_daily",
    "get_water",
    "update_meal",
    "delete_meal",
    "update_sets",
    "delete_workout",
    "export_data",
    "get_events",
    "my_training_context",
    "get_progress"
  ],
  "all_tool_count": 64,
  "prompt_count": 8,
  "prompts": [
    {
      "name": "log_my_day",
      "title": "Log my day",
      "description": "Record everything you ate, drank and trained today in one pass."
    },
    {
      "name": "what_should_i_train_today",
      "title": "What should I train today?",
      "description": "Pick today's session from your actual recovery state and recent training load."
    },
    {
      "name": "review_my_week",
      "title": "Review my week",
      "description": "An honest read on the last 7 days: training, nutrition, weight, adherence."
    },
    {
      "name": "plan_my_week",
      "title": "Plan my week",
      "description": "Build next week's training from a curated routine and your current load."
    },
    {
      "name": "import_my_history",
      "title": "Import my history from another app",
      "description": "Bring meal history over from MyFitnessPal, Cronometer, Lose It! or MacroFactor."
    },
    {
      "name": "check_my_progress",
      "title": "Check my progress on a lift",
      "description": "Personal records, estimated 1RM trend, and whether the last block moved the needle."
    },
    {
      "name": "am_i_eating_enough_protein",
      "title": "Am I eating enough?",
      "description": "Compare intake against targets, including the nutrients most trackers ignore."
    },
    {
      "name": "export_my_data",
      "title": "Export my data",
      "description": "Get a complete copy of everything anatome stores about you."
    }
  ],
  "resource_count": 8,
  "resources": [
    {
      "uri": "ui://widget/meal-breakdown",
      "name": "meal-breakdown",
      "title": "Meal breakdown",
      "mimeType": "text/html+skybridge"
    },
    {
      "uri": "ui://widget/daily-nutrition",
      "name": "daily-nutrition",
      "title": "Daily nutrition",
      "mimeType": "text/html+skybridge"
    },
    {
      "uri": "ui://widget/muscle-recovery",
      "name": "muscle-recovery",
      "title": "Muscle recovery",
      "mimeType": "text/html+skybridge"
    },
    {
      "uri": "anatome://openapi",
      "name": "openapi",
      "title": "OpenAPI 3.1 specification",
      "mimeType": "application/json"
    },
    {
      "uri": "anatome://llms.txt",
      "name": "llms-txt",
      "title": "Connect recipe for AI agents",
      "mimeType": "text/plain"
    },
    {
      "uri": "anatome://tools",
      "name": "tool-catalog",
      "title": "Full tool catalog",
      "mimeType": "application/json"
    },
    {
      "uri": "anatome://muscles",
      "name": "muscle-catalog",
      "title": "Muscle slug catalog",
      "mimeType": "application/json"
    },
    {
      "uri": "anatome://write-policy",
      "name": "write-policy",
      "title": "Write field policy and units",
      "mimeType": "text/markdown"
    }
  ],
  "example_prompts": [
    "Log my breakfast: three eggs, two slices of rye toast and a flat white.",
    "I benched 80 kg for 5, 5 and 3 today \u2014 log it and tell me whether that beats my last session.",
    "What should I train today? Check what's actually recovered first.",
    "Scan barcode 5900951024504 and log it as lunch.",
    "Show me a muscle diagram of everything I trained this week.",
    "How is my protein tracking against my target over the last 14 days?",
    "Export everything you hold on me."
  ],
  "icons": [
    {
      "src": "https://anatome.dev/apple-touch-icon.png",
      "mimeType": "image/png",
      "sizes": "180x180"
    },
    {
      "src": "https://anatome.dev/favicon.svg",
      "mimeType": "image/svg+xml",
      "sizes": "any"
    },
    {
      "src": "https://anatome.dev/og.png",
      "mimeType": "image/png",
      "sizes": "1200x630"
    }
  ],
  "documentation": "https://anatome.dev/help",
  "llms_txt": "https://anatome.dev/llms.txt",
  "homepage": "https://anatome.dev",
  "privacy_policy_url": "https://anatome.dev/privacy",
  "terms_of_service_url": "https://anatome.dev/terms",
  "catalogue_version": "2.7.1"
}