Skip to content
LangChain

cashflow for LangChain

io.github.theluckystrike/cashflow

Bank CSV cashflow: categorise, summarise per currency, reconcile against expenses.

client:LangChain transport:streamable-http runtime:mcpb tools:15

Install cashflow in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "cashflow": {
            "transport": "streamable_http",
            "url": "https://mcp.zovo.one/mcp/cashflow",
        }
})

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

cashflow in other clients