Back to Browse

Project Human MCP Server

Developer ToolsLow Risk9.7MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

9.7
Low Risk9.7Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

7 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

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

Documentation

View on GitHub

From the project's GitHub README.

Humanity4AI ⭐

9 humanity skills for AI agents — crisis detection, accessibility auditing, empathy, cultural sensitivity, and more. Ready-to-use via MCP, npm, or direct prompting.

CI npm License: MIT Release Works with CodeQL MCP Registry

Demo


Skills at a Glance

SkillCategoryWhat it does
🛡️ Supportive ReplyEmotional SafetyDetects crisis signals, generates supportive responses with escalation guidance
📝 Safe Content RewriterEmotional SafetyAudits and rewrites text to remove harmful, stigmatising, or triggering patterns
Accessibility AuditAccessibilityScores pages against all 86 WCAG 2.2 success criteria (A/AA/AAA)
🧠 Cognitive AccessibilityCognitive SupportAudits content for reading level, structure, and cognitive load
🌍 Cultural Context CheckCultural ContextFlags cultural sensitivity issues for a given audience and region
🔥 De-escalation PlanConflict NavigationGenerates structured de-escalation plans calibrated to conflict intensity
💬 Empathetic ReframeCommunicationReframes messages with genuine empathy, catching hollow empathy patterns
🧩 Neurodiversity DesignNeurodiversityAudits UIs for ADHD, autism, dyslexia, and sensory sensitivity
👶 Age-Inclusive DesignAge InclusionAudits user flows for age barriers across children, adults, and older users

If you find this useful, a star helps others discover it

Star History Chart


Quick Start

Zero setup — just a URL:

{
  "mcpServers": {
    "humanity4ai": {
      "url": "https://humanity4ai.ascent.partners/api/mcp"
    }
  }
}

Or one command with npx:

npx @humanity4ai/mcp-servers

Then configure your MCP client:

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

Docker: docker compose up
For contributors: git clone … && pnpm install && pnpm start

All 9 skills are discoverable via tools/list and invocable via tools/call.

Prerequisites (for local only): Node.js >= 22, pnpm >= 10 | Windows, macOS, Linux, Android, iOS


Architecture

graph TD
    A[MCP Client<br/>VS Code / Cursor / Claude Code] -->|stdio| B[mcp-server.ts]
    A -->|HTTP POST| C[Vercel<br/>humanity4ai.ascent.partners]
    B --> D[server-factory.ts<br/>createServer]
    C -->|api/mcp.ts| D
    D --> E[9 Tool Registrations]
    E --> F[handlers.ts<br/>invokeAction]
    F --> G[validate.ts<br/>SCHEMA_REGISTRY]
    G --> H[schemas-data.ts<br/>18 inline schemas]
    F --> I[9 Handler Functions<br/>rule-based, zero LLM calls]
    I --> J[crisis-resources<br/>patterns<br/>i18n<br/>wcag-criteria]

Four Ways to Use

MethodBest forHow
Remote URLZero-setup, any MCP clientPoint to https://humanity4ai.ascent.partners/api/mcp
MCP ServerVS Code, Cursor, Claude Code, Copilot, Manus AI, OpenCodenpx @humanity4ai/mcp-servers or clone & start
LLM PromptingChatGPT, Claude, Gemini (web chat)Share llms.txt or paste llms-full.txt into the chat
Local FilesOffline CLI toolsClone the repo, point your tool at the skills/ directory

See Agent Adapter Guide for platform-specific setup instructions.


Why Humanity4AI?

AI agents are everywhere — but they're not always humane. Humanity4AI gives agents reusable, tested skills for the moments that matter:

  • An agent detects a user in crisis → Supportive Reply generates an appropriate response and escalates to qualified help
  • A UI is inaccessible to screen readers → Accessibility Audit scores it against WCAG 2.2 and provides remediation
  • Content uses stigmatising language → Safe Content Rewriter flags and rewrites harmful patterns
  • A conflict is escalating → De-escalation Plan generates structured, non-coercive guidance

Every skill includes:

  • Explicit safety boundaries — what the skill can and cannot do
  • Uncertainty disclosure — confidence level stated upfront (low/medium/high)
  • Evaluation gates — automated baseline checks for quality

These skills are rule-based and non-clinical — they do not provide diagnosis, treatment, or professional medical/legal advice.


Supported Platforms

OpenCode · Claude Code · Microsoft Copilot · Manus AI · OpenClaw · ChatGPT · Claude · Gemini


Contribute

git clone https://github.com/<your-username>/project_human.git
cd project_human
git checkout -b my-contribution
# Copy the skill template if adding a new skill:
cp -r templates/skill skills/my-skill-name
pnpm check && pnpm evals && pnpm test  # Run all checks before PR

Open a PR targeting main. Browse good first issues or read the Contributing Guide.

ErrorFix
ERR_PNPM_OUTDATED_LOCKFILERun pnpm install, then commit pnpm-lock.yaml
pnpm: command not foundnpm install -g pnpm
pnpm evals failsEVAL_REPORT=1 pnpm evals — see evals/reports/latest.md

Resources


Share on X · MIT License · Copyright © 2026 Ascent Partners Foundation

Reviews

No reviews yet

Be the first to review this server!