Skip to content
LangChain

SMS and WhatsApp Messaging for LangChain

dev.hatchloop/sms-whatsapp-messaging

Send WhatsApp, SMS, email or voice to a business with the compliance gate enforced.

client:LangChain transport:streamable-http tools:10

Install SMS and WhatsApp Messaging in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "sms-whatsapp-messaging": {
            "transport": "streamable_http",
            "url": "https://hatchloop.dev/mcp/sms-whatsapp-messaging",
        }
})

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

SMS and WhatsApp Messaging in other clients