Skip to content
LangChain

Yardstick ATS for LangChain

team.yardstick/yardstick

Manage hiring in Yardstick's ATS: jobs, candidates, applications, interviews, and scorecards.

client:LangChain transport:streamable-http tools:185

Install Yardstick ATS in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "yardstick": {
            "transport": "streamable_http",
            "url": "https://api.yardstick.team/mcp",
        }
})

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

All 185 tools →

Yardstick ATS in other clients