ai screening for LangChain
io.github.vaughnyb/ai-screening
AI hiring tools CV screening, social media profile scan, and document search for any organization.
client:LangChain
transport:streamable-http
Install ai screening in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"ai-screening": {
"transport": "streamable_http",
"url": "https://api.jobasean.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs