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.XJTLUmedia/markdown-formatter

NPM · @XJTLUMEDIA/MARKDOWN-MCP-SERVER · SCANNED SEP 20

AI Answer Copier — Convert Markdown to PDF, DOCX, HTML, LaTeX, CSV, JSON, XML, XLSX, RTF, PNG

0 this week 63 Trust /100
Trust breakdown (7 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 → Why this is hard to score →

Supply Chain Security80
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects @modelcontextprotocol/sdk 0.6.1, a direct dependency. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • 107 of 232 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency19
Schema Quality & AI Usability63
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 486 tokens (~34/item across 14 items; 14 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management80
  • Stability observed for 24 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage67
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 14 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 14 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
Install

How do I install the io.github.XJTLUmedia/markdown-formatter MCP server?

io.github.XJTLUmedia/markdown-formatter runs locally as an npm package, launched with npx -y @xjtlumedia/markdown-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @xjtlumedia/markdown-mcp-server

# add to Claude Code
claude mcp add xjtlumedia-markdown-formatter -- npx -y @xjtlumedia/markdown-mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "xjtlumedia-markdown-formatter": {
      "command": "npx",
      "args": [
        "-y",
        "@xjtlumedia/markdown-mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "xjtlumedia-markdown-formatter": {
      "command": "npx",
      "args": [
        "-y",
        "@xjtlumedia/markdown-mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add xjtlumedia-markdown-formatter -- npx -y @xjtlumedia/markdown-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "xjtlumedia-markdown-formatter": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@xjtlumedia/markdown-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add xjtlumedia-markdown-formatter --command npx --arg -y --arg @xjtlumedia/markdown-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  xjtlumedia-markdown-formatter:
    command: "npx"
    args: ["-y", "@xjtlumedia/markdown-mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "xjtlumedia-markdown-formatter": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@xjtlumedia/markdown-mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add xjtlumedia-markdown-formatter -t stdio -c npx -a -y @xjtlumedia/markdown-mcp-server
// mcp.json
{
  "mcpServers": {
    "xjtlumedia-markdown-formatter": {
      "command": "npx",
      "args": [
        "-y",
        "@xjtlumedia/markdown-mcp-server"
      ]
    }
  }
}
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.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 77 to 80. That category is still filling its 30-day observation window: 23 days of observed history at the previous scan, 24 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Sept 26 −3
    • Stability: pass → 0.77 functional
  • 18 Sept 26 0
    • Stability: 0.97 → pass security
  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 11 Sept 26 0
    • Stability: 0.97 → pass security
  • 10 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

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 20 Sept 2026 · Analysed npm/@xjtlumedia/markdown-mcp-server@1.0.5

Provenance No attestation

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

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Vulnerabilities 5 findings
ID CVE Severity Vector Fix available
GHSA-w48q-cv73-mx4w CVE-2025-66414 high yes
GHSA-7pqw-9j4j-h8q3 CVE-2026-19693 high CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H no
GHSA-jmr9-qjv8-65gv CVE-2026-56876 high CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N no
GHSA-4r6h-8v6p-xvw6 CVE-2023-30533 high CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H no
GHSA-5pgg-2g8v-p4x9 CVE-2024-22363 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H no

Background: What a vulnerability scan can and cannot prove →

Dependencies 232 packages
Packages resolved 232
Stale 107
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 14 exposed · ~486 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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
convert_to_csv ~31

Extract tables from Markdown to CSV

NameTypeReqDescription
markdownstringyes
output_pathstring

No output schema declared.

No examples provided.

convert_to_docx ~33

Convert Markdown to DOCX (Word)

NameTypeReqDescription
markdownstringyes
output_pathstring

No output schema declared.

No examples provided.

convert_to_html ~29

Convert Markdown to HTML

NameTypeReqDescription
markdownstringyes
output_pathstring

No output schema declared.

No examples provided.

convert_to_image ~34

Convert Markdown to PNG Image (uses Puppeteer)

NameTypeReqDescription
markdownstringyes
output_pathstring

No output schema declared.

No examples provided.

convert_to_json ~37

Convert Markdown to JSON structure

NameTypeReqDescription
markdownstringyes
output_pathstring
titlestring

No output schema declared.

No examples provided.

convert_to_latex ~32

Convert Markdown to LaTeX

NameTypeReqDescription
markdownstringyes
output_pathstring

No output schema declared.

No examples provided.

convert_to_md ~42

Export original Markdown content (with optional harmonization)

NameTypeReqDescription
harmonizestring
markdownstringyes
output_pathstring

No output schema declared.

No examples provided.

convert_to_pdf ~33

Convert Markdown to PDF (uses Puppeteer)

NameTypeReqDescription
markdownstringyes
output_pathstring

No output schema declared.

No examples provided.

convert_to_rtf ~35

Convert Markdown to RTF (Rich Text Format)

NameTypeReqDescription
markdownstringyes
output_pathstring

No output schema declared.

No examples provided.

convert_to_txt ~34

Convert Markdown to Plain Text (strips formatting)

NameTypeReqDescription
markdownstringyes
output_pathstring

No output schema declared.

No examples provided.

convert_to_xlsx ~35

Convert Markdown tables to Excel (XLSX)

NameTypeReqDescription
markdownstringyes
output_pathstring

No output schema declared.

No examples provided.

convert_to_xml ~36

Convert Markdown to XML

NameTypeReqDescription
markdownstringyes
output_pathstring
titlestring

No output schema declared.

No examples provided.

generate_html ~38

Generate a complete HTML document from Markdown with inline styles (returns full HTML string)

NameTypeReqDescription
markdownstringyes
titlestring

No output schema declared.

No examples provided.

harmonize_markdown ~37

Standardize markdown syntax (headers, list markers, etc.)

NameTypeReqDescription
markdownstringyes
output_pathstring

No output schema declared.

No examples provided.

Common questions

What is the io.github.XJTLUmedia/markdown-formatter MCP server?

io.github.XJTLUmedia/markdown-formatter is an MCP server listed in the public MCP registry as io.github.XJTLUmedia/markdown-formatter. AI Answer Copier, Convert Markdown to PDF, DOCX, HTML, LaTeX, CSV, JSON, XML, XLSX, RTF, PNG. This page covers its npm package (@xjtlumedia/markdown-mcp-server).

Is the io.github.XJTLUmedia/markdown-formatter MCP server safe to use?

io.github.XJTLUmedia/markdown-formatter scores 63 out of 100 on VerifyMCP. We recorded 5 known advisories against it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.XJTLUmedia/markdown-formatter MCP server expose?

io.github.XJTLUmedia/markdown-formatter exposes 14 tools: harmonize_markdown, convert_to_txt, convert_to_rtf, convert_to_latex, convert_to_docx, and 9 more. Their descriptions and schemas cost roughly 486 tokens of context every time the server is loaded.

Is the io.github.XJTLUmedia/markdown-formatter MCP server still maintained?

io.github.XJTLUmedia/markdown-formatter is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.XJTLUmedia/markdown-formatter MCP server under?

io.github.XJTLUmedia/markdown-formatter declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.