Skip to content
LangChain

9bot for LangChain

br.com.9bot/mcp

Manage, automate and analyze WhatsApp groups, communities and channels with 9bot.

client:LangChain transport:streamable-http

Install 9bot in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "mcp": {
            "transport": "streamable_http",
            "url": "https://mcp.9bot.com.br/mcp",
        }
})

tools = await client.get_tools()

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

9bot in other clients