# io.github.davidmosiah/delx-living-body (npm · delx-living-body)

Meta-MCP that auto-detects installed wellness connectors and composes them into one body data layer.

- Trust score: 60/100 (medium)
- Change this week: +17
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `delx-living-body`: 60/100 (this document), [markdown](https://verifymcp.io/servers/davidmosiah-delx-living-body/delx-living-body.md), [page](https://verifymcp.io/servers/davidmosiah-delx-living-body/delx-living-body)

## Channel facts

- Registry: `npm`
- Package: `delx-living-body`
- Version: `0.3.0`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (129 of 130), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (129 of 130), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 3 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 57/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 365 tokens (~60/item across 6 items; 6 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 80/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 29% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add davidmosiah-delx-living-body -- npx -y delx-living-body
```

### Codex

```bash
codex mcp add davidmosiah-delx-living-body -- npx -y delx-living-body
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "davidmosiah-delx-living-body": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "delx-living-body"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add davidmosiah-delx-living-body --command npx --arg -y --arg delx-living-body
```

### Hermes

```yaml
mcp_servers:
  davidmosiah-delx-living-body:
    command: "npx"
    args: ["-y", "delx-living-body"]
```

### Other

```json
{
  "mcpServers": {
    "davidmosiah-delx-living-body": {
      "command": "npx",
      "args": [
        "-y",
        "delx-living-body"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 60, +41)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional regression] Security disclosure: fail → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → fair
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional] First check of Schema quality: unverified
- [functional] Licence: MIT

### 2026-08-01 (score 19, −6)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-31 (score 25, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 43)

First indexed and scored.

## MCP tools (6)

### `living_body_status` (~33 tokens)

Living Body — Connector Detection

Detect which Delx Wellness connectors are installed locally. Safe, no subprocess spawning.

Input parameters:

- `response_format` (string)

Output parameters:

- `detected` (array)
- `generated_at` (string)
- `missing` (array)
- `total_active` (integer)
- `total_installed` (integer)
- `total_known` (integer)

### `living_body_ask` (~168 tokens)

Living Body — Ask

Ask a wellness question; composes detected connectors in parallel and returns a synthesized answer + reasoning trace. Spawns subprocesses — requires explicit_user_intent.

Input parameters:

- `explicit_user_intent` (boolean, required): Required confirmation that the caller is acting on explicit user intent. living_body_ask spawns multiple wellness MCP subprocesses; agents must not call it speculatively.
- `privacy_mode` (string): Passed down to child connectors. Defaults to 'structured'. 'raw' is only honored with explicit_user_intent and is discouraged for routine composition.
- `question` (string, required): Natural language question about training, recovery, sleep, nutrition or readiness.
- `response_format` (string)
- `sources` (array): Restrict composition to a subset of detected connectors. Defaults to all detected.

Output parameters:

- `confidence` (string)
- `data_snapshot` (object)
- `generated_at` (string)
- `reasoning` (string)
- `recommendation` (string)
- `sources_failed` (array)
- `sources_used` (array)

### `living_body_daily_brief` (~47 tokens)

Living Body — Daily Brief

Synthetic daily briefing aggregating each detected connector's daily summary/context.

Input parameters:

- `privacy_mode` (string)
- `response_format` (string)
- `sources` (array)

Output parameters:

- `brief_markdown` (string)
- `data_snapshot` (object)
- `generated_at` (string)
- `highlights` (array)
- `sources_failed` (array)
- `sources_used` (array)

### `living_body_compose_context` (~52 tokens)

Living Body — Compose Context

Return the normalized delx-wellness-context/v1 shape merged across all detected sources.

Input parameters:

- `privacy_mode` (string)
- `response_format` (string)
- `sources` (array)

Output parameters:

- `body_battery` (number)
- `context_contract_version` (string)
- `context_type` (string)
- `cycle_phase` (string)
- `generated_at` (string)
- `notes` (array)
- `per_source` (object)
- `recent_training_load` (string)
- `recommended_handoff` (object)
- `recovery_score` (number)
- `sleep_score` (number)
- `source` (string)
- `sources_failed` (array)
- `sources_used` (array)
- `strain_score` (number)

### `living_body_health_check` (~33 tokens)

Living Body — Health Check (all known connectors)

Returns status for every known connector — including missing ones — with install hints.

Input parameters:

- `response_format` (string)

Output parameters:

- `connectors` (array)
- `generated_at` (string)
- `total_active` (integer)
- `total_known` (integer)
- `total_missing` (integer)

### `living_body_capabilities` (~32 tokens)

Living Body — Capabilities

Self-description of this MCP, including the per-connector availability matrix.

Input parameters:

- `response_format` (string)

Output parameters:

- `api_boundary` (object)
- `auth_model` (object)
- `contribution_paths` (array)
- `creator` (object)
- `links` (object)
- `mcp_name` (string)
- `per_connector_availability_matrix` (array)
- `privacy_modes` (array)
- `project` (string)
- `recommended_agent_flow` (array)
- `tools` (array)
- `unofficial` (boolean)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/davidmosiah-delx-living-body/delx-living-body#diagnostics

## Score history

- 2026-08-03: 60
- 2026-08-02: 60
- 2026-08-01: 19
- 2026-07-31: 25
- 2026-07-29: 43
- 2026-07-28: 43
- 2026-07-27: 43

## Links

- npm package: https://www.npmjs.com/package/delx-living-body
- Socket report: https://socket.dev/npm/package/delx-living-body
- Repository: https://github.com/davidmosiah/delx-living-body
- Changelog RSS feed: https://verifymcp.io/servers/davidmosiah-delx-living-body/delx-living-body/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/davidmosiah-delx-living-body/delx-living-body/changelog.json
- HTML version of this page: https://verifymcp.io/servers/davidmosiah-delx-living-body/delx-living-body
