io.github.selfagency/beans-mcp
NPM · @SELFAGENCY/BEANS-MCP · SCANNED AUG 7
Interact with the Beans CLI issue tracker agentically
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- 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 111 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add selfagency-beans-mcp -- npx -y @selfagency/beans-mcp
codex mcp add selfagency-beans-mcp -- npx -y @selfagency/beans-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"selfagency-beans-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@selfagency/beans-mcp"
],
"enabled": true
}
}
} openclaw mcp add selfagency-beans-mcp --command npx --arg -y --arg @selfagency/beans-mcp
mcp_servers:
selfagency-beans-mcp:
command: "npx"
args: ["-y", "@selfagency/beans-mcp"] {
"mcpServers": {
"selfagency-beans-mcp": {
"command": "npx",
"args": [
"-y",
"@selfagency/beans-mcp"
]
}
}
} 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
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 |
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.
beans_bean_file Bean File Operations ~54
Read, create, edit, or delete files under .beans (operation param).
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | – | – |
| operation | string | yes | – |
| overwrite | boolean | – | – |
| path | string | yes | – |
No output schema declared.
No examples provided.
beans_create Create Bean ~55
Create a new bean.
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | – | – |
| parent | string | – | – |
| priority | string | – | – |
| status | string | – | – |
| title | string | yes | – |
| type | string | yes | – |
No output schema declared.
No examples provided.
beans_delete Delete Bean ~36
Delete a bean (intended for draft/scrapped beans).
| Name | Type | Req | Description |
|---|---|---|---|
| beanId | string | yes | – |
| force | boolean | – | – |
No output schema declared.
No examples provided.
beans_edit Edit Bean Metadata ~81
Update bean metadata fields (status/type/priority/parent/blocking).
| Name | Type | Req | Description |
|---|---|---|---|
| beanId | string | yes | – |
| blockedBy | array | – | – |
| blocking | array | – | – |
| clearParent | boolean | – | – |
| parent | string | – | – |
| priority | string | – | – |
| status | string | – | – |
| type | string | – | – |
No output schema declared.
No examples provided.
beans_init Initialize Beans Workspace ~35
Initialize Beans in the current workspace, equivalent to the extension init command.
| Name | Type | Req | Description |
|---|---|---|---|
| prefix | string | – | Optional workspace prefix for bean IDs |
No output schema declared.
No examples provided.
beans_output Beans Output Tools ~33
Read extension output log or show guidance (operation param).
| Name | Type | Req | Description |
|---|---|---|---|
| lines | integer | – | – |
| operation | string | – | – |
No output schema declared.
No examples provided.
beans_query Query Beans ~76
Unified query tool for refresh, filter, search, and sort operations.
| Name | Type | Req | Description |
|---|---|---|---|
| includeClosed | boolean | – | – |
| mode | string | – | – |
| operation | string | – | – |
| search | string | – | – |
| statuses | – | – | – |
| tags | – | – | – |
| types | – | – | – |
| writeToWorkspaceInstructions | boolean | – | – |
No output schema declared.
No examples provided.
beans_reopen Reopen Bean ~49
Reopen a completed or scrapped bean into a non-closed status.
| Name | Type | Req | Description |
|---|---|---|---|
| beanId | string | yes | – |
| requiredCurrentStatus | string | yes | – |
| targetStatus | string | – | – |
No output schema declared.
No examples provided.
beans_update Update Bean ~97
Update bean metadata fields (status/type/priority/parent/blocking). Consolidated replacement for per-field update tools.
| Name | Type | Req | Description |
|---|---|---|---|
| beanId | string | yes | – |
| blockedBy | array | – | – |
| blocking | array | – | – |
| body | string | – | – |
| clearParent | boolean | – | – |
| parent | string | – | – |
| priority | string | – | – |
| status | string | – | – |
| type | string | – | – |
No output schema declared.
No examples provided.
beans_view View Bean ~23
Fetch full bean details by ID.
| Name | Type | Req | Description |
|---|---|---|---|
| beanId | string | yes | – |
No output schema declared.
No examples provided.