Skip to content
LangChain

EthersFlow — Trust Gate for AI Agents for LangChain

io.github.ethersflow/ethersflow

Trust gate for AI agents: multi-model adversarial consensus, signed and verifiable verdicts.

client:LangChain transport:streamable-http runtime:npm tools:1

Install EthersFlow — Trust Gate for AI Agents in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "ethersflow": {
            "transport": "streamable_http",
            "url": "https://www.ethersflow.com/api/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

EthersFlow — Trust Gate for AI Agents in other clients