Skip to content
LangChain

imprest account for LangChain

io.github.theluckystrike/imprest-account

An imprest account: vouchers by category, the count, and the cheque that restores the float.

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

Install imprest account in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

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

imprest account in other clients