Skip to content
LangChain

Human Design MCP Server by RoxyAPI for LangChain

com.roxyapi/human-design

Human Design bodygraph, type, authority, profile, gates and channels for AI agents.

client:LangChain transport:streamable-http tools:12

Install Human Design MCP Server by RoxyAPI in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "human-design": {
            "transport": "streamable_http",
            "url": "https://roxyapi.com/mcp/human-design",
        }
})

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

Human Design MCP Server by RoxyAPI in other clients