Skip to content
LangChain

deplion for LangChain

cc.deplion/deplion

Create and publish static websites, configure forms, and read leads through Deplion.

client:LangChain transport:streamable-http

Install deplion in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "deplion": {
            "transport": "streamable_http",
            "url": "https://deplion.cc/mcp/deplion",
        }
})

tools = await client.get_tools()

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

deplion in other clients