runvouch for LangChain
com.runvouch/runvouch
Watchdog for unattended AI agents: alerts, evidence checks and a verifiable proof per run.
client:LangChain
transport:streamable-http
tools:7
Install runvouch in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"runvouch": {
"transport": "streamable_http",
"url": "https://api.runvouch.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs