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.

RenderMark

NPM · @RENDERMARK/MCP-SERVER · SCANNED SEP 20

Markdown to styled HTML, PDF, DOCX, and slides with themes, diagrams, and math.

+1 this week 72 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 Security97
  • 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
  • 116 of 274 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency6
Schema Quality & AI Usability70
  • 57% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Partial
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1960 tokens (~98/item across 20 items; 17 tools + 3 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
  • Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage99
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 96% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 3 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "publish_to_rendermark" implies "publish" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 19 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the RenderMark MCP server?

RenderMark runs locally as an npm package, launched with npx -y @rendermark/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 · @rendermark/mcp-server

# add to Claude Code
claude mcp add jmsaavedra-rendermark -- npx -y @rendermark/mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "jmsaavedra-rendermark": {
      "command": "npx",
      "args": [
        "-y",
        "@rendermark/mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "jmsaavedra-rendermark": {
      "command": "npx",
      "args": [
        "-y",
        "@rendermark/mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add jmsaavedra-rendermark -- npx -y @rendermark/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "jmsaavedra-rendermark": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@rendermark/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add jmsaavedra-rendermark --command npx --arg -y --arg @rendermark/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  jmsaavedra-rendermark:
    command: "npx"
    args: ["-y", "@rendermark/mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "jmsaavedra-rendermark": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@rendermark/mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add jmsaavedra-rendermark -t stdio -c npx -a -y @rendermark/mcp-server
// mcp.json
{
  "mcpServers": {
    "jmsaavedra-rendermark": {
      "command": "npx",
      "args": [
        "-y",
        "@rendermark/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 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Sept 26 −2
    • Stability: pass → 0.83 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.

  • 16 Sept 26 0
    • CVE-2025-71329 no longer affects this package security
    • CVE-2025-71330 no longer affects this package security
    • Known CVEs: partial → pass security
  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 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
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/@rendermark/mcp-server@0.1.10

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 →

Dependencies 274 packages
Packages resolved 274
Stale 115
No linked repository 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 17 exposed · ~1,555 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
delete_document ~65

Delete a document from RenderMark. This is destructive and cannot be undone. Only use when the user explicitly asks to remove a document.

NameTypeReqDescription
confirmbooleanyesMust be true to confirm deletion
identifierstringyesDocument slug, ID, or full RenderMark URL

No output schema declared.

No examples provided.

export_batch ~132

Export multiple markdown files as a single merged document or individual exports. Combine docs/ folders into one PDF, DOCX, or HTML.

NameTypeReqDescription
filesarrayList of markdown files to export
formatstringyesOutput format
globstringGlob pattern to match markdown files (e.g., 'docs/**/*.md')
modestringMerge into one document or zip individual exports (default: merged)
outputPathstringWhere to save the output file
themestringTheme name
titlestringTitle for the merged document

No output schema declared.

No examples provided.

export_markdown ~124

Export markdown to a file (PDF, DOCX, or HTML). Saves a markdown document as a downloadable file in a specific format.

NameTypeReqDescription
formatstringyesOutput format
githubobject
markdownstringyesThe markdown content to export
outputPathstringWhere to save the file. Defaults to current directory.
showTocbooleanInclude table of contents (default: true)
themestringTheme name
titlestringyesDocument title (used for filename and document header)

No output schema declared.

No examples provided.

get_rendermark_instructions ~31

Retrieve RenderMark usage instructions, including capabilities, tool selection, workflows, and best practices.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_documents ~96

List the user's documents on RenderMark. Supports filtering by publish status, search by title, and pagination.

NameTypeReqDescription
limitintegerMax results (default: 20, max: 100)
offsetintegerPagination offset
publishedbooleanFilter by publish status
searchstringSearch by title (fuzzy match)
sortBystringSort order (default: updated)

No output schema declared.

No examples provided.

publish_to_google_docs ~69

Publish a markdown document as a Google Doc. Requires Google OAuth credentials in ~/.rendermark/config.json. Run `npx @rendermark/mcp-server auth google` to authenticate.

NameTypeReqDescription
markdownstringyesThe markdown content to publish
titlestringyesDocument title

No output schema declared.

No examples provided.

publish_to_rendermark ~57

Publish a markdown document to the authenticated RenderMark account and get a shareable link.

NameTypeReqDescription
markdownstringyesThe markdown content to publish
optionsobject
titlestringyesDocument title

No output schema declared.

No examples provided.

read_document ~47

Retrieve a document from RenderMark by URL, slug, or ID. Returns the raw markdown content and metadata.

NameTypeReqDescription
identifierstringyesDocument slug, ID, or full RenderMark URL

No output schema declared.

No examples provided.

render_diff ~104

Generate a visual diff (redline) between two versions of a markdown document. Additions highlighted in green, deletions in red with strikethrough.

NameTypeReqDescription
afterstringyesThe revised markdown content
beforestringyesThe original markdown content
modestringDiff display mode (default: inline)
outputFormatstringReturn as HTML string or rendered image (default: html)
titlestringDocument title

No output schema declared.

No examples provided.

render_markdown ~155

Convert markdown to styled HTML. Returns a professional, styled HTML document with syntax highlighting, table of contents, and GitHub-flavored markdown support.

NameTypeReqDescription
githubobjectGitHub context for resolving relative image paths
markdownstringyesThe markdown content to render
showTocbooleanInclude table of contents (default: true)
templatestringTemplate: report, meeting-notes, memo, letter, slides, changelog
themestringTheme: default, dark, serif, minimal
titlestringDocument title
unsanitizedbooleanReturn unsanitized HTML (default: false, HTML is sanitized for safe embedding)

No output schema declared.

No examples provided.

render_to_image ~146

Render markdown as a PNG or JPEG image. Use when sharing a visual preview in chat (Telegram, Discord, Slack) where HTML can't be sent directly.

NameTypeReqDescription
formatstringImage format (default: png)
markdownstringyesThe markdown content to render
qualityintegerJPEG quality 1-100 (default: 90)
sectionstringRender only a specific heading section
themestringTheme name (default, dark, serif, minimal)
titlestringDocument title
widthintegerViewport width in pixels (default: 1200, max: 2400)

No output schema declared.

No examples provided.

setup_api_key ~58

Set up a RenderMark API key by opening the user's browser to sign in and generate a key. The key is automatically saved to ~/.rendermark/config.json. Use this when the user needs to authenticate with RenderMark for the first time.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

share_document ~96

Share a RenderMark document with specific people via email. Sets email-restricted protection and grants access to the specified addresses.

NameTypeReqDescription
emailsarrayyesEmail addresses to grant access (1-50)
identifierstringyesDocument slug, ID, or full RenderMark URL
messagestringOptional message to include in the share notification
notifybooleanSend email notification to recipients (default: true)

No output schema declared.

No examples provided.

share_live_preview ~79

Create a temporary shareable URL for a markdown document preview. The URL expires after the specified duration.

NameTypeReqDescription
expiresInstringHow long the link stays active (default: 24h)
markdownstringyesThe markdown content to share
themestringTheme name
titlestringDocument title

No output schema declared.

No examples provided.

sync_from_github ~136

Sync a markdown file from a GitHub repository to RenderMark. Creates a new document or updates an existing one linked to the GitHub source.

NameTypeReqDescription
autoSyncbooleanEnable automatic sync via webhook (default: false)
branchstringBranch name (default: main)
ownerstringyesGitHub repository owner
pathstringyesPath to the markdown file (e.g., 'docs/README.md')
publishbooleanPublish the document immediately (default: true)
repostringyesGitHub repository name
titlestringOverride title

No output schema declared.

No examples provided.

update_document ~88

Update an existing document on RenderMark. Can update markdown content, title, publishing settings, or protection.

NameTypeReqDescription
identifierstringyesDocument slug, ID, or full RenderMark URL
markdownstringNew markdown content (replaces entire document)
optionsobject
publishbooleanSet publish state
titlestringNew document title

No output schema declared.

No examples provided.

validate_markdown ~72

Validate markdown for common issues: broken links, missing images, malformed tables, unclosed formatting, heading structure.

NameTypeReqDescription
checksarrayWhich checks to run (default: all)
filePathstringFile path for resolving relative links
markdownstringyesThe markdown content to validate

No output schema declared.

No examples provided.

Common questions

What is the RenderMark MCP server?

RenderMark is an MCP server listed in the public MCP registry as io.github.jmsaavedra/rendermark. Markdown to styled HTML, PDF, DOCX, and slides with themes, diagrams, and math. This page covers its npm package (@rendermark/mcp-server).

Is the RenderMark MCP server safe to use?

RenderMark scores 72 out of 100 on VerifyMCP. We found no known CVEs affecting 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 RenderMark MCP server expose?

RenderMark exposes 17 tools: render_markdown, render_to_image, render_diff, export_markdown, export_batch, and 12 more. Their descriptions and schemas cost roughly 1,555 tokens of context every time the server is loaded.

Is the RenderMark MCP server still maintained?

RenderMark 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.