← hdmatrix.pro

INDIVIDUAL MCP TOOL

calculate_chart

Calculate a complete Human Design chart (type, strategy, authority, profile, incarnation cross, defined centers, channels, gates) from birth data.

hdmatrix.pronone authenticationAvailability not checked

LIVE ENDPOINT

https://hdmatrix.pro/mcp

No auth detected

Connect to this endpoint to inspect the live schema for calculate_chart and invoke it with your own arguments.

Indexed 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 server

hdmatrix.pro

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.hdmatrix]
url = "https://hdmatrix.pro/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "hdmatrix": {
      "type": "http",
      "url": "https://hdmatrix.pro/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: hdmatrix
Remote MCP URL: https://hdmatrix.pro/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": {
    "hdmatrix": {
      "url": "https://hdmatrix.pro/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "hdmatrix": {
      "type": "http",
      "url": "https://hdmatrix.pro/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "hdmatrix",
  "transport": "streamable-http",
  "url": "https://hdmatrix.pro/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • geocode_place — Resolve a city / place name to coordinates (latitude, longitude).
  • get_interpretation — Get the Human Design interpretation text for one element.
  • list_interpretation_keys — Discover all available interpretation keys, optionally for one type.
  • get_transits — Get today's planetary transits in Human Design — the gates and lines currently activated by the Sun, Moon and other planets (the collective 'weather').