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

org.snapforge/snapforge

NPM · SNAPFORGE-MCP · 2 COMPONENTS · SCANNED AUG 3

Screenshots, PDFs and Markdown from any URL or HTML for AI agents, via the SnapForge API

+23 this week 68 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 Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability71
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 651 tokens (~162/item across 4 items; 4 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 Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
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
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
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 · snapforge-mcp

# add to Claude Code
claude mcp add org-snapforge-snapforge -- npx -y snapforge-mcp
# add to Codex CLI
codex mcp add org-snapforge-snapforge -- npx -y snapforge-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "org-snapforge-snapforge": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "snapforge-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add org-snapforge-snapforge --command npx --arg -y --arg snapforge-mcp
# ~/.hermes/config.yaml
mcp_servers:
  org-snapforge-snapforge:
    command: "npx"
    args: ["-y", "snapforge-mcp"]
// mcp.json
{
  "mcpServers": {
    "org-snapforge-snapforge": {
      "command": "npx",
      "args": [
        "-y",
        "snapforge-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.

  • 3 Aug 26 +4
    • Stability: unverified → 0.23 functional
  • 2 Aug 26 +44
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Tool coverage: 100 → unverified functional
    • Schema quality: unverified → excellent functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • First check of Schema quality: unverified functional
    • Licence: MIT functional
  • 31 Jul 26 −25
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 45

    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 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 4 exposed · ~651 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
snapforge_markdown ~130

Extract a clean Markdown version of a public URL or raw HTML (article extraction + HTML→Markdown). Great for feeding live web content to an LLM.

NameTypeReqDescription
delayintegerExtra wait in milliseconds before capture (0–10000)
htmlstringRaw HTML to render instead of a URL (max 2MB). Provide either url or html.
urlstringPublic http/https URL to render. Provide either url or html.
waitUntilstringWhen to consider the page ready: "load" (default) or "networkidle"
NameTypeReqDescription
markdownstringyesThe extracted Markdown content
savedPathstringyesAbsolute path to the saved .md file

No examples provided.

snapforge_pdf ~211

Render a public URL or raw HTML to a PDF. The PDF is written to a temp file and its path is returned.

NameTypeReqDescription
delayintegerExtra wait in milliseconds before capture (0–10000)
htmlstringRaw HTML to render instead of a URL (max 2MB). Provide either url or html.
landscapebooleanLandscape orientation (default false)
marginstringCSS size applied to all margins, e.g. "1cm"
pageFormatstringPaper size when paginating (default A4)
printBackgroundbooleanInclude CSS background colors and images (default true)
singlePagebooleanOutput one continuous page sized to the content height (no A4 pagination)
urlstringPublic http/https URL to render. Provide either url or html.
waitUntilstringWhen to consider the page ready: "load" (default) or "networkidle"
NameTypeReqDescription
bytesintegeryesSize of the PDF in bytes
savedPathstringyesAbsolute path to the saved PDF file

No examples provided.

snapforge_screenshot ~234

Capture a screenshot of a public URL or raw HTML and return it as an image (PNG/JPEG). Full-page by default.

NameTypeReqDescription
delayintegerExtra wait in milliseconds before capture (0–10000)
formatstringImage format: "png" (default) or "jpeg"
fullPagebooleanCapture the full scrollable page (default true)
heightintegerViewport height in pixels (100–2160)
htmlstringRaw HTML to render instead of a URL (max 2MB). Provide either url or html.
qualityintegerJPEG quality 1–100 (ignored for PNG)
scaleintegerDevice pixel ratio for high-DPI/retina output (1–3)
urlstringPublic http/https URL to render. Provide either url or html.
waitUntilstringWhen to consider the page ready: "load" (default) or "networkidle"
widthintegerViewport width in pixels (100–3840)
NameTypeReqDescription
bytesintegeryesSize of the image in bytes
mimeTypestringyesImage MIME type, e.g. image/png
savedPathstringyesAbsolute path to the saved image file

No examples provided.

snapforge_signup ~76

Create a free SnapForge account (100 renders/month) with just an email address and get the API key instantly. The key becomes active for this session immediately; persist it later as the SNAPFORGE_API_KEY environment variable.

NameTypeReqDescription
emailstringyesEmail address to attach the API key to (the key is also emailed there)
NameTypeReqDescription
apiKeystringyesYour SnapForge API key
monthlyQuotaintegeryesIncluded renders per month
planstringyesPlan name (free)

No examples provided.