Agent-led discovery
Let the model inspect the available tools and their schemas instead of hard-coding endpoint knowledge into every prompt.
Connect Claude, ChatGPT, Codex, or your own agent to the same validated, versioned calculation service that powers HumanDesign.ai, with secure OAuth, deterministic graphics, and transparent usage metadata.
Add one endpoint and sign in with HumanDesign.ai. MCP handles OAuth, membership-aware discovery, input validation, schemas, and structured results.
Point the client at the hosted Streamable HTTP endpoint.
tools/list returns only the tools available to the active plan.
The agent uses only the tools allowed by membership, role, ownership, and entitlement.
# Remote server
url = "https://mcp.humandesign.ai/"
auth = "oauth"
# Discover the permitted catalog
method = "tools/list"
# Render an authorized chart
name = "chart_render"The MCP delegates calculation and ownership decisions to HumanDesign.ai. It does not teach a language model to approximate chart mathematics or invent account access.
Let the model inspect the available tools and their schemas instead of hard-coding endpoint knowledge into every prompt.
Tool calls return validated, predictable JSON with calculation version, quota metadata, request identity, and explicit errors.
Free and Individual are limited to the user's own primary chart; Individual also includes usage visibility. Personal and Pro unlock wider permitted account features.
The client handles browser login and refresh tokens. Passwords and tokens never belong in the prompt.
Chart and composite images are rendered from authoritative chart data and are only reported as complete after the asset is verified.
The API remains authoritative for validated birth inputs, calculations, entitlements, quota, and errors across every integration surface.
OAuth exposes permitted account, primary-chart, graphics, library, operation, report-status, and Builder tools. API keys preserve the six calculation/reference tools below. Neither route bypasses the HumanDesign.ai data and entitlement authority.
Turn a place name into a calculation-ready IANA timezone.
Read calculation docs 02Generate structured Human Design bodygraph data from birth details.
Read calculation docs 03Compare two bodygraphs through a structured composite.
Read calculation docs 04Retrieve a gate, channel, center, or profile reference item.
Read calculation docs 05Overlay transit conditions on an existing bodygraph input.
Read calculation docs 06Search the HumanDesign.ai celebrity chart catalog by name.
Read calculation docsAPI plans are separate from HumanDesign.ai Free, Individual, Personal, and Pro memberships. Authorized provider-reaching calculations consume API units; connection, validation, ping, and discovery do not.
Test the calculation connection and four core tools.
4 core tools
Start API FreeBuild with core bodygraph and reference tools.
4 core tools
Choose API CreatorAdd full-detail bodygraphs and transit intelligence.
5 tools, including get_transits
Choose API StartupShip higher-volume products with celebrity search.
All six tools
Choose API BusinessUse this site for AI-agent integration. Use HumanDesignAPI.com when your application needs the complete REST and Agent HTTP catalog. Both are backed by the same HumanDesign.ai calculation authority.
Compare MCP and RESTPOST https://mcp.humandesign.ai/GET /v3/hd-dataOAuth for private account tools · API keys for calculations · one authoritative engine