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

io.github.NOTTIBOY137/open-registry-poc

NPM · @NOTTIBOY1337/MCP-OPEN-REGISTRY-POC · SCANNED AUG 3

PoC: Open Registry supply chain — unvetted server listing (security research)

−6 this week 60 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 Security100
  • 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
  • No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency19
  • Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 181 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability40
  • AI-judged instruction clarity (poor).Fail
  • Tool/resource definitions use about 17 tokens (~17/item across 1 items; 1 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
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 · @nottiboy1337/mcp-open-registry-poc

# add to Claude Code
claude mcp add nottiboy137-open-registry-poc -- npx -y @nottiboy1337/mcp-open-registry-poc
# add to Codex CLI
codex mcp add nottiboy137-open-registry-poc -- npx -y @nottiboy1337/mcp-open-registry-poc
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "nottiboy137-open-registry-poc": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@nottiboy1337/mcp-open-registry-poc"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add nottiboy137-open-registry-poc --command npx --arg -y --arg @nottiboy1337/mcp-open-registry-poc
# ~/.hermes/config.yaml
mcp_servers:
  nottiboy137-open-registry-poc:
    command: "npx"
    args: ["-y", "@nottiboy1337/mcp-open-registry-poc"]
// mcp.json
{
  "mcpServers": {
    "nottiboy137-open-registry-poc": {
      "command": "npx",
      "args": [
        "-y",
        "@nottiboy1337/mcp-open-registry-poc"
      ]
    }
  }
}
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.

  • 3 Aug 26 +3
    • Stability: unverified → 0.23 functional
  • 2 Aug 26 +15
    • Malware scan: unverified → pass security
  • 1 Aug 26 −6
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 +25
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: poor functional
    • First check of Schema quality: pass functional
    • First check of Schema quality: fail functional
  • 26 Jul 26 41

    First indexed and scored.

    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
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 3 Aug 2026 · Analysed npm/@nottiboy1337/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 0 packages

0 packages in the resolved dependency tree.

MCP tools — 1 exposed · ~17 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
hello ~17

PoC tool for open registry supply chain research.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.