Skip to content
LangChain

ClauseAI for LangChain

io.github.wasauce/clauseai

Generate attorney-drafted NDAs, MSAs, DPAs, and more as PDF, ODT, or Markdown. No account required.

client:LangChain transport:streamable-http tools:3

Install ClauseAI in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "clauseai": {
            "transport": "streamable_http",
            "url": "https://clauseai.exe.xyz/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

ClauseAI in other clients