# Shotpipe — Screenshots & OG Images (npm · shotpipe-mcp)

Screenshot any URL and see it, or mint a social card — hosted, SSRF-safe, cached. No Chrome to run.

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

## Components

- npm · `shotpipe-mcp`: 66/100 (this document), [markdown](https://verifymcp.io/servers/podop29-shotpipe-mcp/shotpipe-mcp.md), [page](https://verifymcp.io/servers/podop29-shotpipe-mcp/shotpipe-mcp)

## Channel facts

- Registry: `npm`
- Package: `shotpipe-mcp`
- Version: `0.1.1`
- Transport: `stdio`

## Trust breakdown

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

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 10 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 64/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 566 tokens (~283/item across 2 items; 2 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 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.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add podop29-shotpipe-mcp -- npx -y shotpipe-mcp
```

### Codex

```bash
codex mcp add podop29-shotpipe-mcp -- npx -y shotpipe-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "podop29-shotpipe-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "shotpipe-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add podop29-shotpipe-mcp --command npx --arg -y --arg shotpipe-mcp
```

### Hermes

```yaml
mcp_servers:
  podop29-shotpipe-mcp:
    command: "npx"
    args: ["-y", "shotpipe-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "podop29-shotpipe-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "shotpipe-mcp"
      ]
    }
  }
}
```

## 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 66, +3)

- [functional improvement] Stability: unverified → 0.23

### 2026-08-02 (score 63, +43)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] MCP protocol: unverified → pass
- [functional] Licence: MIT

### 2026-08-01 (score 20, +2)

- [security improvement] Malware scan: unverified → pass
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-31 (score 18, −25)

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

### 2026-07-27 (score 43)

First indexed and scored.

## MCP tools (2)

### `screenshot` (~342 tokens)

Screenshot any URL (including untrusted / user-submitted ones) and return the image so you can see it. Rendered by hosted headless Chrome — SSRF-hardened (a malicious URL cannot reach internal or cloud-metadata hosts) and cached (repeat captures are instant and free). Ad and cookie-consent banners are removed by default. Returns the image plus a permanent, shareable signed URL. Use format=pdf to render a PDF (returns a URL to download).

Input parameters:

- `block_ads` (boolean): Block ad/tracker requests. Default true.
- `block_banners` (boolean): Hide cookie-consent banners. Default true.
- `dark` (boolean): Emulate prefers-color-scheme: dark.
- `delay` (integer): Extra settle time in ms before capture.
- `dpr` (integer): Device pixel ratio (retina). Default 1.
- `format` (string): Output format. Default png.
- `fresh` (boolean): Bypass the cache and force a fresh render.
- `full_page` (boolean): Capture the full scrollable page, not just the viewport.
- `height` (integer): Viewport height in px. Default 630.
- `omit_background` (boolean): Transparent background (png only).
- `quality` (integer): JPEG quality 1-100 (format=jpeg only).
- `selector` (string): CSS selector — clip the shot to this element.
- `url` (string, required): The page URL to capture (http/https).
- `wait_for` (string): CSS selector to wait for before capturing.
- `width` (integer): Viewport width in px. Default 1200.

### `og_image` (~224 tokens)

Build a signed Open Graph (social card) image URL from a hosted template. By default returns the URL only and renders NOTHING — the image renders lazily the first time a social crawler fetches it, so agent/build time stays fast. Drop the URL into <meta property="og:image">. Pass render:true to also fetch a preview image now.

Input parameters:

- `accent` (string): Accent color hex, e.g. "#5ca9ff".
- `author` (string): Author / byline line.
- `dpr` (integer): Device pixel ratio. Default 1.
- `height` (integer): Height in px. Default 630.
- `logo` (string): Uploaded logo content hash.
- `render` (boolean): Also fetch and return a preview image now (default false: URL only).
- `tag` (string): Small tag / eyebrow text.
- `template` (string): Template name, e.g. "terminal".
- `title` (string, required): Card headline (required).
- `width` (integer): Width in px. Default 1200.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/podop29-shotpipe-mcp/shotpipe-mcp#diagnostics

## Score history

- 2026-08-03: 66
- 2026-08-02: 63
- 2026-08-01: 20
- 2026-07-31: 18
- 2026-07-30: 43
- 2026-07-28: 43
- 2026-07-27: 43

## Links

- npm package: https://www.npmjs.com/package/shotpipe-mcp
- Socket report: https://socket.dev/npm/package/shotpipe-mcp
- Repository: https://github.com/podop29/shotpipe-mcp
- Website: https://shotpipe.io/
- Changelog RSS feed: https://verifymcp.io/servers/podop29-shotpipe-mcp/shotpipe-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/podop29-shotpipe-mcp/shotpipe-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/podop29-shotpipe-mcp/shotpipe-mcp
