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.selfagency/beans-mcp

NPM · @SELFAGENCY/BEANS-MCP · SCANNED AUG 7

Interact with the Beans CLI issue tracker agentically

+20 this week 66 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 & Transparency45
Schema Quality & AI Usability49
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 539 tokens (~53/item across 10 items; 10 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management37
  • Stability observed for 11 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage67
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 2% 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 · @selfagency/beans-mcp

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

  • 7 Aug 26 +1

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

  • 4 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.

  • 3 Aug 26 +3
    • 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 +22
    • Tool coverage: unverified → 100 functional
    • First check of Tool coverage: 2 functional
    • First check of Schema quality: pass functional
    • First check of Schema quality: fair functional
    • First check of Schema quality: fail functional
  • 26 Jul 26 47

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

Provenance No attestation

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

Result No attestation
Ecosystem npm
Dependencies 0 packages
Packages resolved 0
Tree resolution Complete
MCP tools · 10 exposed · ~539 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
beans_bean_file ~54

Read, create, edit, or delete files under .beans (operation param).

NameTypeReqDescription
contentstring
operationstringyes
overwriteboolean
pathstringyes

No output schema declared.

No examples provided.

beans_create ~55

Create a new bean.

NameTypeReqDescription
descriptionstring
parentstring
prioritystring
statusstring
titlestringyes
typestringyes

No output schema declared.

No examples provided.

beans_delete ~36

Delete a bean (intended for draft/scrapped beans).

NameTypeReqDescription
beanIdstringyes
forceboolean

No output schema declared.

No examples provided.

beans_edit ~81

Update bean metadata fields (status/type/priority/parent/blocking).

NameTypeReqDescription
beanIdstringyes
blockedByarray
blockingarray
clearParentboolean
parentstring
prioritystring
statusstring
typestring

No output schema declared.

No examples provided.

beans_init ~35

Initialize Beans in the current workspace, equivalent to the extension init command.

NameTypeReqDescription
prefixstringOptional workspace prefix for bean IDs

No output schema declared.

No examples provided.

beans_output ~33

Read extension output log or show guidance (operation param).

NameTypeReqDescription
linesinteger
operationstring

No output schema declared.

No examples provided.

beans_query ~76

Unified query tool for refresh, filter, search, and sort operations.

NameTypeReqDescription
includeClosedboolean
modestring
operationstring
searchstring
statuses
tags
types
writeToWorkspaceInstructionsboolean

No output schema declared.

No examples provided.

beans_reopen ~49

Reopen a completed or scrapped bean into a non-closed status.

NameTypeReqDescription
beanIdstringyes
requiredCurrentStatusstringyes
targetStatusstring

No output schema declared.

No examples provided.

beans_update ~97

Update bean metadata fields (status/type/priority/parent/blocking). Consolidated replacement for per-field update tools.

NameTypeReqDescription
beanIdstringyes
blockedByarray
blockingarray
bodystring
clearParentboolean
parentstring
prioritystring
statusstring
typestring

No output schema declared.

No examples provided.

beans_view ~23

Fetch full bean details by ID.

NameTypeReqDescription
beanIdstringyes

No output schema declared.

No examples provided.