hirejack mcp for LangChain
io.github.tvlss/hirejack-mcp
Tech job market intelligence: jobs, companies, salaries, skill velocity, hiring trends.
client:LangChain
transport:streamable-http
runtime:npm
Install hirejack mcp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"hirejack-mcp": {
"transport": "streamable_http",
"url": "https://hirejack.com/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs