Skip to content
LangChain

poolproof — checks before you commit money for LangChain

ru.poolproof/checks

Who launched it, what exit really costs, is the pool what it claims. Facts only, no advice.

client:LangChain transport:streamable-http tools:9

Install poolproof — checks before you commit money in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "checks": {
            "transport": "streamable_http",
            "url": "https://poolproof.ru/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

poolproof — checks before you commit money in other clients