# org.snapforge/snapforge (remote · snapforge.org)

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

- Trust score: 75/100 (medium)
- Change this week: +7
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `snapforge.org`: 75/100 (this document), [markdown](https://verifymcp.io/servers/org-snapforge-snapforge/snapforge.md), [page](https://verifymcp.io/servers/org-snapforge-snapforge/snapforge)
- npm · `snapforge-mcp`: 68/100, [markdown](https://verifymcp.io/servers/org-snapforge-snapforge/snapforge-mcp.md), [page](https://verifymcp.io/servers/org-snapforge-snapforge/snapforge-mcp)

## Channel facts

- Endpoint: `https://snapforge.org/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.3.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 69/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 700 tokens (~175/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http org-snapforge-snapforge https://snapforge.org/mcp
```

### Codex

```toml
[mcp_servers.org-snapforge-snapforge]
url = "https://snapforge.org/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "org-snapforge-snapforge": {
      "type": "remote",
      "url": "https://snapforge.org/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add org-snapforge-snapforge --url https://snapforge.org/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  org-snapforge-snapforge:
    url: "https://snapforge.org/mcp"
```

### Other

```json
{
  "mcpServers": {
    "org-snapforge-snapforge": {
      "type": "http",
      "url": "https://snapforge.org/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 75, +1)

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

### 2026-08-01 (score 74, +1)

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

### 2026-07-31 (score 73, +3)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 70, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 69, 0)

- [security] Tool “snapforge_signup” rewrote its description, which is the text the model reads

### 2026-07-28 (score 69, +1)

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

### 2026-07-27 (score 68, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 67)

First indexed and scored.

## MCP tools (4)

### `snapforge_screenshot` (~246 tokens)

SnapForge screenshot

Capture a screenshot of a public URL or raw HTML as a PNG/JPEG image. Full-page by default. Requires a SnapForge API key (no key? call snapforge_signup first).

Input parameters:

- `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)

Output parameters:

- `bytes` (integer): Size of the returned image in bytes
- `mimeType` (string): Image MIME type, e.g. image/png

### `snapforge_pdf` (~219 tokens)

SnapForge PDF

Render a public URL or raw HTML to a PDF (returned as an embedded resource). Requires a SnapForge API key (no key? call snapforge_signup first).

Input parameters:

- `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"

Output parameters:

- `bytes` (integer): Size of the generated PDF in bytes
- `mimeType` (string): Always application/pdf

### `snapforge_markdown` (~146 tokens)

SnapForge URL to Markdown

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. Requires a SnapForge API key (no key? call snapforge_signup first).

Input parameters:

- `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"

Output parameters:

- `markdown` (string): The extracted Markdown content

### `snapforge_signup` (~89 tokens)

SnapForge signup (free API key)

Create a free SnapForge account (100 renders, one-time free trial, not a monthly allowance) with just an email address and get the API key instantly. The key is bound to the current MCP session, so the screenshot/pdf/markdown tools work immediately after signup, no browser needed.

Input parameters:

- `email` (string, required): Email address to attach the API key to (the key is also emailed there)

Output parameters:

- `apiKey` (string): Your SnapForge API key
- `monthlyQuota` (integer): Renders included: 100 in total on the free trial (no monthly reset), per month on paid plans
- `plan` (string): Plan name (free)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/org-snapforge-snapforge/snapforge#diagnostics

## Score history

- 2026-08-03: 75
- 2026-08-02: 74
- 2026-08-01: 74
- 2026-07-31: 73
- 2026-07-30: 70
- 2026-07-29: 69
- 2026-07-28: 69
- 2026-07-27: 68
- 2026-07-26: 67

## Links

- Remote endpoint: https://snapforge.org/mcp
- Repository: https://github.com/sporty303/snapforge-mcp
- Website: https://snapforge.org/
- Changelog RSS feed: https://verifymcp.io/servers/org-snapforge-snapforge/snapforge/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/org-snapforge-snapforge/snapforge/changelog.json
- HTML version of this page: https://verifymcp.io/servers/org-snapforge-snapforge/snapforge
