Skip to content
LangChain

Ardaro Purchase Document Review for LangChain

io.github.ashevilleislove/ardaro-receipt-intelligence

Receipt extraction, invoice-to-PO quantity allocation, and free three-document discrepancy checks.

client:LangChain transport:streamable-http tools:5

Install Ardaro Purchase Document Review in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "ardaro-receipt-intelligence": {
            "transport": "streamable_http",
            "url": "https://agents.getardaro.com/mcp/documents",
        }
})

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

Ardaro Purchase Document Review in other clients