Skip to content
LangChain

Meta Council for LangChain

com.meta-council/decision-intelligence

Multi-expert decision intelligence with transparent synthesis and auditable workflows.

client:LangChain transport:streamable-http tools:189

Install Meta Council in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "decision-intelligence": {
            "transport": "streamable_http",
            "url": "https://meta-council.com/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

All 189 tools →

Meta Council in other clients