MFIT Personal for LangChain
io.github.mcp-dir/mfit-mcp
Client, workout, body composition, retention and finance management for personal trainers.
client:LangChain
transport:streamable-http
tools:48
Install MFIT Personal in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mfit-mcp": {
"transport": "streamable_http",
"url": "https://api.mcp.ai/p_mfit",
}
})
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
- mfit_list_accounts
- mfit_get_profile
- mfit_client_list
- mfit_client_get
- mfit_client_list_groups
- mfit_client_write_create
- mfit_client_write_update
- mfit_client_write_deactivate
- mfit_get_client_count
- mfit_get_client_notes
- mfit_get_client_notes_write
- mfit_client_files_list
- mfit_client_files_get
- mfit_client_files_write
- mfit_client_files_delete
- mfit_get_client_workouts
- mfit_workout_get_routine
- mfit_workout_get_session
- mfit_workout_write_create_routine
- mfit_workout_write_update_routine
- mfit_workout_write_archive_routine
- mfit_workout_write_unarchive_routine
- mfit_workout_write_create_session
- mfit_workout_write_add_exercise