LibreLink Up B2B (CGM clínica) for LangChain
io.github.mcp-dir/librelink_business-mcp
For teams following multiple patients (clinical, family): lists patients with active sharing and rea
client:LangChain
transport:streamable-http
tools:15
Install LibreLink Up B2B (CGM clínica) in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"librelink_business-mcp": {
"transport": "streamable_http",
"url": "https://api.mcp.ai/p_librelink_business",
}
})
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
- librelink_business_list_patients
- librelink_business_get_patient
- librelink_business_get_current_glucose
- librelink_business_get_glucose_graph
- librelink_business_get_glucose_logbook
- librelink_business_get_glucose_stats
- librelink_business_get_latest_reading
- librelink_business_get_today_summary
- librelink_business_get_last_hours
- show_version
- report_bug
- connect
- toolkit_info
- marketplace
- authenticate