Skip to content
LangChain

blueticked for LangChain

com.blueticked/blueticked

Send WhatsApp, SMS and email for South African businesses: contacts, campaigns, templates, webhooks

client:LangChain transport:streamable-http

Install blueticked in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "blueticked": {
            "transport": "streamable_http",
            "url": "https://app.blueticked.com/api/mcp",
        }
})

tools = await client.get_tools()

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

blueticked in other clients