# Wellness Pulse

Wellness Pulse MCP is a plug-and-play intelligence layer that transforms raw wellbeing data into clear, actionable insights for AI systems.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list WellnessPulse/WellnessPulse

# Get full schema for a tool
npx -y @smithery/cli@latest tool get WellnessPulse/WellnessPulse get_mental_health_benchmark

# Call a tool
npx -y @smithery/cli@latest tool call WellnessPulse/WellnessPulse get_mental_health_benchmark '{}'
```

## Direct MCP Connection

Endpoint: `https://wellnesspulse--wellnesspulse.run.tools`

## Tools (6)

- `get_mental_health_benchmark` — CDC PLACES frequent mental distress (FMD) benchmark. Inputs: zip (string) or county_fips (5-digit). If neither provided…
- `get_sector_snapshot` — Sector-level wellness snapshot over a lookback window. Inputs: sector (string), window_days (number, default 90). Outpu…
- `get_basic_alert_guidance` — Default alert thresholds by org_size and location_type (pre-learning baseline). Inputs: org_size (small|mid|large), loc…
- `get_institution_snapshot` — Institution snapshot over a lookback window. Inputs: institution_id (number), window_days (default 30). Outputs: total_…
- `get_institution_trend_daily` — Daily average wellness trend for an institution. Inputs: institution_id (number), window_days (default 90). Outputs: se…
- `get_institution_alert_check` — Alert check: compares last 7d vs prior 7d avg wellness for a drop. Inputs: institution_id (number), drop_threshold_pct …

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