Skip to content
LangChain

CourtListener for LangChain

io.github.vaquill-ai/courtlistener-mcp

MCP for CourtListener: US federal and state opinions, dockets, judges, plus eCFR regulations.

client:LangChain transport:streamable-http tools:34

Install CourtListener in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "courtlistener-mcp": {
            "transport": "streamable_http",
            "url": "https://courtlistener-mcp.vaquill.ai/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

All 34 tools →

CourtListener in other clients