Skip to content
LangChain

Roundtable for LangChain

now.roundtable.mcp/roundtable

Multi-model AI debates: GPT-4o, Claude, Gemini & 200+ models discuss, then synthesize insight.

client:LangChain transport:streamable-http tools:13

Install Roundtable in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

Roundtable in other clients