Softkiln Deploy for LangChain
com.softkiln/deploy
Host apps built with AI: deploy to a live HTTPS URL, custom domains, secrets and backups.
client:LangChain
transport:streamable-http
Install Softkiln Deploy in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"deploy": {
"transport": "streamable_http",
"url": "https://softkiln.com/mcp/",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs