# gethumandesign

Explore your Human Design with AI. Calculate your chart and ask AI how you're designed to make decisions, build relationships, and find your path.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add hello-w2hl/gethumandesign

# Browse available tools
npx -y @smithery/cli@latest tool list hello-w2hl/gethumandesign

# Get full schema for a tool
npx -y @smithery/cli@latest tool get hello-w2hl/gethumandesign calculate_chart

# Call a tool
npx -y @smithery/cli@latest tool call hello-w2hl/gethumandesign calculate_chart '{}'
```

## Direct MCP Connection

Endpoint: `https://gethumandesign--hello-w2hl.run.tools`

**Optional config:**
- `x-hd-experience` (header) — Your knowledge level — controls how much terminology is explained in responses.

## Tools (7)

- `calculate_chart` — Calculate a Human Design chart from birth data.
- `get_my_design` — Get the authenticated user's own Human Design chart.
- `get_person_design` — Get the Human Design Bodygraph chart for a saved person by name.
- `compare_charts` — Compare two Human Design charts for relationship dynamics and compatibility.
- `list_people` — List the names of all people saved in the user's account (Me & Family & Friends).
- `save_person` — Save a person's birth data so their chart can be retrieved later with get_person_design.
- `remove_person` — Remove a saved person by name. Name matching is case-insensitive.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get hello-w2hl/gethumandesign <tool-name>
```

## Resources

- `ui://bodygraph/viewer.html` — Interactive bodygraph chart visualization.

## Prompts (2)

- `analyze_my_design` — Generate a comprehensive Human Design analysis for the authenticated user.
- `compare_charts_guide` (person_a, person_b) — Compare two Human Design charts for relationship dynamics and compatibility.
