easeclaw for LangChain
io.github.priteshmann/easeclaw
AI lead-finder for agents: pull scored leads, draft replies in your voice, work the pipeline.
client:LangChain
transport:streamable-http
Install easeclaw in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"easeclaw": {
"transport": "streamable_http",
"url": "https://www.easeclaw.com/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs