Writing MCP Server

@hanna84/mcp-writing npm v3.29.3 Source verified

Published by hannasdev — publish provenance cryptographically ties this package to that repository. That is proof of origin, not an official vendor package.

MCP service for AI-assisted reasoning and editing on long-form fiction projects

Trust grade
A
94/100
Last scanned get badge →
Trust
A · 94/100
Adoption risk for you: the threat score, then adjusted down for blast radius, publisher verification and how much the scan could see. Deterministic; every point is auditable.
Capability
High
Blast radius if it went rogue — what the server’s tools could reach. Independent of trust.
Coverage
Source
How much the scan could actually inspect. Shallow coverage is stated, never hidden.
Share this Trust Score
𝕏 Share LinkedIn Reddit
A Why this grade threat 100 − adoption risk = 94/100

The grade answers one question — how safe is this server for you to adopt — so it is computed in two auditable stages. Nothing below is an opinion or an LLM's guess; every line is a real term the deterministic engine applied, and the same input always yields the same number.

1. Threat score — 100 − 0 = 100. What the published surface and source actually contain:

The deterministic scan raised no scored threat in the surface it inspected — the threat score stayed at 100. Capability observations and advisory notes are recorded but never lower it.

2. Client adoption risk — 100 − 6 = 94. Three small, subtract-only factors that reflect your risk in adopting it — a clean scan proves less on a powerful, unverified or barely-inspectable package, so the grade says so plainly:

PointsAdoption-risk factor
−6 capability blast radius (high) — client exposure if the model is manipulated

Capability observations and info notes are shown under Findings but never scored. Open any row's finding below for the file, line and evidence behind a deduction.

Findings 5

high Shell/command execution in server code (bin/mcp-writing.js)MTC-SRC-002

In the server's implementation (`bin/mcp-writing.js:3`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: rt { spawn } from "node:child_process"; import path from "node:path"; import { fileURLToPath, pathToFileURL } from "node

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server bin/mcp-writing.js

high Shell/command execution in server code (src/core/git.js)MTC-SRC-002

In the server's implementation (`src/core/git.js:1`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: , execSync } from "node:child_process"; import fs from "node:fs"; import path from "node:path"; /** * Check if a direc

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server src/core/git.js

high Shell/command execution in server code (src/runtime/async-jobs.js)MTC-SRC-002

In the server's implementation (`src/runtime/async-jobs.js:3`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: rt { spawn } from "node:child_process"; import { randomUUID } from "node:crypto"; import { ASYNC_PROGRESS_PREFIX } from

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server src/runtime/async-jobs.js

low Shell/command execution in packaging/dev tooling (src/scripts/manual-validation.mjs)MTC-SRC-002

