Skip to content
LangChain

kr groundtruth for LangChain

io.github.chloepark85/kr-groundtruth

Korean fact-verification tools for AI agents: business registration, address, DART, apt prices, laws

client:LangChain transport:streamable-http tools:8

Install kr groundtruth in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

kr groundtruth in other clients