io.github.remoas/appstore-screenshots✓
io.github.remoas/appstore-screenshots · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.remoas/appstore-screenshots",
"description": "Generate professional App Store screenshots by matching any top app's style.",
"repository": {
"url": "https://github.com/remoas/app-store-screenshots",
"source": "github"
},
"version": "1.0.0",
"packages": [
{
"registryType": "npm",
"identifier": "appstore-screenshots-mcp",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your API key from https://appstorescreenshot.app/for-ai (optional for 1 free generation, required for unlimited)",
"format": "string",
"isSecret": true,
"name": "APPSTORE_SCREENSHOTS_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}