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
- create_app
- modify_app
- write_files
- edit_files
- generate_image
- delete_files
- list_app_files
- read_files
- list_apps
- get_app
- find_app
- rename_app
- get_screenshot
- check_task
- retry_task
- get_credits
- wake_app
- publish_app
- get_publish_status
- search_domains
- check_domain
- connect_domain
- get_form_submissions
- get_analytics