Skip to content
LangChain

vouch for LangChain

io.github.notifuturo/vouch

Check if a counterparty is safe to pay: trust/risk score for AI agents. Scam/phishing screen.

client:LangChain transport:streamable-http tools:2

Install vouch in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "vouch": {
            "transport": "streamable_http",
            "url": "https://vouch.futuronoti.workers.dev/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

What LangChain can do once it is connected

vouch in other clients