All connectors
Wellness Cycle Coach

wellness-cycle-coach

Wellness Cycle Coach MCP connector

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.

MCP server answers

The Wellness Cycle Coach MCP server is the local process provided by wellness-cycle-coach. Add its MCP configuration to a compatible client and it exposes the provider records listed on this page to that client. It is not an official Wellness Cycle Coach product and Delx does not host a copy of the data.

Compare this connector with the other wellness paths
What is the Wellness Cycle Coach MCP server?

The Wellness Cycle Coach MCP server is the local process provided by wellness-cycle-coach. Add its MCP configuration to a compatible client and it exposes the provider records listed on this page to that client. It is not an official Wellness Cycle Coach product and Delx does not host a copy of the data.

How do I install Wellness Cycle Coach MCP?

Run npx -y wellness-cycle-coach doctor, then npx -y wellness-cycle-coach doctor. The Quick Start section below contains the client configuration and provider-specific setup.

What can an agent read from Wellness Cycle Coach?

The available records start with Current phase detection, Cycle length estimation, Next-period prediction, Phase nutrition guidance. Check Data Availability for scope, device and export limitations before using any result.

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.