MCP server for generating App Store screenshots via AppScreenshotStudio
Drift inferred · capture-to-capture
No drift recorded — single capability capture; advisories appear once its surface changes.
transport stdio
verified
reported
listed in the official MCP registry counts 9 tools · 0 res
· 0 prompts
permission surface via code analysis
tools
-
edit-screenshots
-
generate-background
-
generate-panoramic-background
-
generate-screenshots
-
get-project
-
list-devices
-
prepare-screenshot-brief
-
render-screenshots
-
upload-screenshots
prompt-surface
shipped agent-instruction files + hidden-content / dangerous-code findings —
quoted from the analyzed source
analyzed v0.6.3 · analyzer v33 · 4w ago
skills & prompt files 1
evidence-backed
findings quoted directly from the published source artifact — not inferred
code files: 2
filesystem 1
- fs package/dist/index.js :5
import { existsSync, mkdirSync, copyFileSync, readFileSync } from 'node:fs';
network 1
- net package/dist/index.js :77
const res = await fetch(`${API_BASE}${path}`, {
secrets 1
- secrets package/dist/index.js :29
const API_KEY = process.env.APPSCREENSHOTSTUDIO_API_KEY;
tool registrations 9
- generate-screenshots package/dist/index.js :204
- edit-screenshots package/dist/index.js :350
- render-screenshots package/dist/index.js :468
- list-devices package/dist/index.js :515
- get-project package/dist/index.js :536
- generate-background package/dist/index.js :588
- generate-panoramic-background package/dist/index.js :627
- prepare-screenshot-brief package/dist/index.js :675
- upload-screenshots package/dist/index.js :865
install hooks 1
- prepublishOnly package/package.json :31
npm run build
declared dependencies 4
- @modelcontextprotocol/sdk@^1.27.1
- zod@^3.25.67
- @types/node@^22.0.0
- typescript@^5.8.0