Skip to content
LangChain

Approval Group Directory for LangChain

io.github.wxt-ai/approval-group-directory

Select a reviewer group

client:LangChain transport:streamable-http

Install Approval Group Directory in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "approval-group-directory": {
            "transport": "streamable_http",
            "url": "https://openings-vote-drilling-initially.trycloudflare.com/mcp/approval-group-directory",
        }
})

tools = await client.get_tools()

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

Approval Group Directory in other clients