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 3

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

Available components

+16 this week 59 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 Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • 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 Management27
  • Stability observed for 8 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.

  • 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
    • Malware scan: pass → unverified security
    • Known CVEs: partial → unverified security
    • Dependency health: partial → unverified functional
  • 29 Jul 26 +23
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial 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 3 Aug 2026 · Analysed npm/@bighub/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

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_actions_dashboard_summary ~17

Get action dashboard summary.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

bighub_actions_dry_run ~49

Dry-run action evaluation (non-persistent) via /actions/evaluate with dry_run=true.

NameTypeReqDescription
idempotency_keystring
payloadobjectyes

No output schema declared.

No examples provided.

bighub_actions_evaluate ~94

Evaluate an action via /actions/evaluate — returns decision intelligence (recommendation, risk, trajectory health, alternatives).

NameTypeReqDescription
actionstringyes
actorstring
contextobject
domainstring
idempotency_keystring
metadataobject
targetstring
valuenumber

Structured output declared, but exposes no named fields.

No examples provided.

bighub_actions_evaluate_batch ~71

Evaluate multiple actions in a single request via /actions/evaluate/batch. Each element follows the same schema as bighub_actions_evaluate. Max 100 actions. Rate limited: 10/min.

NameTypeReqDescription
actionsarrayyes
idempotency_keystring

Structured output declared, but exposes no named fields.

No examples provided.

bighub_actions_evaluate_payload ~44

Evaluate an action with full decision intelligence payload via /actions/evaluate.

NameTypeReqDescription
idempotency_keystring
payloadobjectyes

Structured output declared, but exposes no named fields.

No examples provided.

bighub_actions_live_connect ~45

Open a concurrent live agent connection slot. Returns connection_id to reuse for heartbeats and submits.

NameTypeReqDescription
actorstring
contextobject

Structured output declared, but exposes no named fields.

No examples provided.

bighub_actions_live_disconnect ~38

Disconnect a live agent connection, freeing the slot immediately.

NameTypeReqDescription
connection_idstringyes
contextobject

Structured output declared, but exposes no named fields.

No examples provided.

bighub_actions_live_heartbeat ~51

Heartbeat an existing live agent connection to keep it alive (recommended every 40s, TTL 120s).

NameTypeReqDescription
connection_idstringyes
contextobject

Structured output declared, but exposes no named fields.

No examples provided.

bighub_actions_memory_context ~64

Read decision memory context window and rates.

NameTypeReqDescription
actorstring
domainstring
limit_recentinteger
sourcestring
toolstring
window_hoursinteger

No output schema declared.

No examples provided.

bighub_actions_memory_ingest ~89

Ingest scored execution events into decision memory.

NameTypeReqDescription
actorstring
domainstring
eventsarrayyes
modelstring
redactboolean
redaction_policystring
sourcestring
source_versionstring
trace_idstring

No output schema declared.

No examples provided.

bighub_actions_memory_recommendations ~126

Compute decision memory recommendations.

NameTypeReqDescription
actorstring
auto_applyboolean
domainstring
include_examplesboolean
limit_recommendationsinteger
min_approval_ratenumber
min_blocked_ratenumber
min_eventsinteger
min_tool_error_ratenumber
scopeobject
sourcestring
toolstring
window_hoursinteger

Structured output declared, but exposes no named fields.

No examples provided.

bighub_actions_memory_refresh_aggregates ~35

Refresh decision memory aggregates.

NameTypeReqDescription
concurrentboolean
window_hoursinteger

No output schema declared.

No examples provided.

bighub_actions_observer_stats ~18

Get action observer stats.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

bighub_actions_status ~16

Get action system status.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

bighub_actions_verify_validation ~28

Verify a previous evaluation by validation_id.

NameTypeReqDescription
validation_idstringyes

No output schema declared.

No examples provided.

bighub_api_keys_create ~24

Create an API key.

NameTypeReqDescription
payloadobjectyes

No output schema declared.

No examples provided.

bighub_api_keys_delete ~34

Delete or revoke an API key.

NameTypeReqDescription
key_idstringyes
reasonstring

No output schema declared.

No examples provided.

bighub_api_keys_list ~25

List API keys.

NameTypeReqDescription
include_revokedboolean

Structured output declared, but exposes no named fields.

No examples provided.

bighub_api_keys_rotate ~25

Rotate an API key.

NameTypeReqDescription
key_idstringyes

No output schema declared.

No examples provided.

bighub_api_keys_scopes ~19

List available API key scopes.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

bighub_api_keys_validate ~33

Validate an API key (query + X-API-Key header).

NameTypeReqDescription
api_keystringyes

No output schema declared.

No examples provided.

bighub_approvals_list ~33

List approval queue items.

NameTypeReqDescription
limitinteger
status_filterstring

Structured output declared, but exposes no named fields.

No examples provided.

bighub_approvals_resolve ~41

Resolve an approval request.

NameTypeReqDescription
commentstring
request_idstringyes
resolutionstringyes

Structured output declared, but exposes no named fields.

No examples provided.

bighub_auth_login ~26

Authenticate and return access/refresh tokens.

NameTypeReqDescription
payloadobjectyes

Structured output declared, but exposes no named fields.

No examples provided.

bighub_auth_logout ~25

Invalidate a refresh token.

NameTypeReqDescription
refresh_tokenstring

No output schema declared.

No examples provided.

bighub_auth_refresh ~26

Rotate auth tokens with refresh token.

NameTypeReqDescription
refresh_tokenstring

No output schema declared.

No examples provided.

bighub_auth_signup ~27

Sign up and return access/refresh tokens.

NameTypeReqDescription
payloadobjectyes

No output schema declared.

No examples provided.

bighub_calibration_breakdown ~25

Calibration breakdown by dimension.

NameTypeReqDescription
bystring

Structured output declared, but exposes no named fields.

No examples provided.

bighub_calibration_drift ~34

Detect calibration drift over time.

NameTypeReqDescription
domainstring
window_daysinteger

Structured output declared, but exposes no named fields.

No examples provided.

bighub_calibration_feedback ~25

Calibration feedback and improvement suggestions.

NameTypeReqDescription
domainstring

Structured output declared, but exposes no named fields.

No examples provided.

bighub_calibration_observe ~86

Submit a calibration observation (predicted risk vs real outcome).

NameTypeReqDescription
actionstring
actor_typestring
case_idstringyes
domainstring
outcome_statusstringyes
predicted_risknumberyes
toolstring
verdictstring

Structured output declared, but exposes no named fields.

No examples provided.

bighub_calibration_quality_history ~57

Daily quality score over time — powers the Learning chart. Returns quality_score (1 − Brier), positive_rate per day.

NameTypeReqDescription
daysintegerNumber of days to include
domainstring

Structured output declared, but exposes no named fields.

No examples provided.

bighub_calibration_reliability ~33

Calibration reliability diagram data.

NameTypeReqDescription
domainstring
toolstring

Structured output declared, but exposes no named fields.

No examples provided.

bighub_calibration_report ~47

Calibration report: how well do predicted risk scores match real outcomes.

NameTypeReqDescription
domainstring
risk_bandstring
toolstring

Structured output declared, but exposes no named fields.

No examples provided.

bighub_cases_calibration ~30

Get calibration metrics (prediction vs reality) for cases.

NameTypeReqDescription
domainstring

Structured output declared, but exposes no named fields.

No examples provided.

bighub_cases_create ~158

Create a decision case. Requires action and verdict.

NameTypeReqDescription
actionobjectyesAction payload: {tool, action, arguments, value, target, domain}
actor_idstring
actor_typestring
agent_modelstring
contextobject
domainstringyes
goal_summarystring
refsobject
simulationobject
tagsarray
trigger_sourcestring
verdictobjectyesRequired verdict: {verdict: ALLOWED|BLOCKED|APPROVAL_REQUIRED|LIMITED|DRY_RUN, mode, reasons, risk_score, confidence}

Structured output declared, but exposes no named fields.

No examples provided.

bighub_cases_get ~26

Get a decision case by ID.

NameTypeReqDescription
case_idstringyes

Structured output declared, but exposes no named fields.

No examples provided.

bighub_cases_list ~96

List decision cases with filters.

NameTypeReqDescription
actionstring
domainstring
has_outcomeboolean
limitinteger
max_risk_scorenumber
min_risk_scorenumber
offsetinteger
outcome_statusstring
toolstring
verdictstring

Structured output declared, but exposes no named fields.

No examples provided.

bighub_cases_precedents ~103

Get precedent intelligence for a proposed action. action must be a nested ActionInput object.

NameTypeReqDescription
actionobjectyesActionInput: {action, tool, action_type, arguments, value, target}
contextobjectContextInput: {axes, axes_risk_score, intent, irreversibility}
domainstringDomain to scope precedent search
limitinteger
min_similaritynumber

Structured output declared, but exposes no named fields.

No examples provided.

bighub_cases_report_outcome ~87

Report a real-world outcome for a decision case.

NameTypeReqDescription
actual_impactobject
case_idstringyes
correction_neededboolean
descriptionstring
detailsobject
revenue_impactnumber
rollback_performedboolean
statusstringyes

Structured output declared, but exposes no named fields.

No examples provided.

bighub_constraints_apply_patch ~81

Apply JSON Patch operations to a rule with preview/optimistic locking support.

NameTypeReqDescription
idempotency_keystring
if_matchstring
if_match_versioninteger
patchyes
previewboolean
reasonstring
rule_idstringyes

Structured output declared, but exposes no named fields.

No examples provided.

bighub_constraints_create ~33

Create a boundary rule.

NameTypeReqDescription
idempotency_keystring
payloadobjectyes

Structured output declared, but exposes no named fields.

No examples provided.

bighub_constraints_delete ~33

Delete a rule.

NameTypeReqDescription
idempotency_keystring
rule_idstringyes

No output schema declared.

No examples provided.

bighub_constraints_domains ~16

List available rule domains.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

bighub_constraints_dry_run ~29

Dry run a rule payload without persisting.

NameTypeReqDescription
payloadobjectyes

No output schema declared.

No examples provided.

bighub_constraints_get ~27

Fetch a single rule by rule_id.

NameTypeReqDescription
rule_idstringyes

Structured output declared, but exposes no named fields.

No examples provided.

bighub_constraints_list ~43

List boundary rules.

NameTypeReqDescription
domainstring
limitinteger
offsetinteger
statusstring

Structured output declared, but exposes no named fields.

No examples provided.

bighub_constraints_pause ~36

Pause a rule by rule_id.

NameTypeReqDescription
idempotency_keystring
rule_idstringyes

No output schema declared.

No examples provided.

bighub_constraints_purge_idempotency ~52

Purge rule idempotency records from the backend store.

NameTypeReqDescription
limitinteger
older_than_hoursinteger
only_expiredboolean

Structured output declared, but exposes no named fields.

No examples provided.

bighub_constraints_resume ~34

Resume a paused rule.

NameTypeReqDescription
idempotency_keystring
rule_idstringyes

No output schema declared.

No examples provided.