Skip to content
LangChain

HeySale — AI Website Salesperson for LangChain

io.github.heysale/heysale

Create and install an AI Website Salesperson for sales, qualification, and lead capture.

client:LangChain transport:streamable-http tools:6

Install HeySale — AI Website Salesperson in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "heysale": {
            "transport": "streamable_http",
            "url": "https://hey.sale/mcp",
        }
})

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

HeySale — AI Website Salesperson in other clients