Content Tools
hdmatrix.pro
Provides Human Design chart calculations, interpretations, and transit information based on birth data.
ENDPOINT 1
https://hdmatrix.pro/mcp
MCP server metadata
- Name
- hdmatrix
- Version
- 1.0.0
Human Design API. Use geocode_place → calculate_chart for a chart, then get_interpretation (with list_interpretation_keys to find keys) for element meanings.
Known tools 5
calculate_chartCalculate a complete Human Design chart (type, strategy, authority, profile, incarnation cross, defined centers, channels, gates) from birth data.
Inferred read-onlylist_interpretation_keysDiscover all available interpretation keys, optionally for one type.
Inferred read-onlyget_transitsGet today's planetary transits in Human Design — the gates and lines currently activated by the Sun, Moon and other planets (the collective 'weather').
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.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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.