# io.github.humanity4ai/project-human (npm · @humanity4ai/mcp-servers)

9 humanity skills for AI agents — crisis detection, WCAG 2.2, empathy, cultural sensitivity

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

## Components

- npm · `@humanity4ai/mcp-servers`: 46/100 (this document), [markdown](https://verifymcp.io/servers/humanity4ai-project-human/humanity4ai-mcp-servers.md), [page](https://verifymcp.io/servers/humanity4ai-project-human/humanity4ai-mcp-servers)

## Channel facts

- Registry: `npm`
- Package: `@humanity4ai/mcp-servers`
- Version: `1.0.6`
- 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**: 37/100
  - Malware scan not yet available for this package.
  - Only part of the dependency tree could be resolved (95 of 99), 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 (95 of 99), 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 8 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 34/100
  - AI-judged instruction clarity (poor).
  - Context-footprint check failed: tool/resource definitions use about 1441 tokens (~160/item across 9 items; 9 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add humanity4ai-project-human -- npx -y @humanity4ai/mcp-servers
```

### Codex

```bash
codex mcp add humanity4ai-project-human -- npx -y @humanity4ai/mcp-servers
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "humanity4ai-project-human": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@humanity4ai/mcp-servers"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add humanity4ai-project-human --command npx --arg -y --arg @humanity4ai/mcp-servers
```

### Hermes

```yaml
mcp_servers:
  humanity4ai-project-human:
    command: "npx"
    args: ["-y", "@humanity4ai/mcp-servers"]
```

### Other

```json
{
  "mcpServers": {
    "humanity4ai-project-human": {
      "command": "npx",
      "args": [
        "-y",
        "@humanity4ai/mcp-servers"
      ]
    }
  }
}
```

## 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-03 (score 46, +41)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Stability: unverified → 0.27
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → poor
- [functional] Licence: MIT

### 2026-08-02 (score 5, −14)

- [functional regression] Tool coverage: 100 → unverified

### 2026-07-31 (score 19, +11)

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

### 2026-07-30 (score 8, −18)

- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Dependency health: unverified → partial
- [functional] First check of Schema quality: unverified

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

First indexed and scored.

## MCP tools (9)

### `accessibility_audit` (~142 tokens)

Audit web pages for WCAG 2.2 compliance or set session WCAG level. Crawl mode: provide pages with URL+HTML for per-page scoring and ranking across all 86 success criteria. Session mode: returns the complete WCAG checklist for the requested level that the agent must enforce.

Input parameters:

- `level` (string): WCAG conformance level
- `locale` (string): BCP 47 locale code
- `mode` (string, required): crawl: score pages against all 86 WCAG 2.2 criteria. session: return WCAG checklist for this session.
- `pages` (array): Array of crawled pages (required for crawl mode)

### `rewrite_depression_sensitive_content` (~108 tokens)

Audit or rewrite text to be sensitive to depression and mental health. Removes harmful language patterns and replaces them with supportive, non-stigmatising alternatives. Safety boundary: non-clinical UX/content guidance only.

Input parameters:

- `domain` (string): Optional domain context (e.g. 'healthcare', 'social media')
- `mode` (string): 'audit' returns issues found; 'rewrite' returns improved text
- `text` (string, required): The text content to audit or rewrite

### `supportive_reply` (~148 tokens)

Generate a supportive, non-clinical reply to a message from someone in distress. Supports general emotional support and grief-specific modes (presence, practical, reflection). Includes escalation guidance calibrated to the assessed risk level. Safety boundary: non-clinical support only; must escalate when risk is elevated.

Input parameters:

- `locale` (string): BCP 47 locale code for the response language
- `message` (string, required): The message from the person in distress
- `risk_level` (string, required): Assessed risk level: 'low' for general distress, 'medium' for concerning signals, 'high' for crisis
- `support_mode` (string): Support mode: 'general' for default emotional support

### `cognitive_accessibility_audit` (~74 tokens)

Audit content for cognitive accessibility — plain language, reading level, structure, and clarity. Returns actionable recommendations to reduce cognitive load. Safety boundary: design guidance only.

Input parameters:

- `content` (string, required): The text or UI content to audit
- `target_context` (string): Optional context about the target audience or use case

### `cultural_context_check` (~82 tokens)

Check a message for cultural sensitivity issues for a given audience or region. Returns flags, concerns, and suggested alternatives with uncertainty disclosure. Safety boundary: context-sensitive recommendations with uncertainty disclosure.

Input parameters:

- `audience` (string, required): Target audience description
- `message` (string, required): The message or content to check
- `region` (string): Optional geographic region for more specific context

### `deescalation_plan` (~73 tokens)

Generate a structured de-escalation plan for a conflict or tense situation. Returns step-by-step guidance calibrated to the intensity of the conflict. Safety boundary: no coercive tactics.

Input parameters:

- `intensity` (string): Intensity of the conflict
- `situation` (string, required): Description of the conflict or tense situation

### `empathetic_reframe` (~77 tokens)

Reframe a message with genuine empathy — acknowledging emotions, validating experience, and offering presence. Detects and replaces hollow empathy phrases with authentic alternatives. Safety boundary: no manipulation or deceptive empathy.

Input parameters:

- `message` (string, required): The message to reframe with empathy
- `tone` (string): Desired tone of the empathetic reframe

### `neurodiversity_design_check` (~91 tokens)

Audit a UI description for neurodiversity-aware design — covering ADHD, autism, dyslexia, and sensory sensitivities. Returns targeted recommendations for inclusive design. Safety boundary: inclusive design guidance only.

Input parameters:

- `focus` (array): Optional list of specific neurodiversity conditions to focus on
- `ui_description` (string, required): Description of the UI, interface, or interaction flow to audit

### `age_inclusive_design_check` (~98 tokens)

Audit a user flow or interface for age-inclusive design — covering children, adults, and older users. Returns recommendations to remove age-related barriers. Safety boundary: inclusive design guidance only.

Input parameters:

- `age_groups` (array): Optional list of age groups to focus on (e.g. ['children', 'elderly', 'teenagers'])
- `flow_description` (string, required): Description of the user flow, interface, or product experience to audit

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/humanity4ai-project-human/humanity4ai-mcp-servers#diagnostics

## Score history

- 2026-08-03: 46
- 2026-08-02: 5
- 2026-08-01: 19
- 2026-07-31: 19
- 2026-07-30: 8
- 2026-07-28: 26
- 2026-07-27: 26

## Links

- npm package: https://www.npmjs.com/package/@humanity4ai/mcp-servers
- Socket report: https://socket.dev/npm/package/@humanity4ai/mcp-servers
- Repository: https://github.com/humanity4ai/project_human
- Changelog RSS feed: https://verifymcp.io/servers/humanity4ai-project-human/humanity4ai-mcp-servers/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/humanity4ai-project-human/humanity4ai-mcp-servers/changelog.json
- HTML version of this page: https://verifymcp.io/servers/humanity4ai-project-human/humanity4ai-mcp-servers
