Skip to content
LangChain

Lead Intelligence for LangChain

ai.saifs/lead-intelligence

Analyze and score leads to identify high-potential prospects and prioritize sales outreach.

client:LangChain transport:streamable-http

Install Lead Intelligence in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

Lead Intelligence in other clients