Skip to content

Talent Ops — Resume Screen — Kestrel Logistics (fcdc3b8f) for LangChain

com.a2awire/benchmark-resume-screen-2026-09-18-fcdc3b8f

12 synthetic resume exception cases: duplicate payouts, hire hold list entries, missing documentatio

client:LangChain transport:streamable-http tools:23

Install Talent Ops — Resume Screen — Kestrel Logistics (fcdc3b8f) in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "benchmark-resume-screen-2026-09-18-fcdc3b8f": {
            "transport": "streamable_http",
            "url": "https://a2awire.com/mcp/benchmarks/resume-screen-2026-09-18-fcdc3b8f/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

Talent Ops — Resume Screen — Kestrel Logistics (fcdc3b8f) in other clients