Skip to content
LangChain

aus-accounting-mcp for LangChain

io.github.ryanduguid/aus-accounting

Reviews, 7 bounded tax worksheets and cited retrieval from your local Markdown folder. Not advice.

client:LangChain transport:stdio runtime:pypi

Install aus-accounting-mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "aus-accounting": {
            "transport": "stdio",
            "command": "uvx",
            "args": ["aus-accounting-mcp"],
        }
})

tools = await client.get_tools()

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

aus-accounting-mcp in other clients