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.

BIGHUB

NPM · @BIGHUB/BIGHUB-MCP · SCANNED AUG 4

Decision learning for AI agent actions. Evaluate, score, decide, and learn from outcomes.

Available components

+15 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 Security83
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known medium-severity CVE affects hono 4.12.33, reached via @modelcontextprotocol/sdk > hono. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability37
  • AI-judged instruction clarity (poor).Fail
  • Tool/resource definitions use about 5931 tokens (~47/item across 125 items; 125 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management30
  • Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage75
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 11% of tool parameters carry a description.Partial
  • Structured output schemas are declared (64% of tools); any adoption earns full credit.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 · @bighub/bighub-mcp

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

  • 4 Aug 26 −1
    • CVE-2026-69207 affects this package: medium security
    • Known CVEs: partial → fail security
  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +10
    • Known CVEs: unverified → partial security
    • Stability: unverified → 0.23 functional
    • Dependency health: unverified → partial functional
  • 1 Aug 26 +15
    • Malware scan: unverified → pass security
  • 31 Jul 26 −3
    • 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 −30
    • Known CVEs: partial → unverified security
    • Malware scan: pass → unverified security
    • Dependency health: partial → unverified functional
  • 29 Jul 26 +23
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Schema quality: unverified → poor functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Licence: MIT functional
  • 27 Jul 26 43

    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 4 Aug 2026 · Analysed npm/@bighub/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-8j4g-w8fx-2239 CVE-2026-69207 medium CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L yes
Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 125 exposed · ~5,931 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
bighub_precedents_signals ~66

Get aggregated precedent signals for an action.

NameTypeReqDescription
actionstringyes
actor_typestring
axesobject
domainstringyes
risk_scorenumber
toolstring

Structured output declared, but exposes no named fields.

No examples provided.

bighub_precedents_stats ~18

Get precedent engine statistics.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

bighub_retrieval_compare ~120

Compare two retrieval strategies on the same query. Returns scored results, risk level, confidence, and stability for each strategy.

NameTypeReqDescription
actionstring
actor_typestring
axesobjectRisk axes as {axis_name: score}
domainstring
intentstring
risk_scorenumber
strategy_astringFirst strategy to compare
strategy_bstringSecond strategy to compare
toolstring

Structured output declared, but exposes no named fields.

No examples provided.

bighub_retrieval_index_case ~90

Index a decision case into the retrieval engine.

NameTypeReqDescription
actionstringyes
actor_typestring
axesobject
case_idstringyes
domainstringyes
org_idstringyes
risk_scorenumber
toolstringyes
verdictstring

Structured output declared, but exposes no named fields.

No examples provided.

bighub_retrieval_query ~87

Multi-signal decision retrieval: find relevant past cases for an upcoming action.

NameTypeReqDescription
actionstringyes
actor_typestring
axesobject
domainstringyes
risk_scorenumber
strategystring
strategy_namestring
toolstring

Structured output declared, but exposes no named fields.

No examples provided.

bighub_retrieval_query_explained ~82

Retrieval query with full scoring explanation.

NameTypeReqDescription
actionstringyes
actor_typestring
axesobject
domainstringyes
risk_scorenumber
strategystring
strategy_namestring
toolstring

Structured output declared, but exposes no named fields.

No examples provided.

bighub_retrieval_stats ~18

Get retrieval engine statistics.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

bighub_retrieval_strategies ~20

List available retrieval strategies.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

bighub_retrieval_strategy ~29

Get details of a retrieval strategy by name.

NameTypeReqDescription
namestringyes

Structured output declared, but exposes no named fields.

No examples provided.

bighub_simulations_accuracy ~30

Simulation accuracy metrics.

NameTypeReqDescription
domainstring
toolstring

Structured output declared, but exposes no named fields.

No examples provided.

bighub_simulations_by_request ~30

Get simulation snapshot for a given request_id.

NameTypeReqDescription
request_idstringyes

Structured output declared, but exposes no named fields.

No examples provided.

bighub_simulations_compare ~30

Compare simulation prediction vs real outcome for a request.

NameTypeReqDescription
request_idstringyes

Structured output declared, but exposes no named fields.

No examples provided.

bighub_simulations_get ~27

Get a simulation snapshot by ID.

NameTypeReqDescription
snapshot_idstringyes

Structured output declared, but exposes no named fields.

No examples provided.

bighub_simulations_list ~47

List persisted simulation snapshots.

NameTypeReqDescription
domainstring
limitinteger
toolstring
with_outcomeboolean

Structured output declared, but exposes no named fields.

No examples provided.

bighub_simulations_stats ~17

Get simulation vault statistics.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

bighub_webhooks_create ~24

Create a webhook endpoint.

NameTypeReqDescription
payloadobjectyes

No output schema declared.

No examples provided.

bighub_webhooks_delete ~24

Delete a webhook.

NameTypeReqDescription
webhook_idstringyes

No output schema declared.

No examples provided.

bighub_webhooks_deliveries ~34

List webhook delivery logs.

NameTypeReqDescription
limitinteger
webhook_idstringyes

No output schema declared.

No examples provided.

bighub_webhooks_get ~27

Get a webhook by webhook_id.

NameTypeReqDescription
webhook_idstringyes

Structured output declared, but exposes no named fields.

No examples provided.

bighub_webhooks_list ~25

List webhooks.

NameTypeReqDescription
include_inactiveboolean

Structured output declared, but exposes no named fields.

No examples provided.

bighub_webhooks_list_events ~19

List supported webhook event types.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

bighub_webhooks_replay_failed_delivery ~37

Replay a failed webhook delivery.

NameTypeReqDescription
delivery_idintegeryes
webhook_idstringyes

No output schema declared.

No examples provided.

bighub_webhooks_test ~34

Send a test webhook delivery.

NameTypeReqDescription
event_typestring
webhook_idstringyes

No output schema declared.

No examples provided.

bighub_webhooks_update ~33

Update webhook by webhook_id.

NameTypeReqDescription
payloadobjectyes
webhook_idstringyes

No output schema declared.

No examples provided.

bighub_webhooks_verify_signature ~46

Verify webhook signature payload.

NameTypeReqDescription
payloadstringyes
secretstringyes
signaturestringyes
timestampintegeryes

No output schema declared.

No examples provided.