Skip to content
LangChain

0xHumans Protocol MCP for LangChain

io.github.davidorpeli/0xhumans-mcp

MCP for AI agents: financing, skills, lending on Base

client:LangChain transport:streamable-http

Install 0xHumans Protocol MCP in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "0xhumans-mcp": {
            "transport": "streamable_http",
            "url": "https://0xhumans-mcp-proxy.vercel.app/api/mcp",
        }
})

tools = await client.get_tools()

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

0xHumans Protocol MCP in other clients