Skip to content
LangChain

Lipe Court Record for LangChain

io.github.dalenz50010/lipe-court-record

Search page-cited evidence from the public court record in Lipe v. Lupus Superior.

client:LangChain transport:streamable-http tools:6

Install Lipe Court Record in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "lipe-court-record": {
            "transport": "streamable_http",
            "url": "https://lipe-api-production.up.railway.app/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

Lipe Court Record in other clients