Skip to main content
Glama
mtbun

storeshots-mcp

by mtbun

storeshots-mcp

Ship App Store and Google Play screenshots without opening a design tool.

storeshots-mcp turns raw app screenshots into finished store-listing visuals — device frames, benefit-driven headlines, brand backgrounds, and exact store dimensions for iOS and Android. It runs as an MCP server, so the AI agent you already use writes and translates the copy while storeshots renders the pixels. No design tool, no subscription, no API keys.


The idea

Store screenshots are two jobs pretending to be one. There's a creative job (what to say, which screen sells which feature, how to phrase it in six languages) and a production job (frames, typography, exact pixel dimensions, no alpha channel). Design tools make you do both by hand; screenshot SaaS locks the production job behind a subscription.

storeshots-mcp splits them and gives each to whatever is best at it:

Your AI agent decides

storeshots renders

Which screens to feature

Device frames at exact scale

The headline for each one

Typography, contrast, and layout

Idiomatic translations

Correct casing per language (Turkish İ, German ß)

Brand color and order

Deterministic PNGs at exact store dimensions

Because the render path is pure and local, the same inputs always produce the same pixels — no model in the loop, nothing uploaded anywhere.

Related MCP server: apple-photos-mcp

Install

Claude Code

claude mcp add storeshots -- npx -y storeshots-mcp

Cursor / Windsurf / Claude Desktop / Antigravity / VS Code — add to your MCP config:

{
  "mcpServers": {
    "storeshots": { "command": "npx", "args": ["-y", "storeshots-mcp"] }
  }
}

Codex CLI — add to ~/.codex/config.toml:

[mcp_servers.storeshots]
command = "npx"
args = ["-y", "storeshots-mcp"]

It's a plain stdio MCP server with zero client-specific behavior, so it works in any MCP-capable agent. No server at all? The same engine is a CLI: npx storeshots --help.

Use it

Point your agent at your raw screenshots and describe the set you want:

"Take the screenshots in ./raw-shots and generate a full App Store and Play Store set. Brand color #E31837, 6 screenshots, English and Turkish."

The agent reads the screens, writes the headlines, and calls generate_set once per platform and language. You get back finished PNGs, already the right size, ready to upload. Ask for changes in plain language and it re-renders only what moved.

What it produces

5 presets, each at the exact size its store requires:

Preset

Store

Dimensions

ios-phone

App Store, iPhone 6.9"

1320 × 2868

android-phone

Google Play, phone

1080 × 1920

ipad-13

App Store, iPad Pro 13"

2064 × 2752

android-tablet

Google Play, 10" tablet

1600 × 2560

play-feature-graphic

Google Play feature graphic

1024 × 500

And the finishing touches that make a set look designed:

  • Built-in device frames — iPhone (dynamic island), Pixel-style Android (punch hole), iPad, and tablet, drawn programmatically at exact scale. Bring your own with custom frames.

  • Layout variantstext-top, text-bottom, and tilted; mix them across a set so it doesn't look like one template copied six times.

  • Panoramic sets — one gradient flowing continuously across every panel, so the row reads as a single image in the store. See panoramas.

  • Benefit-first headlines — a bold verb plus a short descriptor, auto-uppercased with locale-correct special characters and contrast-aware color.

  • Showcase composer — one wide preview image of the whole set for your repo, launch post, or client deck.

Every output is flattened to remove the alpha channel that App Store Connect rejects, and validated against its preset before it's written.

Tools

Tool

What it does

list_presets

List every preset with its store and exact dimensions

compose_screenshot

Render one screenshot (background, frame, headline, source image)

generate_set

Batch-render an ordered set for one platform + language; supports panoramas

create_showcase

Stitch generated screenshots into one preview strip

validate_screenshot

Check an image against store dimension and format rules

Each tool returns file paths plus a structured summary, so the agent can review and iterate.

Multi-language sets

Translation lives in the agent, not the server. Generate English once, then:

"Now do the same set in Turkish and German."

The agent translates each headline idiomatically; storeshots renders it with correct locale casing. Files follow a predictable convention:

output/
  en/ios-phone/en_01.png … en_06.png
  tr/ios-phone/tr_01.png … tr_06.png
  de/android-phone/de_01.png … de_06.png

Panoramic sets

Pass panorama to generate_set and the per-panel solid background becomes one horizontal gradient sliced across the whole set — so placed side by side in the store, the screenshots form a single continuous image.

