Skip to content
LangChain

Kai CSV Profiler and Domain Watch Intake for LangChain

io.dedyn.kai-system-agent/csv-profiler

Bounded CSV profiling plus review-only host monitoring requests through one remote MCP endpoint.

client:LangChain transport:streamable-http tools:3

Install Kai CSV Profiler and Domain Watch Intake in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "csv-profiler": {
            "transport": "streamable_http",
            "url": "https://kaix402m3.pythonanywhere.com/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

Kai CSV Profiler and Domain Watch Intake in other clients