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
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 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
- 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 (MIT).Pass
- Actively maintained (last published 13 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add org-snapforge-snapforge -- npx -y snapforge-mcp
codex mcp add org-snapforge-snapforge -- npx -y snapforge-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"org-snapforge-snapforge": {
"type": "local",
"command": [
"npx",
"-y",
"snapforge-mcp"
],
"enabled": true
}
}
} openclaw mcp add org-snapforge-snapforge --command npx --arg -y --arg snapforge-mcp
mcp_servers:
org-snapforge-snapforge:
command: "npx"
args: ["-y", "snapforge-mcp"] {
"mcpServers": {
"org-snapforge-snapforge": {
"command": "npx",
"args": [
"-y",
"snapforge-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.
- 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.
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.
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.
snapforge_markdown SnapForge URL to 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.
| Name | Type | Req | Description |
|---|---|---|---|
| delay | integer | — | Extra wait in milliseconds before capture (0–10000) |
| html | string | — | Raw HTML to render instead of a URL (max 2MB). Provide either url or html. |
| url | string | — | Public http/https URL to render. Provide either url or html. |
| waitUntil | string | — | When to consider the page ready: "load" (default) or "networkidle" |
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | yes | The extracted Markdown content |
| savedPath | string | yes | Absolute path to the saved .md file |
No examples provided.
snapforge_pdf 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.
| Name | Type | Req | Description |
|---|---|---|---|
| delay | integer | — | Extra wait in milliseconds before capture (0–10000) |
| html | string | — | Raw HTML to render instead of a URL (max 2MB). Provide either url or html. |
| landscape | boolean | — | Landscape orientation (default false) |
| margin | string | — | CSS size applied to all margins, e.g. "1cm" |
| pageFormat | string | — | Paper size when paginating (default A4) |
| printBackground | boolean | — | Include CSS background colors and images (default true) |
| singlePage | boolean | — | Output one continuous page sized to the content height (no A4 pagination) |
| url | string | — | Public http/https URL to render. Provide either url or html. |
| waitUntil | string | — | When to consider the page ready: "load" (default) or "networkidle" |
| Name | Type | Req | Description |
|---|---|---|---|
| bytes | integer | yes | Size of the PDF in bytes |
| savedPath | string | yes | Absolute path to the saved PDF file |
No examples provided.
snapforge_screenshot 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.
| Name | Type | Req | Description |
|---|---|---|---|
| delay | integer | — | Extra wait in milliseconds before capture (0–10000) |
| format | string | — | Image format: "png" (default) or "jpeg" |
| fullPage | boolean | — | Capture the full scrollable page (default true) |
| height | integer | — | Viewport height in pixels (100–2160) |
| html | string | — | Raw HTML to render instead of a URL (max 2MB). Provide either url or html. |
| quality | integer | — | JPEG quality 1–100 (ignored for PNG) |
| scale | integer | — | Device pixel ratio for high-DPI/retina output (1–3) |
| url | string | — | Public http/https URL to render. Provide either url or html. |
| waitUntil | string | — | When to consider the page ready: "load" (default) or "networkidle" |
| width | integer | — | Viewport width in pixels (100–3840) |
| Name | Type | Req | Description |
|---|---|---|---|
| bytes | integer | yes | Size of the image in bytes |
| mimeType | string | yes | Image MIME type, e.g. image/png |
| savedPath | string | yes | Absolute path to the saved image file |
No examples provided.
snapforge_signup SnapForge signup (free API key) ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | Email address to attach the API key to (the key is also emailed there) |
| Name | Type | Req | Description |
|---|---|---|---|
| apiKey | string | yes | Your SnapForge API key |
| monthlyQuota | integer | yes | Included renders per month |
| plan | string | yes | Plan name (free) |
No examples provided.