# com.bereviewable/reviewable-artifacts (npm · reviewable-artifacts-mcp)

Reviewable workspace discovery and private HTML review creation via stdio MCP.

- Trust score: 56/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-08

## Components

- npm · `reviewable-artifacts-mcp`: 56/100 (this document), [markdown](https://verifymcp.io/servers/com-bereviewable-reviewable-artifacts/reviewable-artifacts-mcp.md), [page](https://verifymcp.io/servers/com-bereviewable-reviewable-artifacts/reviewable-artifacts-mcp)

## Channel facts

- Registry: `npm`
- Package: `reviewable-artifacts-mcp`
- Version: `0.3.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-08.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 0 of 13 dependencies flagged as unhealthy.
- **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 2 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 135 tokens (~33/item across 4 items; 4 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**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; 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 com-bereviewable-reviewable-artifacts -- npx -y reviewable-artifacts-mcp
```

### Codex

```bash
codex mcp add com-bereviewable-reviewable-artifacts -- npx -y reviewable-artifacts-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-bereviewable-reviewable-artifacts": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "reviewable-artifacts-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-bereviewable-reviewable-artifacts --command npx --arg -y --arg reviewable-artifacts-mcp
```

### Hermes

```yaml
mcp_servers:
  com-bereviewable-reviewable-artifacts:
    command: "npx"
    args: ["-y", "reviewable-artifacts-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "com-bereviewable-reviewable-artifacts": {
      "command": "npx",
      "args": [
        "-y",
        "reviewable-artifacts-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-08 (score 56, +4)

- [functional improvement] Dependency health: 0.00 → 1.00

### 2026-08-06 (score 52, +29)

- [security improvement] Known CVEs: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional regression] MCP protocol: unverified → fail
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Dependency health: unverified → 0.00
- [functional] First check of Tool coverage: 0
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: fair
- [functional] First check of Schema quality: pass

### 2026-08-05 (score 23)

First indexed and scored.

## MCP tools (4)

### `get_connection_state` (~21 tokens)

Reports whether this MCP profile is connected and the next action.

### `start_web_authorization` (~48 tokens)

Starts browser authorization and returns an approval URL plus a human verification code. The code is not a credential.

Input parameters:

- `requested_scope` (string)
- `review_session_id` (string)

### `check_authorization` (~20 tokens)

Exchanges an approved browser authorization and activates the granted tools.

### `disconnect` (~21 tokens)

Deletes this local MCP profile's web authorization and returns to connection tools.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/com-bereviewable-reviewable-artifacts/reviewable-artifacts-mcp#diagnostics

## Score history

- 2026-08-08: 56
- 2026-08-07: 52
- 2026-08-06: 52
- 2026-08-05: 23

## Links

- npm package: https://www.npmjs.com/package/reviewable-artifacts-mcp
- Socket report: https://socket.dev/npm/package/reviewable-artifacts-mcp
- Website: https://bereviewable.com/agents
- Changelog RSS feed: https://verifymcp.io/servers/com-bereviewable-reviewable-artifacts/reviewable-artifacts-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-bereviewable-reviewable-artifacts/reviewable-artifacts-mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-bereviewable-reviewable-artifacts/reviewable-artifacts-mcp
