Skip to content
LangChain

Court Rules for LangChain

app.courtrules/court-rules

Judge-level filing rules, court holidays and enforcement data for US federal and state courts.

client:LangChain transport:streamable-http

Install Court Rules in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "court-rules": {
            "transport": "streamable_http",
            "url": "https://mcp.courtrules.app/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

Court Rules in other clients