pumpcheck
Server Details
Detect npm download-pumping before adding a dependency: real usage vs inflated counter.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
Scored across 1 tool
With only one tool, there is no possibility of confusion or overlap with other operations. The tool's purpose is singular and clearly scoped to checking npm download trust.
The single tool name follows a clear verb_noun pattern (check_npm_download_trust) and uses consistent snake_case. There are no competing naming conventions to create inconsistency.
One tool is somewhat thin, but it directly matches the server's narrow, single-purpose domain. The tool is comprehensive enough that additional tools would likely be redundant.
The tool fully covers the server's stated purpose: it detects download pumping, returns multiple indicators, and provides a clear verdict. No obvious gaps exist for a server dedicated to this single check.
Available Tools
1 toolcheck_npm_download_trustARead-onlyInspect
Check whether an npm package's public download count reflects real adoption. Detects 'download pumping' -- the documented supply-chain technique where a package is published in hundreds of rapid-fire versions so registry mirrors and security scanners inflate its download counter, making an unused or malicious package look popular. Returns npm's headline 30-day count, a spike-resistant estimate of sustained real usage, the share of the month falling on the busiest single day, recent version-flood bursts, and a verdict of clean, unreliable or inflated. Use before adding or recommending a dependency, especially a new or unfamiliar one.
| Name | Required | Description | Default |
|---|---|---|---|
| package | Yes | The npm package name, e.g. express or @upstash/context7-mcp. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already show readOnlyHint=true and destructiveHint=false, and the description complements them by revealing what the tool inspects: headline 30-day count, spike-resistant usage estimate, busy-day share, version-flood bursts, and a clean/unreliable/inflated verdict. It also explains the underlying supply-chain technique, giving the agent meaningful expectations beyond what the annotations provide.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact enough while carrying substantive context: a one-sentence definition, a concise explanation of the attack pattern, a list of returned metrics, and an explicit usage directive. Every sentence serves a purpose, though the attack-technique explanation is slightly verbose relative to the core actionable content.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With one parameter, no output schema, and no siblings, the description fully carries the burden of explaining what the agent can expect. It names all key outputs (count, spike-resistant estimate, busy-day share, version bursts, verdict) and gives clear invocation context, so nothing essential is left undocumented.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema covers the single parameter 'package' with a clear description and example, so the baseline is 3. The description reinforces that the package is an npm package name but does not add new parameter-level detail such as format constraints or validation rules, so it neither improves nor detracts from schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific verb and resource: 'Check whether an npm package's public download count reflects real adoption.' It goes beyond a generic statement by naming the exact threat ('download pumping') and enumerating the returned verdicts, so an agent knows precisely what the tool does even with no sibling tools to contrast against.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives an explicit usage instruction: 'Use before adding or recommending a dependency, especially a new or unfamiliar one.' This establishes clear when-to-use context, though it does not discuss when not to use the tool or compare it to alternatives — but no sibling tools exist, so the omission is minor.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
1 tool update
- First observed
check_npm_download_trust
Related MCP Connectors
Detect malicious or vulnerable npm packages: registry search, OSV.dev and GitHub advisory lookups
Verify npm packages before your AI agent installs them: hallucinations, advisories, API drift.
npm package trends and weekly downloads over time. Free key at trendsmcp.ai
x402-gated safety checker for npm/PyPI packages before you npm install / pip install.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceProvides weekly download counts and trend data for npm packages, enabling comparison of adoption velocity across JavaScript libraries.MIT
- AlicenseAqualityAmaintenanceEnables AI coding agents and CI to vet npm dependencies before they reach the lockfile, flagging hallucinated, slopsquatted, or otherwise risky packages with evidence-backed verdicts.3694 npm4MIT
- AlicenseNot gradedqualityCmaintenanceAudits npm packages for supply-chain attacks (typosquatting, malicious install scripts, credential exfiltration) before installation, returning a SAFE/SUSPICIOUS/DANGEROUS verdict.MIT
- AlicenseAqualityCmaintenanceSupply chain risk scoring for npm, PyPI, and GitHub repos829 npm7MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.