In a packaging/dev/install script (shipped, but not the server runtime) (`src/scripts/manual-validation.mjs:4`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: rt { spawn } from "node:child_process"; import { Client } from "@modelcontextprotocol/sdk/client/index.js"; import { SSE

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server src/scripts/manual-validation.mjs

low Shell/command execution in packaging/dev tooling (src/scripts/mcp-debug-client.mjs)MTC-SRC-002

In a packaging/dev/install script (shipped, but not the server runtime) (`src/scripts/mcp-debug-client.mjs:1`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.

Evidence: rt { spawn } from "node:child_process"; import { Client } from "@modelcontextprotocol/sdk/client/index.js"; import { SSE

Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.

Location: server src/scripts/mcp-debug-client.mjs

Tools 72

Each tool and what it can reach — statically extracted from the published source.

  • to the matching no sensitive capability
  • assign_scene_to_chapterno sensitive capability
  • attach_epigraphno sensitive capability
  • audit_relationship_metadatano sensitive capability
  • bootstrap_prose_styleguide_configno sensitive capability
  • cancel_async_jobno sensitive capability
  • check_prose_styleguide_driftno sensitive capability
  • commit_editno sensitive capability
  • connect_character_place_evidenceno sensitive capability
  • connect_scene_character_evidenceno sensitive capability
Show 62 more tools ↓
  • connect_scene_place_evidenceno sensitive capability
  • create_chapterno sensitive capability
  • create_character_sheetno sensitive capability
  • create_place_sheetno sensitive capability
  • create_review_bundleno sensitive capability
  • describe_workflowsno sensitive capability
  • diagnose_project_backupsno sensitive capability
  • diagnose_structureno sensitive capability
  • discard_editno sensitive capability
  • enrich_sceneno sensitive capability
  • enrich_scene_characters_batchno sensitive capability
  • export_project_backupno sensitive capability
  • export_structure_snapshotno sensitive capability
  • find_epigraphsno sensitive capability
  • find_scenesno sensitive capability
  • flag_sceneno sensitive capability
  • get_arcno sensitive capability
  • get_async_job_statusno sensitive capability
  • get_chapter_proseno sensitive capability
  • get_character_sheetno sensitive capability
  • get_place_sheetno sensitive capability
  • get_prose_styleguide_configno sensitive capability
  • get_reference_docno sensitive capability
  • get_relationship_arcno sensitive capability
  • get_runtime_configno sensitive capability
  • get_scene_proseno sensitive capability
  • get_thread_arcno sensitive capability
  • import_scrivener_syncno sensitive capability
  • import_scrivener_sync_asyncno sensitive capability
  • link_reference_evidenceno sensitive capability
  • list_async_jobsno sensitive capability
  • list_chaptersno sensitive capability
  • list_charactersno sensitive capability
  • list_placesno sensitive capability
  • list_scene_referencesno sensitive capability
  • list_snapshotsno sensitive capability
  • list_threadsno sensitive capability
  • merge_scrivener_project_betano sensitive capability
  • move_sceneno sensitive capability
  • preview_prose_styleguide_config_updateno sensitive capability
  • preview_review_bundleno sensitive capability
  • propose_editno sensitive capability
  • record_character_relationship_beatno sensitive capability
  • rename_chapterno sensitive capability
  • reorder_chapterno sensitive capability
  • restore_project_from_backupno sensitive capability
  • restore_structure_from_exportno sensitive capability
  • search_metadatano sensitive capability
  • search_referenceno sensitive capability
  • setup_prose_styleguide_configno sensitive capability
  • setup_prose_styleguide_skillno sensitive capability
  • snapshot_sceneno sensitive capability
  • suggest_scene_referencesno sensitive capability
  • summarize_prose_styleguide_configno sensitive capability
  • syncno sensitive capability
  • track_thread_arcno sensitive capability
  • update_character_sheetno sensitive capability
  • update_place_sheetno sensitive capability
  • update_prose_styleguide_configno sensitive capability
  • update_scene_metadatano sensitive capability
  • upsert_reference_linkno sensitive capability
  • upsert_thread_linkno sensitive capability

What this scan could not see

Versions 1

Scan history per published version. The engine is deterministic — the same version always yields the same score, so a changed score means the package itself changed.

VersionScoreFindingsEngineScanned
v3.29.3 latest A 94/100 5 1.13.0 2026-09-07

Embed this score

Show this server's live Trust Score in your README, docs or website. The badge is served straight from the registry and updates automatically after every rescan — no API key needed. It links back to this page, so anyone who sees the grade can also read the findings behind it instead of taking a number on faith.

MCP Trust Score: A · 94/100
Markdown (GitHub README)
[![MCP Trust Score](https://mcptrustchecker.com/registry/hanna84-mcp-writing/badge.svg)](https://mcptrustchecker.com/registry/hanna84-mcp-writing)
HTML
<a href="https://mcptrustchecker.com/registry/hanna84-mcp-writing"><img src="https://mcptrustchecker.com/registry/hanna84-mcp-writing/badge.svg" alt="MCP Trust Score" height="20"></a>
Prefer shields.io styling? Point it at https://mcptrustchecker.com/registry/hanna84-mcp-writing/badge.json via https://img.shields.io/endpoint?url=…

Verify this score yourself

The score above is reproducible: the same package version always yields the same result. Run it locally or over the free API — no account, no LLM, fully deterministic.

npx mcptrustchecker scan @hanna84/mcp-writing --online

Use the free API → How scoring works

More in Databases