Pacioli — the ERPNext broker you can hand the books for LangChain
io.github.john-broadway/pacioli
Governed agent access to ERPNext — MCP + A2A doors, one spine. No debit without a credit.
client:LangChain
transport:stdio
runtime:pypi
Install Pacioli — the ERPNext broker you can hand the books in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"pacioli": {
"transport": "stdio",
"command": "uvx",
"args": ["pacioli"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs