Skip to content
LangChain

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 Up B2B (CGM clínica) in other clients