Skip to content
LangChain

new hire onboarding tasks for LangChain

io.github.theluckystrike/new-hire-onboarding-tasks

New-hire onboarding: role-based task templates, day-one to day-ninety checklists, completion.

client:LangChain transport:streamable-http runtime:mcpb tools:9

Install new hire onboarding tasks in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "new-hire-onboarding-tasks": {
            "transport": "streamable_http",
            "url": "https://mcp.zovo.one/mcp/new-hire-onboarding-tasks",
        }
})

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

new hire onboarding tasks in other clients