Skip to content
LangChain

ME Human Capability for LangChain

io.github.somokpo/me-human-capability

Human judgment for AI agents: discover capabilities, get quotes, and track paid human tasks.

client:LangChain transport:streamable-http

Install ME Human Capability in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "me-human-capability": {
            "transport": "streamable_http",
            "url": "https://mcp-production-ff29.up.railway.app/mcp",
        }
})

tools = await client.get_tools()

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

ME Human Capability in other clients