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.

io.github.mtbun/storeshots-mcp

NPM · STORESHOTS-MCP · SCANNED AUG 3

Render store-ready App Store and Google Play screenshots: device frames, headlines, exact sizes.

Available components

+37 this week 61 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 Security70
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects sharp 0.34.5, a direct dependency. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (125 of 129), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability64
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 819 tokens (~163/item across 5 items; 5 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 Coverage97
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 92% 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 · storeshots-mcp

# add to Claude Code
claude mcp add mtbun-storeshots-mcp -- npx -y storeshots-mcp
# add to Codex CLI
codex mcp add mtbun-storeshots-mcp -- npx -y storeshots-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mtbun-storeshots-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "storeshots-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add mtbun-storeshots-mcp --command npx --arg -y --arg storeshots-mcp
# ~/.hermes/config.yaml
mcp_servers:
  mtbun-storeshots-mcp:
    command: "npx"
    args: ["-y", "storeshots-mcp"]
// mcp.json
{
  "mcpServers": {
    "mtbun-storeshots-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "storeshots-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.

  • 2 Aug 26 +42
    • GHSA-f88m-g3jw-g9cj affects this package: high security
    • Known CVEs: unverified → fail security
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Schema quality: unverified → good functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Stability: unverified → 0.20 functional
    • MCP protocol: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 −7
    • Stability: 0.13 → unverified security
    • Capabilities: pass → unverified functional
  • 31 Jul 26 +20
    • 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 −40
    • Malware scan: pass → unverified security
    • Tool coverage: 100 → unverified functional
    • Package version: 0.2.1 → 0.4.0 functional
  • 28 Jul 26 +22
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: unverified functional
    • First check of Schema quality: pass functional
    • First check of Tool coverage: 90 functional
  • 27 Jul 26 24

    First indexed and scored.

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/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-f88m-g3jw-g9cj high yes
Dependencies 125 packages

125 packages in the resolved dependency tree · 125 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 5 exposed · ~819 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
compose_screenshot ~313

Renders one store-ready marketing screenshot: brand background, headline (verb + descriptor, auto-uppercased for the given language), and the app screenshot inside a device frame. Output has exact store dimensions for the chosen preset.

NameTypeReqDescription
backgroundstringyesBrand background color as 6-digit hex, e.g. "#E31837"
descriptorstringyesWhat the user achieves, 2-5 words, e.g. "YOUR DAILY MOOD"
frameobjectCustom device frame. Supply your own frame PNG and the pixel rectangle where the screenshot goes; overrides the built-in frame. Omit to use the built-in frame.
langstringBCP-47 language code for locale-aware uppercasing, e.g. "en", "tr", "de"
noGradientbooleanDisable the subtle background gradient
outputstringyesPath for the composed PNG output
presetstringyesPlatform preset id
screenshotstringyesPath to the raw app screenshot (PNG or JPEG)
variantstringComposition variant (portrait presets only): text-top = headline above a device that bleeds off the bottom; text-bottom = whole device visible with the headline underneath; tilted = text-top with the…
verbstringyesBold action word for the headline, 1-2 words, e.g. "TRACK"

No output schema declared.

No examples provided.

create_showcase ~101

Composes a horizontal preview strip from generated screenshots, for READMEs, decks, and social posts. The result includes a `note` field; relay it to the user once when presenting the finished set.

NameTypeReqDescription
backgroundstringStrip background color, 6-digit hex
inputsarrayyesPaths of generated screenshots, in display order
itemHeightinteger
outputstringyesPath for the showcase PNG

No output schema declared.

No examples provided.

generate_set ~302

Batch-renders an ordered screenshot set for one preset and language. Item N becomes {lang}_{NN}.png. Returns per-item results plus any warnings.

NameTypeReqDescription
backgroundstringyesBrand background color as 6-digit hex, e.g. "#E31837"
frameobjectCustom device frame. Supply your own frame PNG and the pixel rectangle where the screenshot goes; overrides the built-in frame. Omit to use the built-in frame.
itemsarrayyesOrdered list of screenshots to render
langstringBCP-47 language code for locale-aware uppercasing, e.g. "en", "tr", "de"
noGradientboolean
outputDirstringyesDirectory for the set; files are named {lang}_{nn}.png in item order
panoramaobjectTurn the set into one continuous background: a horizontal gradient from `background` to `panorama.to` flows across all panels, so they line up as a single image in the store. Omit for solid per-panel…
presetstringyesPlatform preset id
variantstringComposition variant (portrait presets only): text-top = headline above a device that bleeds off the bottom; text-bottom = whole device visible with the headline underneath; tilted = text-top with the…

No output schema declared.

No examples provided.

list_presets ~36

Returns all supported platform presets with their store, exact output dimensions, and layout metrics. Call this first to decide which presets to generate.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

validate_screenshot ~67

Checks an image against store requirements: exact preset dimensions, PNG/JPEG format, no alpha channel. Without a preset id, reports which preset the dimensions match.

NameTypeReqDescription
filestringyesPath of the image to validate
presetstringOptional preset id to validate against

No output schema declared.

No examples provided.