anatome for LangChain
dev.anatome/anatome
Log workouts and meals by telling your AI. 873 exercises, muscle diagrams, food lookup.
client:LangChain
transport:streamable-http
tools:36
Install anatome in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"anatome": {
"transport": "streamable_http",
"url": "https://anatome.dev/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- 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