# PlacePack (npm · @martintoz/placepack-mcp)

Generate deterministic placeholder image URLs and packs for docs, staging, testing, and AI agents.

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

## Components

- remote · `placepack.top`: 66/100, [markdown](https://verifymcp.io/servers/top-placepack-placepack/placepack.md), [page](https://verifymcp.io/servers/top-placepack-placepack/placepack)
- npm · `@martintoz/placepack-mcp`: 64/100 (this document), [markdown](https://verifymcp.io/servers/top-placepack-placepack/martintoz-placepack-mcp.md), [page](https://verifymcp.io/servers/top-placepack-placepack/martintoz-placepack-mcp)

## Channel facts

- Registry: `npm`
- Package: `@martintoz/placepack-mcp`
- Version: `0.1.2`
- 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**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - No production dependencies, so there is no dependency health to assess.
- **Provenance & Transparency**: 19/100
  - Repository check failed: no source repository is declared.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 21 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 67/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 390 tokens (~78/item across 5 items; 3 tools + 2 resources), lean.
  - 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**: 88/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 63% 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 top-placepack-placepack -- npx -y @martintoz/placepack-mcp
```

### Codex

```bash
codex mcp add top-placepack-placepack -- npx -y @martintoz/placepack-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add top-placepack-placepack --command npx --arg -y --arg @martintoz/placepack-mcp
```

### Hermes

```yaml
mcp_servers:
  top-placepack-placepack:
    command: "npx"
    args: ["-y", "@martintoz/placepack-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "top-placepack-placepack": {
      "command": "npx",
      "args": [
        "-y",
        "@martintoz/placepack-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 64, +3)

- [functional improvement] Stability: unverified → 0.23

### 2026-08-02 (score 61, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-07-31 (score 46, −7)

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

### 2026-07-30 (score 53, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 71, +30)

- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Schema quality: unverified → 100
- [functional] First check of Schema quality: fair
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: pass
- [functional] First check of Tool coverage: 63

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

First indexed and scored.

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

## MCP tools (3)

### `placepack_list_presets` (~26 tokens)

List PlacePack presets

Return named PlacePack size presets with labels, specs, and default formats.

### `placepack_create_image` (~151 tokens)

Create a PlacePack image URL

Validate one size spec and return an embeddable PlacePack image URL, filename, Markdown, and HTML.

Input parameters:

- `bgColor` (string): Background hex color, with or without #.
- `format` (string)
- `padding` (number)
- `spec` (string, required): Size spec such as 800x600.svg, hero:1600x900, or thumb:420x247@2x.
- `strokeWidth` (number)
- `template` (string): Label template. Tokens: {alias}, {w}, {h}, {ratio}, {index}, {bg}, {color}.
- `textColor` (string): Label hex color, with or without #.

### `placepack_create_pack` (~179 tokens)

Create a PlacePack image pack manifest

Validate multiple size specs or one preset and return a manifest of generated PlacePack image URLs. Optionally inline a small SVG ZIP as base64.

Input parameters:

- `bgColor` (string): Background hex color, with or without #.
- `format` (string)
- `inlineZip` (boolean): Return a base64 ZIP for SVG packs with at most 10 files.
- `padding` (number)
- `preset` (string): Preset key such as og, developers, automation, or favicon.
- `sizes` (string): Newline-separated size specs.
- `strokeWidth` (number)
- `template` (string): Label template. Tokens: {alias}, {w}, {h}, {ratio}, {index}, {bg}, {color}.
- `textColor` (string): Label hex color, with or without #.

## Diagnostics

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

## Score history

- 2026-08-03: 64
- 2026-08-02: 61
- 2026-08-01: 46
- 2026-07-31: 46
- 2026-07-30: 53
- 2026-07-28: 71
- 2026-07-27: 71
- 2026-07-26: 41

## Links

- npm package: https://www.npmjs.com/package/@martintoz/placepack-mcp
- Socket report: https://socket.dev/npm/package/@martintoz/placepack-mcp
- Website: https://placepack.top/api-docs
- Changelog RSS feed: https://verifymcp.io/servers/top-placepack-placepack/martintoz-placepack-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/top-placepack-placepack/martintoz-placepack-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/top-placepack-placepack/martintoz-placepack-mcp
