Kilo IoT Platform for LangChain
io.kiloiot/kilo
The IoT platform where AI controls real-world devices: read, provision, automate and command.
client:LangChain
transport:streamable-http
Install Kilo IoT Platform in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"kilo": {
"transport": "streamable_http",
"url": "https://mcp-auth.kiloiot.io/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs