Skip to content
LangChain

TopoLift Negotiation for LangChain

io.github.topolift/topolift-mcp

Atom-grounded negotiation reasoning. Typed topology slot, inline citations, public dialect.

client:LangChain transport:stdio runtime:pypi

Install TopoLift Negotiation in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "topolift-mcp": {
            "transport": "stdio",
            "command": "uvx",
            "args": ["topolift-mcp"],
        }
})

tools = await client.get_tools()

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

TopoLift Negotiation in other clients