# MCP Code Review Server (pypi · aicraft-code-review)

Code review as an MCP server — structured reviews with OWASP security scanning.

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

## Components

- pypi · `aicraft-code-review`: 67/100 (this document), [markdown](https://verifymcp.io/servers/goodjobwilliam-aicraft-code-review/aicraft-code-review.md), [page](https://verifymcp.io/servers/goodjobwilliam-aicraft-code-review/aicraft-code-review)

## Channel facts

- Registry: `pypi`
- Package: `aicraft-code-review`
- Version: `0.1.2`
- 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-20.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - Runs setuptools.build_meta at install time, a recognised native-build step with no shell scripting around it.
  - 2 of 34 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 35/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: no license is declared.
  - Actively maintained (last published 2 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 75/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 132 tokens (~44/item across 3 items; 3 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 goodjobwilliam-aicraft-code-review -- uvx aicraft-code-review
```

### Codex

```bash
codex mcp add goodjobwilliam-aicraft-code-review -- uvx aicraft-code-review
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "goodjobwilliam-aicraft-code-review": {
      "type": "local",
      "command": [
        "uvx",
        "aicraft-code-review"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add goodjobwilliam-aicraft-code-review --command uvx --arg aicraft-code-review
```

### Hermes

```yaml
mcp_servers:
  goodjobwilliam-aicraft-code-review:
    command: "uvx"
    args: ["aicraft-code-review"]
```

### Other

```json
{
  "mcpServers": {
    "goodjobwilliam-aicraft-code-review": {
      "command": "uvx",
      "args": [
        "aicraft-code-review"
      ]
    }
  }
}
```

## 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-18 (score 67, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-08-17 (score 52)

First indexed and scored.

## MCP tools (3)

### `review_code` (~54 tokens)

Review source code for bugs, security, performance, and quality issues.

Input parameters:

- `code` (string, required): The source code to review
- `language` (string): Programming language (python, typescript, go, rust, etc.)

### `review_diff` (~31 tokens)

Review a git diff for potential issues before merging.

Input parameters:

- `diff` (string, required): The git diff output to review

### `review_file` (~47 tokens)

Review a local file for code quality and security issues.

Input parameters:

- `language` (string): Programming language (auto-detect if not provided)
- `path` (string, required): Absolute path to the file

## Diagnostics

Captured diagnostic sections: Provenance, Install scripts, Dependencies. The full working is on the page: https://verifymcp.io/servers/goodjobwilliam-aicraft-code-review/aicraft-code-review#diagnostics

## Score history

- 2026-08-20: 67
- 2026-08-19: 67
- 2026-08-18: 67
- 2026-08-17: 52

## Links

- PyPI project: https://pypi.org/project/aicraft-code-review/
- Socket report: https://socket.dev/pypi/package/aicraft-code-review
- Repository: https://github.com/GoodJobwilliam/aicraft
- Website: https://github.com/GoodJobwilliam/aicraft/tree/main/products/mcp-code-review
- Changelog RSS feed: https://verifymcp.io/servers/goodjobwilliam-aicraft-code-review/aicraft-code-review.xml
- Changelog JSON feed: https://verifymcp.io/servers/goodjobwilliam-aicraft-code-review/aicraft-code-review.json
- HTML version of this page: https://verifymcp.io/servers/goodjobwilliam-aicraft-code-review/aicraft-code-review