// generate_set arguments
{
  "preset": "ios-phone",
  "background": "#27AF99",           // gradient start
  "panorama": { "to": "#1E3A8A" },   // gradient end, flowing across all panels
  "outputDir": "output/en/ios-phone",
  "items": [ /* one entry per screenshot */ ]
}

Custom frames

Prefer a specific device look? Supply your own frame PNG (transparent where the screen shows through) and the pixel rectangle the screenshot fills:

{
  "frame": {
    "image": "./frames/iphone-16-pro.png",
    "screenX": 40, "screenY": 40,
    "screenWidth": 1080, "screenHeight": 2280
  }
}

Works on compose_screenshot and as a set-wide option on generate_set; omit it to use the built-in frames.

Claude Code skill (optional)

The tools work on their own, but the bundled skill adds a guided workflow — benefit discovery from your codebase, headline approval before rendering, per-language sets, and upload guidance:

mkdir -p ~/.claude/skills/storeshots
curl -o ~/.claude/skills/storeshots/SKILL.md \
  https://raw.githubusercontent.com/mtbun/storeshots-mcp/main/skill/SKILL.md

Then ask Claude Code for "store screenshots for this app" and it walks the whole flow.

Design principles

  1. Deterministic — no AI image generation in the render path; same input, same pixels.

  2. Zero config — no API keys, no accounts, fully offline.

  3. Store-correct by construction — dimensions are enforced and validated, not suggested.

  4. Agent-native — tools expose structured data; the copywriting stays in the model where it belongs.

Roadmap

  • Claude Code skill with a guided benefit-discovery workflow

  • Play Store feature graphic preset (1024 × 500)

  • Layout variants — text-top, text-bottom, tilted

  • Custom device frames

  • Panoramic sets

  • App preview video frames

  • More stores (Mac App Store, Chrome Web Store)

Contributing

Issues and PRs welcome. AGENTS.md documents the architecture and conventions, for human contributors and coding agents alike.

License

MIT

Available Tools

5 tools
compose_screenshotA

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
langNoBCP-47 language code for locale-aware uppercasing, e.g. "en", "tr", "de"en
verbYesBold action word for the headline, 1-2 words, e.g. "TRACK"
frameNoCustom 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.
outputYesPath for the composed PNG output
presetYesPlatform preset id
variantNoComposition 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 device rotated. Vary it across a set so the screenshots do not all look identical.text-top
backgroundYesBrand background color as 6-digit hex, e.g. "#E31837"
descriptorYesWhat the user achieves, 2-5 words, e.g. "YOUR DAILY MOOD"
noGradientNoDisable the subtle background gradient
screenshotYesPath to the raw app screenshot (PNG or JPEG)

TDQS

A4/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the burden of disclosing behavior. It mentions auto-uppercasing and exact store dimensions, which is helpful, but it does not disclose file writing/overwriting behavior, error conditions, or dependence on preset availability. More detail would improve transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences with no fluff. It front-loads the core purpose and lists the key composing elements efficiently. Every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a 10-parameter tool with a nested frame object and enums, the description provides a coherent overview of the composition process and output characteristics, while the schema details the parameters. It is complete enough for a straightforward usage scenario, though it omits some behavioral edge cases.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds semantic context by explaining that the headline is composed of verb + descriptor, auto-uppercased for the language, and that output dimensions depend on the chosen preset. This helps connect the parameters meaningfully.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: 'Renders one store-ready marketing screenshot' with specific components (brand background, headline, device frame). It distinguishes from sibling tools like generate_set by emphasizing singular output ('one screenshot').

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for a single screenshot but provides no explicit guidance on when to choose this tool over alternatives like generate_set. No exclusions or alternative references are given, so usage context is implied but not clearly defined.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

create_showcaseA

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
inputsYesPaths of generated screenshots, in display order
outputYesPath for the showcase PNG
backgroundNoStrip background color, 6-digit hex#f2f2f5
itemHeightNo

TDQS

