← roxyapi.com
INDIVIDUAL MCP TOOL
post_human_design_gates
Calculate the 26 gate activations for a birth moment, split into the 13 conscious Personality activations at birth and the 13 unconscious Design activations 88 degrees of solar arc earlier.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.roxy-human-design]
url = "https://roxyapi.com/mcp/human-design"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"roxy-human-design": {
"type": "http",
"url": "https://roxyapi.com/mcp/human-design"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: roxy-human-design
Remote MCP URL: https://roxyapi.com/mcp/human-design
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"roxy-human-design": {
"url": "https://roxyapi.com/mcp/human-design"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"roxy-human-design": {
"type": "http",
"url": "https://roxyapi.com/mcp/human-design"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "roxy-human-design",
"transport": "streamable-http",
"url": "https://roxyapi.com/mcp/human-design"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
post_human_design_bodygraph— Generate a complete Human Design bodygraph from a birth date, time, and timezone.post_human_design_connection— Calculate a Human Design connection chart by overlaying two bodygraphs.post_human_design_penta— Calculate the Human Design Penta (BG5, Base Group 5) for a small group of three to five people.post_human_design_transit— Overlay the current or any given planetary positions on a natal Human Design bodygraph to see which channels the transit temporarily completes.post_human_design_type— Calculate the core Human Design identity from a birth moment: the energy type, the aura strategy, the inner authority, the signature and not-self themes, and the profile.get_human_design_gates_number— Look up the static reference data for a Human Design gate by its number from 1 to 64: the gate keynote name, the center it sits in, the matching I-Ching hexagram, and the gates that form a channel with it.post_human_design_channels— Calculate the defined channels for a birth moment.post_human_design_centers— Calculate the state of all nine Human Design centers for a birth moment: whether each is defined or open, whether it is a motor or an awareness center, its theme, and the active gates it holds.