Skip to content
LangChain

Help Us Agree for LangChain

com.helpusagree/conciliation

Private, voluntary AI-assisted conciliation with human approval before consequential actions.

client:LangChain transport:streamable-http

Install Help Us Agree in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "conciliation": {
            "transport": "streamable_http",
            "url": "https://helpusagree.com/mcp",
        }
})

tools = await client.get_tools()

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

Help Us Agree in other clients