Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Package Intel

NPM · PACKAGE-INTEL-MCP · SCANNED AUG 15

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

Available components

+5 this week 74 Trust /100
Trust breakdown (6 categories)

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. How we score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency45
Schema Quality & AI Usability84
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 475 tokens (~118/item across 4 items; 4 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · package-intel-mcp

# add to Claude Code
claude mcp add adam121393-package-intel -- npx -y package-intel-mcp
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add adam121393-package-intel --command npx --arg -y --arg package-intel-mcp
# ~/.hermes/config.yaml
mcp_servers:
  adam121393-package-intel:
    command: "npx"
    args: ["-y", "package-intel-mcp"]
// mcp.json
{
  "mcpServers": {
    "adam121393-package-intel": {
      "command": "npx",
      "args": [
        "-y",
        "package-intel-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 14 Aug 26 +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.

  • 12 Aug 26 +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.

  • 11 Aug 26 +2
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 10 Aug 26 +31
    • Tool coverage: unverified → 100 functional
    • Stability: unverified → 0.07 functional
    • MCP protocol: unverified → pass functional
    • Package version: 1.1.0 → 1.1.1 functional
  • 9 Aug 26 −30
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Tool coverage: 100 → unverified functional
    • 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 functional
  • 8 Aug 26 69

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 15 Aug 2026 · Analysed npm/package-intel-mcp@1.1.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm
Dependencies 0 packages
Packages resolved 0
Tree resolution Complete
MCP tools · 4 exposed · ~475 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
package_deps ~117

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.

NameTypeReqDescription
ecosystemstringyesPackage ecosystem: 'npm', 'pypi', or 'crates' (crates.io / Cargo, for Rust)
namestringyesPackage name, e.g. 'express', 'requests', or 'serde'
versionstringOptional exact version; defaults to latest

No output schema declared.

No examples provided.

package_downloads ~114

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

NameTypeReqDescription
ecosystemstringyesPackage ecosystem: 'npm', 'pypi', or 'crates' (crates.io / Cargo, for Rust)
namestringyesPackage name, e.g. 'express', 'requests', or 'serde'
rangestringnpm only; PyPI returns last-week, crates.io returns a 90-day total

No output schema declared.

No examples provided.

package_snapshot ~110

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.

NameTypeReqDescription
ecosystemstringyesPackage ecosystem: 'npm', 'pypi', or 'crates' (crates.io / Cargo, for Rust)
namestringyesPackage name, e.g. 'express', 'requests', or 'serde'

No output schema declared.

No examples provided.

package_vulns ~134

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.

NameTypeReqDescription
ecosystemstringyesPackage ecosystem: 'npm', 'pypi', or 'crates' (crates.io / Cargo, for Rust)
namestringyesPackage name, e.g. 'express', 'requests', or 'serde'
versionstringOptional exact version, e.g. '5.2.1'

No output schema declared.

No examples provided.