A4/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries full burden. It adds the behavioral note about relaying the `note` field once, but does not disclose write semantics, error handling, or prerequisites (e.g., that inputs must be generated screenshots). Some transparency is provided, but gaps remain.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with the core purpose, and every sentence adds value. No redundant or wasteful text.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema and no annotations, the description covers the tool's purpose, typical use, and a key behavioral instruction (note field). It lacks detail on return value structure beyond the note, but schema covers parameters well. Fairly complete for its complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds meaning beyond the schema by specifying inputs are 'generated screenshots' and explaining the `note` field in the result. Schema descriptions are already detailed, so the description adds contextual use-case info, earning above baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool 'composes a horizontal preview strip from generated screenshots' with specific use cases (READMEs, decks, social posts), which is a specific verb-resource combination. This distinguishes it from siblings like compose_screenshot (single screenshot) and generate_set (set generation).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides context ('for READMEs, decks, and social posts') and mentions a note field to relay, implying post-compose use. However, it does not explicitly state when to use this tool versus alternatives (e.g., compose_screenshot) or when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

generate_setA

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

ParametersJSON Schema
NameRequiredDescriptionDefault
langNoBCP-47 language code for locale-aware uppercasing, e.g. "en", "tr", "de"en
frameNoCustom 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.
itemsYesOrdered list of screenshots to render
presetYesPlatform preset id
variantNoComposition 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 device rotated. Vary it across a set so the screenshots do not all look identical.text-top
panoramaNoTurn 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 backgrounds.
outputDirYesDirectory for the set; files are named {lang}_{nn}.png in item order
backgroundYesBrand background color as 6-digit hex, e.g. "#E31837"
noGradientNo

TDQS

A3.9/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden. It discloses the output naming convention and return structure ('per-item results plus any warnings'), which is useful. However, it does not explicitly state that files are written to disk, nor does it describe failure/partial-failure behavior, leaving gaps for a write operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded with the core action. Each sentence earns its place: the first states purpose, the second provides naming and return behavior. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is complex (9 params, nested objects, no output schema), and the description gives the essential purpose but not enough to fully understand the return format or edge cases. It mentions per-item results and warnings, but not specifics. Schema covers parameters well, so the description need not repeat that; however, the lack of output schema makes the return description feel thin.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 89%, so the baseline is 3. The description adds the naming convention (Item N becomes {lang}_{NN}.png), but this is already captured in the outputDir schema description. It does not add further meaning to parameters beyond what the schema provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb and resource: 'Batch-renders an ordered screenshot set for one preset and language.' It distinguishes from siblings by emphasizing 'set' and 'batch,' which contrasts with single-render tools like compose_screenshot.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context: it is used for batch rendering of multiple screenshots at once, scoped to one preset and language. However, it does not explicitly mention alternatives or when not to use it, so it misses the highest bar.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

list_presetsA

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.6/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description indicates a read-only operation by stating 'Returns...', which implies no side effects. No annotations exist, but the description adequately covers the behavior for this simple list tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two concise sentences that front-load the purpose and usage guidance, with no wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, the description explains what is returned (store, exact dimensions, layout metrics) and provides usage context. Minor gap: could elaborate on 'platform presets', but sufficient for typical use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

No parameters in the schema, so the description does not need to add parameter details. The baseline score of 4 is appropriate as the description adds no redundancy.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool returns 'all supported platform presets' with specific details (store, dimensions, metrics), distinguishing it from sibling tools like compose_screenshot or generate_set which are about creation, not listing.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly advises 'Call this first to decide which presets to generate', providing clear guidance on when to use this tool relative to other operations.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

validate_screenshotA

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
fileYesPath of the image to validate
presetNoOptional preset id to validate against

TDQS

