# Humanizer PRO

Humanizer PRO is an AI text humanization MCP server that rewrites AI-generated content to sound naturally human and bypass leading AI detection tools including GPTZero, Turnitin, Originality.ai, Copy…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add khadin-akbar/humanizer-pro

# Browse available tools
npx -y @smithery/cli@latest tool list khadin-akbar/humanizer-pro

# Get full schema for a tool
npx -y @smithery/cli@latest tool get khadin-akbar/humanizer-pro humanize_text

# Call a tool
npx -y @smithery/cli@latest tool call khadin-akbar/humanizer-pro humanize_text '{}'
```

## Direct MCP Connection

Endpoint: `https://humanizer-pro--khadin-akbar.run.tools`

## Tools (4)

- `humanize_text` — Rewrite AI-generated text to sound naturally human and bypass AI detectors like GPTZero, Turnitin, Originality.ai, Copy…
- `scan_ai_detection` — Analyze any text for AI-generated patterns. Returns AI probability score (0-100%), human-likeness percentage, verdict (…
- `check_word_balance` — Check remaining word credits - shows subscription plan type, subscription words remaining, purchased credits, and total…
- `get_subscription_plans` — Browse available plans: Free (500 words), Starter ($9.99/mo, 30K words), Creator ($14.99/mo, 100K words), Pro Annual ($…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get khadin-akbar/humanizer-pro <tool-name>
```
