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
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 3 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add mtbun-storeshots-mcp -- npx -y storeshots-mcp
codex mcp add mtbun-storeshots-mcp -- npx -y storeshots-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"mtbun-storeshots-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"storeshots-mcp"
],
"enabled": true
}
}
} openclaw mcp add mtbun-storeshots-mcp --command npx --arg -y --arg storeshots-mcp
mcp_servers:
mtbun-storeshots-mcp:
command: "npx"
args: ["-y", "storeshots-mcp"] {
"mcpServers": {
"mtbun-storeshots-mcp": {
"command": "npx",
"args": [
"-y",
"storeshots-mcp"
]
}
}
} 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.
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.
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.
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.
| Name | Type | Req | Description |
|---|---|---|---|
| background | string | yes | Brand background color as 6-digit hex, e.g. "#E31837" |
| descriptor | string | yes | What the user achieves, 2-5 words, e.g. "YOUR DAILY MOOD" |
| frame | object | — | Custom 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. |
| lang | string | — | BCP-47 language code for locale-aware uppercasing, e.g. "en", "tr", "de" |
| noGradient | boolean | — | Disable the subtle background gradient |
| output | string | yes | Path for the composed PNG output |
| preset | string | yes | Platform preset id |
| screenshot | string | yes | Path to the raw app screenshot (PNG or JPEG) |
| variant | string | — | Composition 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… |
| verb | string | yes | Bold 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.
| Name | Type | Req | Description |
|---|---|---|---|
| background | string | — | Strip background color, 6-digit hex |
| inputs | array | yes | Paths of generated screenshots, in display order |
| itemHeight | integer | — | — |
| output | string | yes | Path 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.
| Name | Type | Req | Description |
|---|---|---|---|
| background | string | yes | Brand background color as 6-digit hex, e.g. "#E31837" |
| frame | object | — | Custom 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. |
| items | array | yes | Ordered list of screenshots to render |
| lang | string | — | BCP-47 language code for locale-aware uppercasing, e.g. "en", "tr", "de" |
| noGradient | boolean | — | — |
| outputDir | string | yes | Directory for the set; files are named {lang}_{nn}.png in item order |
| panorama | object | — | Turn 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… |
| preset | string | yes | Platform preset id |
| variant | string | — | Composition 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.
| Name | Type | Req | Description |
|---|---|---|---|
| file | string | yes | Path of the image to validate |
| preset | string | — | Optional preset id to validate against |
No output schema declared.
No examples provided.