Lazyweb for LangChain
com.lazyweb/lazyweb
Real product evidence: 281k+ real app screens and flows, 20k+ mobile A/B tests, growth reports.
client:LangChain
transport:streamable-http
Install Lazyweb in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"lazyweb": {
"transport": "streamable_http",
"url": "https://www.lazyweb.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs