All connectors
Wellness Cycle Coach

wellness-cycle-coach

Wellness Cycle Coach

Built so AI agents finally serve the 50% of users they've ignored — and never persists cycle data. The agent passes period start dates in tool args, the coach returns phase + recommendations, the data evaporates.

PhaseCycle dayCycle lengthNext periodPhase nutritionPhase trainingPhase hydrationShared profile
Stateless menstrual cycle coach with phase-aware coaching context
Stateless (no auth)

Anyone with a menstrual cycle who wants their AI agent to give phase-aware guidance without trusting another period-tracker SaaS with their data.

Quick Start

terminal
npx -y wellness-cycle-coach doctor
npx -y wellness-cycle-coach doctor
mcp-client.json
{
  "mcpServers": {
    "wellness-cycle-coach": {
      "command": "npx",
      "args": ["-y", "wellness-cycle-coach"]
    }
  }
}
  1. 01

    Install — no env vars required.

  2. 02

    Pass period start dates via tool args from your wearable connector or user input.

  3. 03

    Optionally pair with apple-health-mcp / garminmcp / fitbitmcp to fetch history automatically.

Data Availability

Available

Current phase detection

menstrual / follicular / ovulatory / luteal.

Available

Cycle length estimation

Rolling average from passed-in history.

Available

Next-period prediction

With confidence (low/medium/high) based on history depth.

Available

Phase nutrition guidance

Evidence-informed defaults per phase.

Available

Phase training intensity

Cycle-aware training-load recommendations.

Available

Phase hydration target

Per-phase ml/day target.

Opt-in

Symptom-aware adjustments

Lands in v0.3.

Agent Tools

Profile and onboarding

  • cycle_profile_get
  • cycle_profile_update
  • cycle_onboarding

Start here

  • cycle_quickstart
  • cycle_demo
  • cycle_full_report

Diagnostics

  • cycle_connection_status
  • cycle_capabilities
  • cycle_privacy_audit
  • cycle_data_inventory

Reasoning

  • cycle_estimate_phase
  • cycle_predict_next_period
  • cycle_phase_guidance
  • cycle_recommend_nutrition
  • cycle_recommend_training

Prompts and Resources

Prompts

    Resources

    • wellness-cycle-coach://agent-manifest
    • wellness-cycle-coach://capabilities
    • wellness-cycle-coach://privacy-audit

    Privacy Model

    Stateless — never persists cycle data.
    Treat cycle data as medical-record sensitive.
    No outbound calls; pure-function computation.
    Defer to clinician for fertility, pregnancy, or symptom-management decisions.
    Profile and goals persist locally to ~/.delx-wellness/profile.json (mode 0600); shared with all 14 Delx Wellness connectors and never uploaded.