# com.graneth/mcp-server (npm · @graneth/mcp-server)

Pre-flight check for AI coding agents: hallucinated packages + hardcoded secrets. Free, no account.

- Trust score: 61/100 (medium)
- Change this week: −9
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `graneth.com`: 67/100, [markdown](https://verifymcp.io/servers/com-graneth-mcp-server/api-mcp.md), [page](https://verifymcp.io/servers/com-graneth-mcp-server/api-mcp)
- npm · `@graneth/mcp-server`: 61/100 (this document), [markdown](https://verifymcp.io/servers/com-graneth-mcp-server/graneth-mcp-server.md), [page](https://verifymcp.io/servers/com-graneth-mcp-server/graneth-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@graneth/mcp-server`
- Version: `0.6.0`
- 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**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), 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 (94 of 98), 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 0 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 62/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 452 tokens (~226/item across 2 items; 2 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **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.

## Install

### Claude

```bash
claude mcp add com-graneth-mcp-server -- npx -y @graneth/mcp-server
```

### Codex

```bash
codex mcp add com-graneth-mcp-server -- npx -y @graneth/mcp-server
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-graneth-mcp-server --command npx --arg -y --arg @graneth/mcp-server
```

### Hermes

```yaml
mcp_servers:
  com-graneth-mcp-server:
    command: "npx"
    args: ["-y", "@graneth/mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "com-graneth-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@graneth/mcp-server"
      ]
    }
  }
}
```

## 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 61, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-02 (score 57, +42)

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

### 2026-08-01 (score 15, −12)

- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Capabilities: pass → unverified

### 2026-07-31 (score 27, +9)

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

### 2026-07-30 (score 18, −52)

- [security regression] Install scripts: pass → unverified
- [security regression] Known CVEs: partial → unverified
- [security regression] Provenance: fail → unverified
- [functional regression] Dependency health: partial → unverified
- [functional regression] Maintenance: pass → unverified
- [functional regression] License: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified
- [functional] Licence: MIT

### 2026-07-27 (score 70, +38)

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

### 2026-07-26 (score 32)

First indexed and scored.

## MCP tools (2)

### `pre_flight_check` (~242 tokens)

Security pre-flight check for local file changes BEFORE committing. Run this whenever you are about to suggest `git commit`, `git push`, or open a pull request — especially when changes add package imports or dependencies (package.json / requirements.txt / Cargo.toml / go.mod / Gemfile / composer.json / import statements) or could contain secrets. Detects AI-hallucinated (non-existent) packages by live-checking six registries (npm, PyPI, crates.io, RubyGems, Go module proxy, Packagist) plus a bundled public threat-feed snapshot, which keeps catching a known hallucinated name even after an attacker registers it; risk-scores dependencies an AI agent introduced by compounding metadata signals (new + install-scripts + low-adoption + no-provenance = an attack shape no single check flags); and finds hardcoded credentials via pattern + entropy analysis. Always free, no account required. Returns CLEAR, REVIEW_REQUIRED, or BLOCKED with specific findings and remediation.

Input parameters:

- `context` (string): What these changes do (helps triage)
- `files` (array, required): Files staged for commit (path + content)

### `report_hallucination` (~210 tokens)

Report an AI-hallucinated package name to Graneth's public threat feed, so every user's pre-flight catches it — permanently, even if an attacker registers the name later. IMPORTANT: only call this AFTER the human has explicitly agreed to report the name; ask them first. Sends exactly one package name + ecosystem to graneth.com (never file contents). The server re-verifies non-existence against the live registry before accepting. Reportable ecosystems: npm (unscoped), pypi, crates, gems — namespaced names (npm @scope, go, composer) are rejected to keep internal package names out of a public feed. Optional `reporter` is a public attribution handle shown on the feed entry.

Input parameters:

- `ecosystem` (string, required): Registry the name was checked against
- `package` (string, required): The hallucinated package name (as caught by pre_flight_check)
- `reporter` (string): Optional public attribution handle ([a-zA-Z0-9_-])

## Diagnostics

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

## Score history

- 2026-08-03: 61
- 2026-08-02: 57
- 2026-08-01: 15
- 2026-07-31: 27
- 2026-07-30: 18
- 2026-07-28: 70
- 2026-07-27: 70
- 2026-07-26: 32

## Links

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