Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.humanpen/humanpen-mcp

NPM · HUMANPEN-MCP · SCANNED AUG 19

Document-level AI humanizer for .docx/.pptx: whole file, selected passages, or flagged text.

Available components

0 this week 67 Trust /100
Trust breakdown (6 categories)

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. How we score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 30 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability70
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1472 tokens (~184/item across 8 items; 8 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · humanpen-mcp

# add to Claude Code
claude mcp add humanpen-humanpen-mcp -- npx -y humanpen-mcp
# add to Codex CLI
codex mcp add humanpen-humanpen-mcp -- npx -y humanpen-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "humanpen-humanpen-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "humanpen-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add humanpen-humanpen-mcp --command npx --arg -y --arg humanpen-mcp
# ~/.hermes/config.yaml
mcp_servers:
  humanpen-humanpen-mcp:
    command: "npx"
    args: ["-y", "humanpen-mcp"]
// mcp.json
{
  "mcpServers": {
    "humanpen-humanpen-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "humanpen-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 12 Aug 26 +44
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Tool coverage: unverified → 100 functional
    • MCP protocol: unverified → pass functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: excellent functional
    • First check of Schema quality: fail functional
    • First check of Tool coverage: 100 functional
    • Package version: 1.4.1 → 1.4.3 functional
    • Package version: 1.4.1 → 1.4.2 functional
  • 11 Aug 26 23

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 19 Aug 2026 · Analysed npm/humanpen-mcp@1.4.3

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm
Dependencies 96 packages
Packages resolved 96
Stale 30
Tree resolution Complete
MCP tools · 8 exposed · ~1,472 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
check_job ~85

Look up a job by id, and download its result if it has finished. Use this after a tool returned before the job was done.

NameTypeReqDescription
document_pathstringThe original document, so a downloaded result can be named after it
job_idstringyesThe job id an earlier call returned
output_pathstringWhere to write the result

No output schema declared.

No examples provided.

condense_document ~149

Shorten a .docx to a target word count, keeping meaning, structure and citations. Saves the result next to the source and returns its path. COSTS CREDITS at 100 per 1,000 words processed (10 minimum) - say so and get agreement first.

NameTypeReqDescription
document_pathstringyesAbsolute path to the .docx
instructionsstringExtra requirements for this job
max_wordsintegeryesTarget word count for the whole document
output_pathstringWhere to write the result; defaults to beside the source
wait_secondsnumberHow long to wait before returning a job id (default 55)

No output schema declared.

No examples provided.

fix_citations ~189

Rewrite a .docx's in-text citations and reference list into one target style, leaving the body text alone. Saves the result next to the source and returns its path. COSTS CREDITS at 100 per 1,000 words processed (10 minimum) - say so and get agreement first.

NameTypeReqDescription
document_pathstringyesAbsolute path to the .docx
instructionsstringExtra requirements for this job
output_pathstringWhere to write the result; defaults to beside the source
stylestringyesTarget style: apa7, mla9, harvard, chicago_author_date, chicago_notes, ieee, vancouver, gbt7714, gbt7714_author_year, ama, acs, or oscola
wait_secondsnumberHow long to wait before returning a job id (default 55)

No output schema declared.

No examples provided.

free_rehumanize ~278

Continue a finished humanize job for FREE. Upload a fresh detection report for that job's result; only the passages it still flags are rewritten, at no credit cost. The server enforces strict limits: one free continuation per job, a per-day cap, the report must be of THAT job's own result (>=90% match) and show >=20% AI, and the result must still exist (kept ~7 days). If a limit is not met it returns a clear reason - relay it and stop; do not retry or silently fall back to a paid job. Pass the job_id a prior humanize_document (or check_job) returned.

NameTypeReqDescription
instructionsstringExtra requirements for this job
job_idstringyesThe finished humanize job to continue (its job_id from humanize_document/check_job)
output_pathstringWhere to write the result; defaults to beside the report
report_pathstringyesAbsolute path to the fresh Turnitin/iThenticate report for that job's result
segmentsarrayPer-passage word control for the still-flagged passages (optional), same shape and experimental caveat as humanize_document.segments
wait_secondsnumberHow long to wait before returning a job id (default 55)

No output schema declared.

No examples provided.

get_credit_balance ~49

How many credits the account has. 1,000 words costs 100 credits, charged on the words actually processed, with a 10-credit minimum per job. Worth checking before a large document.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

humanize_document ~414

Rewrite a .docx or .pptx so it reads as human-written and scores lower on AI detectors, keeping meaning, citations, tables and layout. Optionally pass a Turnitin/iThenticate AI report to rewrite only the passages it flagged. If a fresh report still flags the result, run this tool again on the rewritten file with that new report - only the still-flagged passages are touched, and balanced remains the right strategy for the second pass. Saves the result next to the source and returns its path. COSTS CREDITS at 100 per 1,000 words processed (10 minimum) - say so and get agreement first.

NameTypeReqDescription
document_pathstringyesAbsolute path to the .docx or .pptx to rewrite
instructionsstringExtra requirements for this job
max_wordsintegerUpper word bound for the rewritten document (optional; omit for no limit). Same experimental caveat and exclusivity as min_words.
min_wordsintegerLower word bound for the rewritten document (optional; omit for no limit). Experimental - a word limit noticeably weakens AI-rate reduction, so omit unless the user requires a length. Cannot combine…
output_pathstringWhere to write the result; defaults to beside the source
report_pathstringPath to a Turnitin/iThenticate AI report PDF; only its flagged passages are rewritten
segmentsarrayPer-passage word control (optional): each item is a flagged passage plus its own min_words/max_words. Get the passage texts from read_detection_report and pass report_path alongside so the report def…
strategystringRewriting intensity; balanced is the usual first choice, aggressive rewrites more heavily
wait_secondsnumberHow long to wait before returning a job id (default 55)

No output schema declared.

No examples provided.

read_detection_report ~111

Read a Turnitin or iThenticate AI Writing report PDF: returns the overall AI percentage and the flagged passages. Free - reads the file without starting a job. Pass the same report to humanize_document to rewrite only what was flagged.

NameTypeReqDescription
include_segmentsbooleanInclude the flagged passage texts, which can be long (default false)
report_pathstringyesAbsolute path to the report PDF
typestringWhich product exported it; omit to identify it from the file

No output schema declared.

No examples provided.

translate_document ~197

Translate a document into another language while keeping its layout, tables, images and formulas. Takes .docx, .pdf, .pptx, .xlsx, .epub, .html and .txt. Saves the result next to the source and returns its path. COSTS CREDITS at 100 per 1,000 words processed (10 minimum) - say so and get agreement first.

NameTypeReqDescription
document_pathstringyesAbsolute path to the document
output_pathstringWhere to write the result; defaults to beside the source
source_langstringSource language, or auto to detect it (the default)
target_langstringyesTarget language: zh, en, zh-tw, ja, ko, es, fr, pt, ru, de, pl or it
wait_secondsnumberHow long to wait before returning a job id (default 55)

No output schema declared.

No examples provided.