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
- post_human_design_bodygraph
- post_human_design_connection
- post_human_design_penta
- post_human_design_transit
- post_human_design_type
- post_human_design_gates
- get_human_design_gates_number
- post_human_design_channels
- post_human_design_centers
- get_human_design_centers_id
- post_human_design_profile
- post_human_design_variables