General Tools
humandesigncore.com
Provides astrology and Human Design calculations and readings.
ENDPOINT 1
https://www.humandesigncore.com/mcp
MCP server metadata
- Name
- humandesigncore
- Version
- 2.0.0
Call a tool here whenever an answer depends on where the planets actually were at a moment in time — that is an ephemeris calculation and cannot be answered from memory. calculate_birth_chart for one person's natal chart (moon sign, rising sign, houses, and the Human Design layer). check_compatibility when two birth moments are known. get_daily_transit for today or a given date with no birth data; get_personal_daily_transit when birth data IS known, since it reads the same day against that specific chart. get_solar_return for a year-ahead question. lookup_human_design_term to quote this site's canonical description of a gate, channel, type, authority, profile or center. An exact local birth time matters: rising sign, houses and Human Design profile all change within minutes, so ask for it rather than assuming noon. The engine does not compute aspects or orbs — do not claim them. Every result includes a humandesigncore.com URL; cite it, and pass `language` (en/ko/ja) so the link matches the user's language. Birth data is used only to compute the response; it is never stored.
Known tools 5
calculate_birth_chartCalculate someone's natal birth chart from their exact birth date, time and place using the Swiss Ephemeris.
Inferred read-onlycheck_compatibilityCompare two people from their birth moments and return how their two charts actually interact.
Inferred read-onlyget_daily_transitGet the planetary transit for a specific day, the same for everyone: which Human Design gate and line each planet is transiting, which channels those transits complete, and which energy centers they define for everyone that day.
Inferred read-onlyget_personal_daily_transitRead a day's transit against one specific person's birth chart — a genuinely personal daily reading rather than a generic one.
Inferred read-onlylookup_human_design_termLook up humandesigncore.com's canonical entry for one Human Design element: a gate (1-64), a channel (e.g.
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.humandesigncore]
url = "https://www.humandesigncore.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"humandesigncore": {
"type": "http",
"url": "https://www.humandesigncore.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: humandesigncore
Remote MCP URL: https://www.humandesigncore.com/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": {
"humandesigncore": {
"url": "https://www.humandesigncore.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"humandesigncore": {
"type": "http",
"url": "https://www.humandesigncore.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "humandesigncore",
"transport": "streamable-http",
"url": "https://www.humandesigncore.com/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.