A4.1/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Discloses key checks (dimensions, format, alpha channel) and behavior without a preset ID, but does not mention side effects, permissions, or error responses. With no annotations, more depth on return values or edge cases would be beneficial.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two concise, front-loaded sentences with no filler. Every phrase contributes meaningful information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Provides behavioral details but lacks output format or success/failure indicators. Given no output schema, the description should more clearly state what the tool returns on validation pass or failure.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema covers both parameters fully. Description adds functional context for 'preset' (reports matching preset when omitted), enhancing understanding beyond the schema alone.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Describes a specific verb ('checks') and resource ('image against store requirements'), and distinguishes from siblings by detailing validation criteria (dimensions, format, alpha channel) and behavior without a preset ID.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Clearly indicates when to use the tool (for validation against store requirements), but lacks explicit exclusionary guidance or comparison to sibling tools like 'list_presets' or 'compose_screenshot'.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 2 tool updatesv0.4.0
    • Changedcompose_screenshot2 fields changed
      • addedInput schema / properties / frame
        Added value: +{
        +  "additionalProperties": false,
        +  "description": "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.",
        +  "properties": {
        +    "image": {
        +      "description": "Path to a transparent PNG device frame",
        +      "type": "string"
        +    },
        +    "screenHeight": {
        +      "description": "Screen rectangle height in the frame image, px",
        +      "exclusiveMinimum": 0,
        +      "type": "integer"
        +    },
        +    "screenWidth": {
        +      "description": "Screen rectangle width in the frame image, px",
        +      "exclusiveMinimum": 0,
        +      "type": "integer"
        +    },
        +    "screenX": {
        +      "description": "Left of the screen rectangle in the frame image, px",
        +      "type": "integer"
        +    },
        +    "screenY": {
        +      "description": "Top of the screen rectangle in the frame image, px",
        +      "type": "integer"
        +    }
        +  },
        +  "required": [
        +    "image",
        +    "screenX",
        +    "screenY",
        +    "screenWidth",
        +    "screenHeight"
        +  ],
        +  "type": "object"
        +}
      • addedInput schema / properties / variant
        Added value: +{
        +  "default": "text-top",
        +  "description": "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 device rotated. Vary it across a set so the screenshots do not all look identical.",
        +  "enum": [
        +    "text-top",
        +    "text-bottom",
        +    "tilted"
        +  ],
        +  "type": "string"
        +}
    • Changedgenerate_set4 fields changed
      • addedInput schema / properties / frame
        Added value: +{
        +  "additionalProperties": false,
        +  "description": "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.",
        +  "properties": {
        +    "image": {
        +      "description": "Path to a transparent PNG device frame",
        +      "type": "string"
        +    },
        +    "screenHeight": {
        +      "description": "Screen rectangle height in the frame image, px",
        +      "exclusiveMinimum": 0,
        +      "type": "integer"
        +    },
        +    "screenWidth": {
        +      "description": "Screen rectangle width in the frame image, px",
        +      "exclusiveMinimum": 0,
        +      "type": "integer"
        +    },
        +    "screenX": {
        +      "description": "Left of the screen rectangle in the frame image, px",
        +      "type": "integer"
        +    },
        +    "screenY": {
        +      "description": "Top of the screen rectangle in the frame image, px",
        +      "type": "integer"
        +    }
        +  },
        +  "required": [
        +    "image",
        +    "screenX",
        +    "screenY",
        +    "screenWidth",
        +    "screenHeight"
        +  ],
        +  "type": "object"
        +}
      • addedInput schema / properties / items / items / properties / variant
        Added value: +{
        +  "description": "Per-item composition variant; falls back to the set-level variant",
        +  "enum": [
        +    "text-top",
        +    "text-bottom",
        +    "tilted"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / panorama
        Added value: +{
        +  "additionalProperties": false,
        +  "description": "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 backgrounds.",
        +  "properties": {
        +    "to": {
        +      "description": "End color of the panoramic gradient (6-digit hex)",
        +      "type": "string"
        +    }
        +  },
        +  "required": [
        +    "to"
        +  ],
        +  "type": "object"
        +}
      • addedInput schema / properties / variant
        Added value: +{
        +  "default": "text-top",
        +  "description": "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 device rotated. Vary it across a set so the screenshots do not all look identical.",
        +  "enum": [
        +    "text-top",
        +    "text-bottom",
        +    "tilted"
        +  ],
        +  "type": "string"
        +}
  2. 5 tool updatesv0.1.0
    • First observedcompose_screenshot
    • First observedcreate_showcase
    • First observedgenerate_set
    • First observedlist_presets
    • First observedvalidate_screenshot

TDQS

A4.2/5.0
Disambiguation5/5

Each tool has a clearly distinct role: listing presets, composing a single screenshot, generating a batch, creating a showcase strip, and validating an image. There is no overlap in purpose, and the descriptions reinforce these boundaries.

Naming Consistency4/5

All tool names follow a snake_case verb_noun pattern, but the verbs are mixed in style (list, compose, generate, create, validate). While 'compose' and 'generate' are near-synonyms, the noun targets differ enough to avoid confusion. Minor inconsistency but overall predictable.

Tool Count5/5

Five tools is well-scoped for a specialized domain. Each tool addresses a distinct step in the screenshot generation workflow, and none feel redundant or missing. This is an ideal size for a focused MCP server.

Completeness5/5

The tool surface covers the full lifecycle: discovery (list_presets), creation (compose_screenshot, generate_set), presentation (create_showcase), and verification (validate_screenshot). There are no obvious gaps for the stated purpose of generating store-ready marketing screenshots.

Maintenance

ActivitySlowing
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mtbun/storeshots-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server