Skip to content

Accounts Payable — Charge 3pl Invoice Audit — Verdant Springs Industrial Supply (749db5bd) for LangChain

com.a2awire/benchmark-charge-3pl-invoice-audit-2026-09-10-749db5bd

12 synthetic charge 3pl invoice exception cases: duplicate payments, policy-watch list entries, miss

client:LangChain transport:streamable-http tools:23

Install Accounts Payable — Charge 3pl Invoice Audit — Verdant Springs Industrial Supply (749db5bd) in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "benchmark-charge-3pl-invoice-audit-2026-09-10-749db5bd": {
            "transport": "streamable_http",
            "url": "https://a2awire.com/mcp/benchmarks/charge-3pl-invoice-audit-2026-09-10-749db5bd/http",
        }
})

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

Accounts Payable — Charge 3pl Invoice Audit — Verdant Springs Industrial Supply (749db5bd) in other clients