MCP Resources Reference
MCP resources are read-only reference data that your AI agent can fetch to better understand Human Design concepts and chart response structures. Unlike tools, resources do not perform calculations — they provide static context that helps the agent interpret tool results.
Resources are read using the JSON-RPC resources/read method at POST https://api.totalhumandesign.com/mcp.
thd://reference/terminology
A structured reference of Human Design terminology in plain language. Covers types, strategies, authorities, centers, channels, and gates — everything an AI agent needs to explain chart data to users.
Example request
Example response
Fetch this resource once at the start of a conversation, then use it to interpret results from generate_chart or generate_composite. This avoids repeated lookups and gives the agent the vocabulary to explain chart properties.
thd://reference/chart-fields
A field-by-field breakdown of the V2 chart response structure. Documents every top-level and nested property, its data type, and what it represents. Useful for agents that need to parse or summarize chart data programmatically.
Example request
Example response
Resources cannot be modified or parameterized. They return the same reference data on every read. For dynamic data (charts, transits), use MCP tools.