Skip to content
LangChain

Kleap for LangChain

io.github.kleaphq/kleap

Build, edit, publish, and manage websites and web apps with Kleap hosting, domains, and analytics.

client:LangChain transport:streamable-http tools:26

Install Kleap in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "kleap": {
            "transport": "streamable_http",
            "url": "https://kleap.co/api/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

All 26 tools →

Kleap in other clients