Skip to content
LangChain

Customer Intelligence & Segmentation for LangChain

ai.saifs/customer-intelligence

Analyze customer data to make segmentation and predict which customer to focus on for more sales.

client:LangChain transport:streamable-http

Install Customer Intelligence & Segmentation in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "customer-intelligence": {
            "transport": "streamable_http",
            "url": "https://customer-tiering-mcp-latest.saifs.ai/mcp",
        }
})

tools = await client.get_tools()

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

Customer Intelligence & Segmentation in other clients