Skip to content
LangChain

Human Pages for LangChain

io.github.human-pages-ai/humanpages

Hire real humans for tasks agents can't do alone. 36 tools for the full hiring lifecycle.

client:LangChain transport:streamable-http runtime:npm tools:40

Install Human Pages in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "humanpages": {
            "transport": "streamable_http",
            "url": "https://humanpages.ai/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 40 tools →

Human Pages in other clients