Skip to content
LangChain

HumanHours for LangChain

dev.humanhours/humanhours

Track agent ROI and enrich companies via MCP. Remote, OAuth 2.1, no install or keys.

client:LangChain transport:streamable-http

Install HumanHours in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "humanhours": {
            "transport": "streamable_http",
            "url": "https://mcp.humanhours.dev/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

HumanHours in other clients