Trooth for LangChain
io.github.trooth-eng/trooth-network
Trooth is an infrastructure & cybersecurity company providing Machine-Readable Trust.
client:LangChain
transport:streamable-http
tools:4
Install Trooth in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"trooth-network": {
"transport": "streamable_http",
"url": "https://api.trooth.co/public/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs