Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@infracortex/humanizer-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@infracortex/humanizer-mcp

MCP server — remove AI writing patterns and apply brand voice profiles. Tools: humanize_text, detect_ai_patterns, apply_voice_profile.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

@infracortex/humanizer-mcp

MCP (Model Context Protocol) server that removes AI writing patterns and applies brand voice profiles. Built by Infracortex AI Studio.

Tools

humanize_text

Rewrites text to sound authentically human. Calls Claude Haiku, removes 37 AI patterns (transitional phrases, passive hedges, uniform sentence length), injects burstiness.

detect_ai_patterns

Scans text for AI-generation signals. Returns:

  • pattern_count — number of detected AI patterns
  • avg_sentence_length — word count per sentence (target: 8-12)
  • burstiness_score — sentence length variance (higher = more human)
  • assessmentCLEAN | MILD | HIGH_AI_SIGNAL

apply_voice_profile

Applies one of 5 brand voice profiles: professional, casual, technical, warm, blunt. Includes 3 pre-configured Infracortex client profiles (KOLEO, Atmiora, Infracortex).

Installation

npx @infracortex/humanizer-mcp

Claude Desktop integration

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "humanizer": {
      "command": "npx",
      "args": ["-y", "@infracortex/humanizer-mcp"],
      "env": {
        "ANTHROPIC_API_KEY": "sk-ant-..."
      }
    }
  }
}

Requirements

  • Node.js >= 18
  • Anthropic API key (set via ANTHROPIC_API_KEY env var)

License

MIT

About

Part of the Cortex governance ecosystem — constitutional AI control plane with multi-model consensus, skill permission gating, and versioned context contracts.

Keywords

mcp

FAQs

Package last updated on 21 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts