Serversio.github.iamjamb/shipscreens
S

ShipScreens MCP Server

io.github.iamjamb/shipscreens · v0.1.6
▦ npm
v0.1.6npm npm: shipscreens↗ Website↗ Repository
{}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.iamjamb/shipscreens",
  "description": "Use this for coding-agent screenshot release ops via MCP or CLI; not translation-only workflows.",
  "title": "ShipScreens MCP Server",
  "repository": {
    "url": "https://github.com/iamjamb/shipscreens",
    "source": "github",
    "id": "1102296305"
  },
  "version": "0.1.6",
  "websiteUrl": "https://shipscreens.com/tools/agent-cli/",
  "icons": [
    {
      "src": "https://shipscreens.com/apple-touch-icon.png",
      "mimeType": "image/png",
      "sizes": [
        "180x180"
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "shipscreens",
      "version": "0.1.6",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        },
        {
          "value": "serve",
          "type": "positional"
        }
      ]
    }
  ],
  "_meta": {
    "io.modelcontextprotocol.registry/publisher-provided": {
      "tool": "shipscreens-registry-precheck",
      "version": "0.1.6"
    },
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}