Shipshots✓
io.github.gurkang/shipshots · v0.6.1
{}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.gurkang/shipshots",
"description": "Create App Store and Play Store screenshots with AI via MCP",
"title": "Shipshots",
"repository": {
"url": "https://github.com/gurkang/shipshots",
"source": "github",
"id": "1182346820",
"subfolder": "packages/mcp"
},
"version": "0.6.1",
"websiteUrl": "https://shipshots.app",
"packages": [
{
"registryType": "npm",
"identifier": "shipshots-mcp",
"version": "0.6.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Shipshots instance URL",
"isRequired": true,
"value": "https://shipshots.app",
"name": "SHIPSHOTS_API_URL"
},
{
"description": "API token from Dashboard > Settings > MCP Tokens",
"isRequired": true,
"isSecret": true,
"name": "SHIPSHOTS_API_TOKEN"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}