# io.github.8infinitelabs/scoreflow (npm · @scoreflow/mcp)

Query your Scoreflow level, XP, skill tree and leaderboard from inside Claude Code / Desktop.

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

## Components

- npm · `@scoreflow/mcp`: 59/100 (this document), [markdown](https://verifymcp.io/servers/8infinitelabs-scoreflow/scoreflow-mcp.md), [page](https://verifymcp.io/servers/8infinitelabs-scoreflow/scoreflow-mcp)

## Channel facts

- Registry: `npm`
- Package: `@scoreflow/mcp`
- Version: `0.2.1`
- 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: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 102 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 360 tokens (~60/item across 6 items; 6 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add 8infinitelabs-scoreflow -- npx -y @scoreflow/mcp
```

### Codex

```bash
codex mcp add 8infinitelabs-scoreflow -- npx -y @scoreflow/mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "8infinitelabs-scoreflow": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@scoreflow/mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add 8infinitelabs-scoreflow --command npx --arg -y --arg @scoreflow/mcp
```

### Hermes

```yaml
mcp_servers:
  8infinitelabs-scoreflow:
    command: "npx"
    args: ["-y", "@scoreflow/mcp"]
```

### Other

```json
{
  "mcpServers": {
    "8infinitelabs-scoreflow": {
      "command": "npx",
      "args": [
        "-y",
        "@scoreflow/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-02 (score 59, +43)

- [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 improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional] Licence: MIT

### 2026-07-31 (score 16, −24)

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

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

First indexed and scored.

## MCP tools (6)

### `scoreflow_status` (~43 tokens)

My Scoreflow status

Returns the current level, XP, tier, per-skill breakdown, and unlocked achievements for the signed-in CLI user. Requires `scoreflow init` on the host.

### `scoreflow_skills` (~56 tokens)

My skill tree

Returns a markdown table of all 11 skill tracks with current level (1-100), XP, and how to advance each one. Lets the user see which tracks they are specialising in and which are still at Lv 1.

### `scoreflow_xp_guide` (~41 tokens)

How XP and levels work

Returns the XP formula, character-level curve, skill-level curve, and streak multiplier — a cheat sheet for users wondering how fast they can advance.

### `scoreflow_leaderboard` (~59 tokens)

Global XP leaderboard

Top Scoreflow users ranked by cumulative XP. `limit` defaults to 20, max 100. Renders as a markdown table.

Input parameters:

- `limit` (integer): How many rows to return (default 20, max 100).

### `scoreflow_profile` (~72 tokens)

Public Scoreflow profile

Reads the public profile of any Scoreflow user by handle (the same page at scoreflow.dev/u/<handle>). No auth required. Users who haven't opted into public visibility return 404.

Input parameters:

- `handle` (string, required): The user handle, e.g. "diego" for scoreflow.dev/u/diego.

### `scoreflow_explain_ccs` (~55 tokens)

Explain the Craftsmanship Score

Returns the 4 components of the Craftsmanship Score (CCS) with their weights and the anti-gaming rationale. Use this when someone asks "why did my score move?" or "what is CCS?".

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/8infinitelabs-scoreflow/scoreflow-mcp#diagnostics

## Score history

- 2026-08-03: 59
- 2026-08-02: 59
- 2026-08-01: 16
- 2026-07-31: 16
- 2026-07-30: 40
- 2026-07-28: 40
- 2026-07-27: 40

## Links

- npm package: https://www.npmjs.com/package/@scoreflow/mcp
- Socket report: https://socket.dev/npm/package/@scoreflow/mcp
- Changelog RSS feed: https://verifymcp.io/servers/8infinitelabs-scoreflow/scoreflow-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/8infinitelabs-scoreflow/scoreflow-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/8infinitelabs-scoreflow/scoreflow-mcp
