Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.davidmosiah/wellness-cycle-coach

NPM · WELLNESS-CYCLE-COACH · SCANNED AUG 4

Local-first cycle coach MCP for phase-aware nutrition and training context.

+21 this week 64 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security83
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known medium-severity CVE affects hono 4.12.33, reached via @modelcontextprotocol/sdk > hono. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 95), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability64
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1365 tokens (~80/item across 17 items; 17 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management30
  • Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage80
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 41% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · wellness-cycle-coach

# add to Claude Code
claude mcp add davidmosiah-wellness-cycle-coach -- npx -y wellness-cycle-coach
# add to Codex CLI
codex mcp add davidmosiah-wellness-cycle-coach -- npx -y wellness-cycle-coach
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "davidmosiah-wellness-cycle-coach": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "wellness-cycle-coach"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add davidmosiah-wellness-cycle-coach --command npx --arg -y --arg wellness-cycle-coach
# ~/.hermes/config.yaml
mcp_servers:
  davidmosiah-wellness-cycle-coach:
    command: "npx"
    args: ["-y", "wellness-cycle-coach"]
// mcp.json
{
  "mcpServers": {
    "davidmosiah-wellness-cycle-coach": {
      "command": "npx",
      "args": [
        "-y",
        "wellness-cycle-coach"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 4 Aug 26 +3
    • CVE-2026-69207 affects this package: medium security
    • Known CVEs: partial → fail security
    • Stability: unverified → 0.30 functional
  • 2 Aug 26 +42
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • License: unverified → pass functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
    • Dependency health: unverified → partial functional
    • Licence: MIT functional
  • 31 Jul 26 −24
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 43

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 4 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-8j4g-w8fx-2239 CVE-2026-69207 medium CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L yes
Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 17 exposed · ~1,365 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
cycle_agent_manifest ~47

Returns the wellness-cycle-coach agent manifest: tool list, supported clients, env vars, recommended first calls, capabilities, privacy posture, and community links.

NameTypeReqDescription
clientstring

No output schema declared.

No examples provided.

cycle_capabilities ~27

Lists supported phases, upstream connectors this coach reads from, available metrics, and privacy modes.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

cycle_connection_status ~35

Reports the coach is alive and reminds the agent that cycle data must be passed in via tool args (this MCP is stateless).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

cycle_data_inventory ~21

Returns the metric catalog and phase taxonomy used by the coach.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

cycle_demo ~36

Returns a realistic example payload showing what cycle_full_report looks like with sample data. Use to help agents understand the contract before a real call.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

cycle_estimate_phase ~275

Given a list of recent period start dates (from any source), returns the current phase, cycle day, estimated cycle length, next-period date, and confidence. v0.3.2 adds a `late_luteal` sub-phase (triggered when the cycle is past its expected end + grace day) plus `days_past_due` and `delay_flag` (raised when ≥2 days late vs prediction from 3+ historical cycles). v0.3.3 adds `cycle_irregular` (PCOS / irregular-cycle mode): when true, accepts cycles 21-90 days, caps confidence at 'low', returns `luteal_extended` + `irregular_window: true` past 35 days since last period, and adds a clinician-defer warning.

NameTypeReqDescription
cycle_irregularbooleanv0.3.3 — PCOS / irregular-cycle mode. When true: accepts cycles 21-90 days, caps confidence at 'low', returns `luteal_extended` when days_since_last > 35, and adds a clinician-defer warning string. D…
historyarrayyesArray of {start_date: 'YYYY-MM-DD', length_days?: number}. Sorted automatically.
todaystringOptional reference date; defaults to system today.

No output schema declared.

No examples provided.

cycle_full_report ~79

Single-call report: phase + nutrition + training + hydration + next-period estimate. Includes a TL;DR string for quick agent rendering. v0.3.3 supports `cycle_irregular: true` for PCOS-aware mode.

NameTypeReqDescription
cycle_irregularboolean
historyarrayyes
todaystring

No output schema declared.

No examples provided.

cycle_irregular_check ~115

v0.3.3 — Given the user's last 3+ cycle lengths (in days), reports whether the cycles look regular or irregular based on a stdev/CV/max-length heuristic. Use this BEFORE deciding whether to set `cycle_irregular: true` on the other tools. NOT a clinical diagnosis — surfaces a clinician hint when irregular.

NameTypeReqDescription
cycle_lengths_daysarrayyesArray of recent cycle lengths in days. Need 3+ for a meaningful result; fewer returns a 'log more periods' recommendation.

No output schema declared.

No examples provided.

cycle_onboarding ~82

Returns the 11-question onboarding flow for the shared Delx Wellness profile. Read-only. The agent should ask these questions next so wellness-cycle-coach (and the rest of the wellness stack) can personalize responses — non-secret data only, stored at ~/.delx-wellness/profile.json.

NameTypeReqDescription
localestringOnboarding locale. Defaults to en.

No output schema declared.

No examples provided.

cycle_phase_guidance ~113

Returns evidence-informed nutrition + training + hydration recommendations for a given phase. v0.3.3 supports the `luteal_extended` phase (PCOS / amenorrhea placeholder) and accepts a `cycle_irregular` flag that surfaces the clinician-defer warning in the response.

NameTypeReqDescription
cycle_irregularbooleanv0.3.3 — PCOS / irregular-cycle mode. When true, attaches a clinician-defer warning to the response. Default false.
phasestringyes

No output schema declared.

No examples provided.

cycle_predict_next_period ~122

Given period history, returns the average cycle length and the next-expected period start date with confidence. v0.3.3 adds `cycle_irregular` — when true, accepts cycles 21-90 days and caps confidence at 'low' (PCOS / unpredictable patterns).

NameTypeReqDescription
cycle_irregularbooleanv0.3.3 — PCOS / irregular-cycle mode. When true: accepts cycles 21-90 days, caps confidence at 'low', surfaces clinician-defer warning. Default false.
historyarrayyes

No output schema declared.

No examples provided.

cycle_privacy_audit ~37

Returns what wellness-cycle-coach stores locally (none), what it sends out (none), and agent rules for handling cycle data.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

cycle_profile_get ~52

Returns the shared Delx Wellness profile (~/.delx-wellness/profile.json). Read-only. Surfaces the user's sex_or_gender_context so wellness-cycle-coach knows whether to activate phase-aware coaching at all.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

cycle_profile_update ~115

Persist a partial patch to the shared Delx Wellness profile. Requires explicit_user_intent: true. Rejects any field containing oauth/token/secret/password/cookie/refresh/api_key/session — the profile is for non-secret wellness context only.

NameTypeReqDescription
explicit_user_intentbooleanMust be true. Pass only after the user explicitly asked to save/update profile data.
patchobjectyesPartial WellnessProfileDocument patch. Top-level keys: profile, goals, devices, training, nutrition, preferences, safety, notes.

No output schema declared.

No examples provided.

cycle_quickstart ~46

Returns a personalized 3-step walkthrough for using wellness-cycle-coach. Call this first when the user asks 'how do I use this?'

NameTypeReqDescription
clientstring

No output schema declared.

No examples provided.

cycle_recommend_nutrition ~79

Given period history, returns nutrition recommendations for the user's current phase. Combine with wellness-nourish for full meal planning. v0.3.3 supports `cycle_irregular: true` for PCOS-aware mode.

NameTypeReqDescription
cycle_irregularboolean
historyarrayyes
todaystring

No output schema declared.

No examples provided.

cycle_recommend_training ~84

Given period history, returns training recommendations for the user's current phase. Pair with WHOOP/Oura/Garmin recovery for late-luteal load adjustments. v0.3.3 supports `cycle_irregular: true` for PCOS-aware mode.

NameTypeReqDescription
cycle_irregularboolean
historyarrayyes
todaystring

No output schema declared.

No examples provided.