Skip to content
LangChain

Groundtruth — Ask Real Humans for LangChain

app.vercel.groundtruth-ruby/groundtruth

Human-in-the-loop user research: ask real people what the web can't answer, get verbatim replies

client:LangChain transport:streamable-http tools:2

Install Groundtruth — Ask Real Humans in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "groundtruth": {
            "transport": "streamable_http",
            "url": "https://groundtruth-ruby.vercel.app/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

Groundtruth — Ask Real Humans in other clients