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.

PlacePack

NPM · @MARTINTOZ/PLACEPACK-MCP · 2 COMPONENTS · SCANNED AUG 3

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

−7 this week 64 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 Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency19
Schema Quality & AI Usability67
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 390 tokens (~78/item across 5 items; 3 tools + 2 resources), lean.Pass
  • 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 Coverage88
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 63% of tool parameters carry a description.Partial
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 · @martintoz/placepack-mcp

# add to Claude Code
claude mcp add top-placepack-placepack -- npx -y @martintoz/placepack-mcp
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add top-placepack-placepack --command npx --arg -y --arg @martintoz/placepack-mcp
# ~/.hermes/config.yaml
mcp_servers:
  top-placepack-placepack:
    command: "npx"
    args: ["-y", "@martintoz/placepack-mcp"]
// mcp.json
{
  "mcpServers": {
    "top-placepack-placepack": {
      "command": "npx",
      "args": [
        "-y",
        "@martintoz/placepack-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 +3
    • Stability: unverified → 0.23 functional
  • 2 Aug 26 +15
    • Malware scan: unverified → pass security
  • 31 Jul 26 −7
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 +30
    • Tool coverage: unverified → 100 functional
    • 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 functional
  • 26 Jul 26 41

    First indexed and scored.

    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
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/@martintoz/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 0 packages

0 packages in the resolved dependency tree.

MCP tools — 3 exposed · ~356 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
placepack_create_image ~151

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

NameTypeReqDescription
bgColorstringBackground hex color, with or without #.
formatstring
paddingnumber
specstringyesSize spec such as 800x600.svg, hero:1600x900, or thumb:420x247@2x.
strokeWidthnumber
templatestringLabel template. Tokens: {alias}, {w}, {h}, {ratio}, {index}, {bg}, {color}.
textColorstringLabel hex color, with or without #.

No output schema declared.

No examples provided.

placepack_create_pack ~179

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

NameTypeReqDescription
bgColorstringBackground hex color, with or without #.
formatstring
inlineZipbooleanReturn a base64 ZIP for SVG packs with at most 10 files.
paddingnumber
presetstringPreset key such as og, developers, automation, or favicon.
sizesstringNewline-separated size specs.
strokeWidthnumber
templatestringLabel template. Tokens: {alias}, {w}, {h}, {ratio}, {index}, {bg}, {color}.
textColorstringLabel hex color, with or without #.

No output schema declared.

No examples provided.

placepack_list_presets ~26

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.