# Package Intel (npm · package-intel-mcp)

npm, PyPI & crates.io health, vulns and dependency graphs. Runs locally, no API key.

- Trust score: 74/100 (medium)
- Change this week: +5
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-15

## Components

- npm · `package-intel-mcp`: 74/100 (this document), [markdown](https://verifymcp.io/servers/adam121393-package-intel/package-intel-mcp.md), [page](https://verifymcp.io/servers/adam121393-package-intel/package-intel-mcp)

## Channel facts

- Registry: `npm`
- Package: `package-intel-mcp`
- Version: `1.1.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-15.

- **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.
  - No production dependencies, so there is no dependency health to assess.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 5 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 84/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 475 tokens (~118/item across 4 items; 4 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**: 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 adam121393-package-intel -- npx -y package-intel-mcp
```

### Codex

```bash
codex mcp add adam121393-package-intel -- npx -y package-intel-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "adam121393-package-intel": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "package-intel-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add adam121393-package-intel --command npx --arg -y --arg package-intel-mcp
```

### Hermes

```yaml
mcp_servers:
  adam121393-package-intel:
    command: "npx"
    args: ["-y", "package-intel-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "adam121393-package-intel": {
      "command": "npx",
      "args": [
        "-y",
        "package-intel-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-14 (score 74, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-12 (score 73, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-11 (score 72, +2)

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

### 2026-08-10 (score 70, +31)

- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Stability: unverified → 0.07
- [functional improvement] MCP protocol: unverified → pass
- [functional] Package version: 1.1.0 → 1.1.1

### 2026-08-09 (score 39, −30)

- [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
- [functional] First check of Schema quality: unverified
- [functional] Dependency health: 0.89 → pass
- [functional] Package version: 1.1.0 → 1.1.1

### 2026-08-08 (score 69)

First indexed and scored.

## MCP tools (4)

### `package_snapshot` (~110 tokens)

Get a consolidated snapshot of an npm, PyPI or crates.io (Rust) package: latest version, license, description, repository, weekly downloads, maintainers, last publish date, and deprecation status. Free, no payment required.

Input parameters:

- `ecosystem` (string, required): Package ecosystem: 'npm', 'pypi', or 'crates' (crates.io / Cargo, for Rust)
- `name` (string, required): Package name, e.g. 'express', 'requests', or 'serde'

### `package_vulns` (~134 tokens)

List known vulnerabilities (OSV.dev) for an npm, PyPI or crates.io (Rust) package. Pass a version to scope results to that version; omit it to see every advisory ever filed against the package. Free, no payment required.

Input parameters:

- `ecosystem` (string, required): Package ecosystem: 'npm', 'pypi', or 'crates' (crates.io / Cargo, for Rust)
- `name` (string, required): Package name, e.g. 'express', 'requests', or 'serde'
- `version` (string): Optional exact version, e.g. '5.2.1'

### `package_deps` (~117 tokens)

Get the dependency graph for an npm, PyPI or crates.io (Rust) package: direct and transitive dependencies with versions and counts, with deprecated direct dependencies flagged. Free, no payment required.

Input parameters:

- `ecosystem` (string, required): Package ecosystem: 'npm', 'pypi', or 'crates' (crates.io / Cargo, for Rust)
- `name` (string, required): Package name, e.g. 'express', 'requests', or 'serde'
- `version` (string): Optional exact version; defaults to latest

### `package_downloads` (~114 tokens)

Get download counts for an npm, PyPI or crates.io (Rust) package over a time range. Free, no payment required.

Input parameters:

- `ecosystem` (string, required): Package ecosystem: 'npm', 'pypi', or 'crates' (crates.io / Cargo, for Rust)
- `name` (string, required): Package name, e.g. 'express', 'requests', or 'serde'
- `range` (string): npm only; PyPI returns last-week, crates.io returns a 90-day total

## Diagnostics

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

## Score history

- 2026-08-15: 74
- 2026-08-14: 74
- 2026-08-13: 73
- 2026-08-12: 73
- 2026-08-11: 72
- 2026-08-10: 70
- 2026-08-09: 39
- 2026-08-08: 69

## Links

- npm package: https://www.npmjs.com/package/package-intel-mcp
- Socket report: https://socket.dev/npm/package/package-intel-mcp
- Repository: https://github.com/adam121393/package-intel
- Changelog RSS feed: https://verifymcp.io/servers/adam121393-package-intel/package-intel-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/adam121393-package-intel/package-intel-mcp.json
- HTML version of this page: https://verifymcp.io/servers/adam121393-package-intel/package-intel-mcp
