# io.github.noroshi-create/norolu-frameworks (npm · norolu-frameworks-mcp)

Fill 3C / SWOT / MECE / OKR into your local file. Local-first, zero-trust strategy cockpit.

- Trust score: 57/100 (low)
- Change this week: +21
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `norolu-frameworks-mcp`: 57/100 (this document), [markdown](https://verifymcp.io/servers/noroshi-create-norolu-frameworks/norolu-frameworks-mcp.md), [page](https://verifymcp.io/servers/noroshi-create-norolu-frameworks/norolu-frameworks-mcp)

## Channel facts

- Registry: `npm`
- Package: `norolu-frameworks-mcp`
- Version: `0.1.3`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: no source repository is declared.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 11 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 60/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 347 tokens (~49/item across 7 items; 7 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 69/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 7% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add noroshi-create-norolu-frameworks -- npx -y norolu-frameworks-mcp
```

### Codex

```bash
codex mcp add noroshi-create-norolu-frameworks -- npx -y norolu-frameworks-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "noroshi-create-norolu-frameworks": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "norolu-frameworks-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add noroshi-create-norolu-frameworks --command npx --arg -y --arg norolu-frameworks-mcp
```

### Hermes

```yaml
mcp_servers:
  noroshi-create-norolu-frameworks:
    command: "npx"
    args: ["-y", "norolu-frameworks-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "noroshi-create-norolu-frameworks": {
      "command": "npx",
      "args": [
        "-y",
        "norolu-frameworks-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 57, +3)

- [functional improvement] Stability: unverified → 0.23

### 2026-08-02 (score 54, +41)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Schema quality: unverified → fair
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] License: unverified → pass
- [functional] First check of Schema quality: unverified
- [functional] Licence: MIT

### 2026-07-31 (score 13, −23)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-27 (score 36)

First indexed and scored.

## MCP tools (7)

### `list_projects` (~20 tokens)

List strategy projects (id, name, which is active).

### `create_project` (~25 tokens)

Create a new strategy project and make it active.

Input parameters:

- `name` (string, required)

### `get_project` (~47 tokens)

Get the full strategy project (3C / SWOT / MECE / OKR) as Markdown. Targets the active project, or one by projectId.

Input parameters:

- `projectId` (string)

### `set_3c` (~61 tokens)

Set the 3C analysis (Customer / Competitor / Company). Only the fields you pass are updated.

Input parameters:

- `company` (string)
- `competitor` (string)
- `customer` (string)
- `projectId` (string)

### `add_swot` (~51 tokens)

Add one or more items to a SWOT quadrant. quadrant: strengths | weaknesses | opportunities | threats.

Input parameters:

- `items` (array, required)
- `projectId` (string)
- `quadrant` (string, required)

### `set_mece` (~86 tokens)

Decompose the issue: replace the MECE tree with a nested outline. "outline" is an array of nodes; each node is a string, or { text, children? } where children is a nested array of the same. Keep branches mutually exclusive and collectively exhaustive. Depth beyond 24 is dropped.

Input parameters:

- `outline` (array, required)
- `projectId` (string)

### `define_okr` (~57 tokens)

Add an Objective with optional Key Results. Each key result is { text, target?, current?, unit? }.

Input parameters:

- `keyResults` (array)
- `projectId` (string)
- `text` (string, required): the Objective

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/noroshi-create-norolu-frameworks/norolu-frameworks-mcp#diagnostics

## Score history

- 2026-08-03: 57
- 2026-08-02: 54
- 2026-08-01: 13
- 2026-07-31: 13
- 2026-07-30: 36
- 2026-07-28: 36
- 2026-07-27: 36

## Links

- npm package: https://www.npmjs.com/package/norolu-frameworks-mcp
- Socket report: https://socket.dev/npm/package/norolu-frameworks-mcp
- Website: https://frameworks.norolu.com/
- Changelog RSS feed: https://verifymcp.io/servers/noroshi-create-norolu-frameworks/norolu-frameworks-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/noroshi-create-norolu-frameworks/norolu-frameworks-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/noroshi-create-norolu-frameworks/norolu-frameworks-mcp
