npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

libb-cognitive-clarity

v1.0.4

Published

MCP server for cognitive accessibility analysis — score any message through 15 clinical cognitive assessment gates before it reaches a human

Readme

Libb Cognitive Clarity — MCP Server

Score any message through 15 clinical cognitive assessment gates before it reaches a human.

Built on clinical speech-language pathology research, Libb measures whether a message is cognitively processable — not just grammatically correct, but actually understandable by the person reading it.

Why this exists

Every day, workplace communications fail — not because they contain errors, but because they exceed the cognitive processing capacity of the reader. Policy updates buried in passive voice. Action items hidden inside nested clauses. Deadlines expressed as "in the near future."

These aren't style problems. They're cognitive accessibility barriers that disproportionately impact neurodivergent employees, non-native speakers, and anyone under cognitive load.

Libb Cognitive Clarity gives AI agents and automation platforms the ability to catch these barriers before messages ship.

Installation

npm install -g libb-cognitive-clarity

Quick Start — Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "libb-cognitive-clarity": {
      "command": "libb-cognitive-clarity"
    }
  }
}

Restart Claude Desktop. You can now ask Claude to analyze any text for cognitive clarity.

Quick Start — Claude Cowork

Add to your Cowork MCP configuration:

{
  "mcpServers": {
    "libb-cognitive-clarity": {
      "command": "npx",
      "args": ["-y", "libb-cognitive-clarity"]
    }
  }
}

Available Tools

| Tool | Description | |------|-------------| | analyze_message | Full 15-gate analysis with Cognitive Processability Score, gate-by-gate breakdown, flagged issues with suggested fixes, and a cognitively accessible rewrite | | quick_check | Fast pass/flag screening — score and flagged gates only |

The 15 Cognitive Execution Gates

Every message is scored across 15 clinical assessment gates derived from the proprietary CCVM (Cognitive-Communication Vulnerability Mapping) Framework:

| # | Gate | |---|------| | 1 | Ambiguity Load | | 2 | Inference Demand | | 3 | Action Burial | | 4 | Hedge Density | | 5 | Passive Deflection | | 6 | Temporal Vagueness | | 7 | Jargon Saturation | | 8 | Cognitive Stacking | | 9 | Referential Ambiguity | | 10 | Negative Framing | | 11 | Modal Confusion | | 12 | Format Accessibility | | 13 | Emotional Tone Masking | | 14 | Cultural Load | | 15 | Processing Bottleneck |

Each gate applies clinically-derived assessment criteria to identify specific cognitive friction patterns. The assessment methodology is protected under pending patent applications.

Cognitive Processability Score (CPS)

Every analysis returns a Cognitive Processability Score indicating how accessible the message is to the broadest range of readers, including neurodivergent individuals, non-native speakers, and those under cognitive load.

Use it before sending

  • Emails and Slack messages
  • HR communications and policy updates
  • Job descriptions and postings
  • Training materials and onboarding docs
  • Customer-facing support responses
  • Any communication where misunderstanding has consequences

Compliance alignment

Libb Cognitive Clarity supports organizational compliance with:

  • Illinois HB 3773 — AI-assisted hiring communication requirements
  • Colorado SB 24-205 — Algorithmic discrimination prevention
  • NYC Local Law 144 — Automated employment decision tools
  • WCAG 2.2 AA — Web content cognitive accessibility
  • W3C COGA — Cognitive and Learning Disabilities Accessibility guidance

Requirements

  • Node.js >= 18
  • Works with any MCP-compatible client (Claude Desktop, Claude Cowork, or any platform supporting the Model Context Protocol)

Built by

Cognitive Velocity Consulting — Bridging clinical speech-language pathology expertise with enterprise AI governance.

The CCVM Framework, Cognitive Execution Gates, and Linguistic Ergonomics methodology are proprietary to Cognitive Velocity Consulting. Patent pending.

libb.ai · GitHub

License

MIT — This license applies to the MCP server client code. The underlying cognitive assessment methodology, CCVM Framework, and Linguistic Ergonomics methodology are proprietary intellectual property of Cognitive Velocity Consulting and are not licensed under this MIT license.