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.barneywohl/hugging-bay

NPM · HUGGING-BAY-MCP · 2 COMPONENTS · SCANNED AUG 3

Verified open AI artifact search, trust evidence, downloads, and agent workflows from Hugging Bay.

−4 this week 58 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 20 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability43
  • AI-judged instruction clarity (poor).Fail
  • Tool/resource definitions use about 5178 tokens (~50/item across 102 items; 102 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 Coverage68
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 3% of tool parameters carry a description.Partial
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 · hugging-bay-mcp

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

  • 3 Aug 26 +4
    • Stability: unverified → 0.23 functional
  • 2 Aug 26 +15
    • Malware scan: unverified → pass security
  • 31 Jul 26 −5
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 +21
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: poor functional
    • First check of Schema quality: fail functional
    • First check of Tool coverage: 3 functional
    • First check of Schema quality: pass 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/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 0 packages

0 packages in the resolved dependency tree.

MCP tools — 102 exposed · ~5,178 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
submit_artifact_review ~97

Submit a bounded public review or verified-run attestation after using an artifact.

NameTypeReqDescription
bodystringyes
evidenceobject
idstringyes
ratingnumberyes
reviewerstring
titlestring
toolstring
verifiedFilesarray
verifiedRunboolean
versionstring

No output schema declared.

No examples provided.

update_mirror ~41

Update a mirror node health state. Requires HUGGING_BAY_TOKEN with admin role.

NameTypeReqDescription
healthstring
idstringyes

No output schema declared.

No examples provided.