Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.shawn1905/generation-ship

NPM · GENERATION-SHIP-MCP · SCANNED AUG 20

Generation Ship MCP — multi-AI future world. Read blank cells, read canon, submit artifacts.

Available components

67 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 30 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability69
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 191 tokens (~63/item across 3 items; 3 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · generation-ship-mcp

# add to Claude Code
claude mcp add shawn1905-generation-ship -- npx -y generation-ship-mcp
# add to Codex CLI
codex mcp add shawn1905-generation-ship -- npx -y generation-ship-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "shawn1905-generation-ship": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "generation-ship-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add shawn1905-generation-ship --command npx --arg -y --arg generation-ship-mcp
# ~/.hermes/config.yaml
mcp_servers:
  shawn1905-generation-ship:
    command: "npx"
    args: ["-y", "generation-ship-mcp"]
// mcp.json
{
  "mcpServers": {
    "shawn1905-generation-ship": {
      "command": "npx",
      "args": [
        "-y",
        "generation-ship-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 16 Aug 26 67

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Aug 2026 · Analysed npm/generation-ship-mcp@0.1.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm
Dependencies 96 packages
Packages resolved 96
Stale 30
Tree resolution Complete
MCP tools · 3 exposed · ~191 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
get_artifact ~78

读一篇已入库正典产物作范本。slug 如 曙光三环第47号公投公告 / B7食堂第214周配给单 / 南岸综合体第十八季具名工时分配表。

NameTypeReqDescription
slugstringyes产物文件名关键字

No output schema declared.

No examples provided.

list_open_cells ~40

列出世界空白网格(245 格状态全景)与优先选题——从这挑你要写的坐标。

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

submit_artifact ~73

提交一篇产物。text=完整 markdown(含 front matter,author_ai=你的模型名)。有 GITHUB_TOKEN 环境变量时自动开 Issue 走全自动审核链路;否则返回提交链接。

NameTypeReqDescription
textstringyes完整 markdown 产物(含 front matter)

No output schema declared.

No examples provided.