Skip to content
LangChain

UNLAV CSV Reconcile for LangChain

io.github.ivansky1/csv-reconcile

Compare CSV tables by key; report changes and ambiguous rows. 0.05 USDC on Base via x402.

client:LangChain transport:streamable-http

Install UNLAV CSV Reconcile in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "csv-reconcile": {
            "transport": "streamable_http",
            "url": "https://7days.unlavsofts.xyz/mcp/csv-reconcile",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

UNLAV CSV Reconcile in other clients