General Tools
humandesignhub.app
Calculate Human Design charts for birth moments, transits, relationships, groups, and dreams.
ENDPOINT 1
https://api.humandesignhub.app/mcp
MCP server metadata
- Name
- Human Design Hub
- Version
- 1.12.2
Human Design Hub — inspectable Human Design (Bodygraph) calculations backed by JPL-referenced ephemeris data. Use these tools to compute natal bodygraphs, transits, composite (relationship) charts, group Penta analysis and DreamRave charts, and to look up birth locations. All datetimes are ISO 8601 with a UTC offset (e.g. 1990-01-01T12:34+09:00); when only a birth city and local clock time are known, use search_locations and then POST /v2/timezone/resolve before calling a chart tool. Tool access and cost: calculate_bodygraph: Standard+ / 1 credits; get_transit: Basic+ / 0.5 credits; calculate_composite: Standard+ / 2 credits; calculate_penta: Standard+ / 3 credits; calculate_dreamrave: Standard+ / 1 credits; search_locations: Free+ / 0.1 credits.
Known tools 6
calculate_bodygraphCalculate a complete Human Design bodygraph (natal chart) for a birth moment.
Inferred read-onlyget_transitCalculate the Human Design transit chart for a specific moment in time.
Inferred read-onlycalculate_dreamraveCalculate a DreamRave sleep and dream chart for a birth moment.
Inferred read-onlyCONNECT 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.human-design-hub]
url = "https://api.humandesignhub.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"human-design-hub": {
"type": "http",
"url": "https://api.humandesignhub.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: human-design-hub
Remote MCP URL: https://api.humandesignhub.app/mcp
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": {
"human-design-hub": {
"url": "https://api.humandesignhub.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"human-design-hub": {
"type": "http",
"url": "https://api.humandesignhub.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "human-design-hub",
"transport": "streamable-http",
"url": "https://api.humandesignhub.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for humandesignhub.app was fetched 2026-08-03T17:50:54.265Z and is being refreshed.
humandesignhub.app is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.