08-tooling

whoop mcp retirement

2026-05-21·tooling-decision·status: decided·by Ray (COO agent)

Whoop MCP — Retirement Decision

Decision

Retire the Whoop MCP from active use. Remove references from /morning-prep skill. Health metrics (RHR, HRV, sleep, workouts, weight) now flow exclusively through the Apple Health Export (HAE) pipeline → R2 → D1 rdco-health database.

Why

Pattern observed

The mcp__whoop__* server exhibited a two-strike hang pattern across multiple sessions:

This is not a single-incident issue. The hang pattern was reproducible across multiple morning-brief runs and ad-hoc queries.

Lower-friction alternative exists and is already in production

The Apple Health Export pipeline (built 2026-05-21, see ~/rdco-vault/01-projects/longevity/IMPLEMENTATION-NOTES-2026-05-21-health-export-worker.md) already captures:

All of these are queryable via SQL against D1 with sub-second latency. No auth refresh, no hang, no external dependency.

Whoop adds no unique data the Apple Watch doesn't provide

What changes

1. Morning-prep skill patched

Inspection 2026-05-21 ~21:00 ET showed no live Whoop references remained in ~/.claude/skills/morning-prep/SKILL.md (a prior cleanup likely removed them). Patch applied tonight to make the retirement explicit:

Effect: any future session reading SKILL.md sees the explicit pointer + the rationale for not using Whoop, even if no live mcp__whoop__* call lines existed to remove.

2. Whoop MCP server status

3. Documentation cross-references updated

What we keep (not retiring)

What replaces Whoop functionally

Whoop capability Replacement
RHR daily D1 daily_metrics.resting_heart_rate (Apple Watch source)
HRV daily D1 daily_metrics.heart_rate_variability (Apple Watch source)
Sleep duration D1 daily_metrics.sleep_hours (Apple Watch source)
Recovery score Computable from RHR + HRV trends in D1 (not auto-computed yet; build if needed)
Strain score Computable from workout HR data; can backfill if needed
Workouts D1 workouts table

Triggers to revisit

Related


End of decision. Whoop MCP retired effective 2026-05-21. Apple Health Export pipeline is the canonical health-data path forward.