Roboto Studio evidence for LangChain
com.bestsanityagency/evidence
Roboto videos, client interviews, articles and social posts with source citations.
client:LangChain
transport:streamable-http
tools:5
Install Roboto Studio evidence in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"evidence": {
"transport": "streamable_http",
"url": "https://bestsanityagency.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs