Skip to content
LangChain

LabTestSuperstore for LangChain

io.github.sunrainsnow/labtestsuperstore

Read-only U.S. lab-test catalog, collection-site search, and reference-range context.

client:LangChain transport:streamable-http tools:3

Install LabTestSuperstore in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "labtestsuperstore": {
            "transport": "streamable_http",
            "url": "https://labtestsuperstore-mcp.vercel.app/api/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

LabTestSuperstore in other clients