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
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (Apache-2.0).Pass
- Actively maintained (last published 6 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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.
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
claude mcp add humanpen-humanpen-mcp -- npx -y humanpen-mcp
codex mcp add humanpen-humanpen-mcp -- npx -y humanpen-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"humanpen-humanpen-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"humanpen-mcp"
],
"enabled": true
}
}
} openclaw mcp add humanpen-humanpen-mcp --command npx --arg -y --arg humanpen-mcp
mcp_servers:
humanpen-humanpen-mcp:
command: "npx"
args: ["-y", "humanpen-mcp"] {
"mcpServers": {
"humanpen-humanpen-mcp": {
"command": "npx",
"args": [
"-y",
"humanpen-mcp"
]
}
}
} 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.
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 |
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.
check_job Check a 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.
| Name | Type | Req | Description |
|---|---|---|---|
| document_path | string | – | The original document, so a downloaded result can be named after it |
| job_id | string | yes | The job id an earlier call returned |
| output_path | string | – | Where to write the result |
No output schema declared.
No examples provided.
condense_document Condense a 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.
| Name | Type | Req | Description |
|---|---|---|---|
| document_path | string | yes | Absolute path to the .docx |
| instructions | string | – | Extra requirements for this job |
| max_words | integer | yes | Target word count for the whole document |
| output_path | string | – | Where to write the result; defaults to beside the source |
| wait_seconds | number | – | How long to wait before returning a job id (default 55) |
No output schema declared.
No examples provided.
fix_citations Convert citation format ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| document_path | string | yes | Absolute path to the .docx |
| instructions | string | – | Extra requirements for this job |
| output_path | string | – | Where to write the result; defaults to beside the source |
| style | string | yes | Target style: apa7, mla9, harvard, chicago_author_date, chicago_notes, ieee, vancouver, gbt7714, gbt7714_author_year, ama, acs, or oscola |
| wait_seconds | number | – | How long to wait before returning a job id (default 55) |
No output schema declared.
No examples provided.
free_rehumanize Re-humanize a job's still-flagged passages for free ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| instructions | string | – | Extra requirements for this job |
| job_id | string | yes | The finished humanize job to continue (its job_id from humanize_document/check_job) |
| output_path | string | – | Where to write the result; defaults to beside the report |
| report_path | string | yes | Absolute path to the fresh Turnitin/iThenticate report for that job's result |
| segments | array | – | Per-passage word control for the still-flagged passages (optional), same shape and experimental caveat as humanize_document.segments |
| wait_seconds | number | – | How long to wait before returning a job id (default 55) |
No output schema declared.
No examples provided.
get_credit_balance Check the 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 Humanize a 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.
| Name | Type | Req | Description |
|---|---|---|---|
| document_path | string | yes | Absolute path to the .docx or .pptx to rewrite |
| instructions | string | – | Extra requirements for this job |
| max_words | integer | – | Upper word bound for the rewritten document (optional; omit for no limit). Same experimental caveat and exclusivity as min_words. |
| min_words | integer | – | Lower 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_path | string | – | Where to write the result; defaults to beside the source |
| report_path | string | – | Path to a Turnitin/iThenticate AI report PDF; only its flagged passages are rewritten |
| segments | array | – | Per-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… |
| strategy | string | – | Rewriting intensity; balanced is the usual first choice, aggressive rewrites more heavily |
| wait_seconds | number | – | How long to wait before returning a job id (default 55) |
No output schema declared.
No examples provided.
read_detection_report Read an AI-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.
| Name | Type | Req | Description |
|---|---|---|---|
| include_segments | boolean | – | Include the flagged passage texts, which can be long (default false) |
| report_path | string | yes | Absolute path to the report PDF |
| type | string | – | Which product exported it; omit to identify it from the file |
No output schema declared.
No examples provided.
translate_document Translate a 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.
| Name | Type | Req | Description |
|---|---|---|---|
| document_path | string | yes | Absolute path to the document |
| output_path | string | – | Where to write the result; defaults to beside the source |
| source_lang | string | – | Source language, or auto to detect it (the default) |
| target_lang | string | yes | Target language: zh, en, zh-tw, ja, ko, es, fr, pt, ru, de, pl or it |
| wait_seconds | number | – | How long to wait before returning a job id (default 55) |
No output schema declared.
No examples provided.