Store Screenshot Generator MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_screenshotA | Generate a Store ScreenShot with text overlay and iPhone mockup. FREE PLAN: 3 screenshots/day, watermark, limited presets (purple, dark), iPhone 15 Pro Max only PRO PLAN ($4.9/mo): Unlimited, no watermark, all presets & devices, batch generation, custom colors |
| generate_batch_screenshotsB | Generate multiple screenshots at once (PRO feature - $4.9/mo) |
| subscription_statusB | Check your current subscription status and usage |
| activate_subscriptionC | Activate a Pro subscription with your purchase email |
| deactivate_subscriptionB | Deactivate your current subscription on this device |
| refresh_subscriptionA | Refresh subscription status from server (checks if still active) |
| list_presetsB | List available color presets for your plan |
| list_devicesB | List available device mockups for your plan |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Each tool has a clearly distinct purpose with no ambiguity: subscription management (activate, deactivate, refresh, status), screenshot generation (single and batch), and resource listing (devices and presets). The descriptions clearly differentiate between free and Pro features, preventing misselection.
All tools follow a consistent verb_noun pattern with snake_case naming (e.g., activate_subscription, generate_screenshot, list_devices). The naming is predictable and readable throughout the entire set, with no deviations in style or convention.
With 8 tools, the count is well-scoped for the server's purpose of generating store screenshots with subscription management. Each tool earns its place by covering essential operations like generation, resource listing, and subscription lifecycle without being excessive or insufficient.
The tool set provides complete coverage for the domain: CRUD-like subscription management (activate, deactivate, refresh, status), core screenshot generation (single and batch), and resource discovery (devices and presets). There are no obvious gaps, and agents can handle the full workflow from setup to generation.