DepScope
NPM · DEPSCOPE-MCP · 2 COMPONENTS · SCANNED SEP 24
Package intelligence MCP for AI agents — 22 tools, 19 ecosystems, AGPL SDK, free.
Available components
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 → Why this is hard to score →
Supply Chain Security98
- 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
- 31 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (AGPL-3.0-or-later).Pass
- Actively maintained (last published 142 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability72
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 3060 tokens (~139/item across 22 items; 22 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management80
- Stability observed for 24 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage83
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 48% of tool parameters carry a description.Partial
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 22 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 23 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the DepScope MCP server?
DepScope runs locally as an npm package, launched with npx -y depscope-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · depscope-mcp
claude mcp add dev-depscope-mcp -- npx -y depscope-mcp
{
"mcpServers": {
"dev-depscope-mcp": {
"command": "npx",
"args": [
"-y",
"depscope-mcp"
]
}
}
} {
"servers": {
"dev-depscope-mcp": {
"command": "npx",
"args": [
"-y",
"depscope-mcp"
]
}
}
} codex mcp add dev-depscope-mcp -- npx -y depscope-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"dev-depscope-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"depscope-mcp"
],
"enabled": true
}
}
} openclaw mcp add dev-depscope-mcp --command npx --arg -y --arg depscope-mcp
mcp_servers:
dev-depscope-mcp:
command: "npx"
args: ["-y", "depscope-mcp"] {
"McpServers": {
"dev-depscope-mcp": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"depscope-mcp"
]
}
}
} assistant mcp add dev-depscope-mcp -t stdio -c npx -a -y depscope-mcp
{
"mcpServers": {
"dev-depscope-mcp": {
"command": "npx",
"args": [
"-y",
"depscope-mcp"
]
}
}
} 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.
- 24 Sept 26 −3
- Security disclosure: unverified → fail ▼ functional
- Stability: pass → 0.80 functional
- 23 Sept 26 0
- Stability: 0.97 → pass security
- Security disclosure: fail → unverified ▼ functional
- 22 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
- 20 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.
- 18 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.
- 17 Sept 26 −3
- Stability: pass → 0.80 functional
- 16 Sept 26 0
- Stability: 0.97 → pass security
- 15 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
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 24 Sept 2026 · Analysed npm/depscope-mcp@0.9.0
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 95 packages
| Packages resolved | 95 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
check_bulk ~125
Fast pre-flight filter for a batch of (ecosystem, package) pairs. DB-only, <100ms for 100 items. USE WHEN: about to emit `npm install a b c …` or `pip install a b c …` — catches hallucinated names, stdlib, typos, and known-bad in ONE call. NOT a dep-tree audit (use scan_project for that). RETURNS: per-item {status: exists|stdlib|malicious|typosquat_suspect|historical_incident|unknown}.
| Name | Type | Req | Description |
|---|---|---|---|
| items | array | yes | – |
No output schema declared.
No examples provided.
check_compatibility ~81
Is this specific multi-package version combo verified to work together? USE WHEN: pinning a stack (next@15 + react@19 + node@22); before recommending a version matrix. RETURNS: {compatible, conflicts[], notes}.
| Name | Type | Req | Description |
|---|---|---|---|
| packages | object | yes | Package -> version map, e.g. {"next":"15","react":"19"}. |
No output schema declared.
No examples provided.
check_malicious ~83
Supply-chain malware check against OpenSSF/OSV. USE WHEN: about to suggest install of an unvetted/unfamiliar package; name came from a blog/tutorial. Call BEFORE check_package for untrusted pkgs. RETURNS: {is_malicious, threat_tier, source}.
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | yes | – |
| package | string | yes | – |
No output schema declared.
No examples provided.
check_package ~109
Full machine-readable JSON report (~2k tokens). USE WHEN: you need to programmatically parse specific fields (CI gating, UI, sub-field extraction). Otherwise prefer get_package_prompt. RETURNS: {package, health:{score}, vulnerabilities[], latest, deprecated, maintainers, recommendation}.
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | yes | – |
| package | string | yes | Package name (e.g. 'express', 'fastapi', 'serde'). |
| version | string | – | Specific version (optional; default = latest). |
No output schema declared.
No examples provided.
check_typosquat ~84
Typosquat detector. USE WHEN: name differs from a well-known package by 1-2 chars (`lodsh`, `reqeusts`); copy-paste from unreliable source; downloads near zero but name looks familiar. RETURNS: {is_typosquat, likely_target, confidence}.
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | yes | – |
| package | string | yes | – |
No output schema declared.
No examples provided.
compare_packages ~96
Side-by-side comparison (health, vulns, downloads, maintainers, last release) of 2-10 packages in the same ecosystem. USE WHEN: 'X vs Y' / 'should I pick X or Y'. RETURNS: table-shaped JSON, one row per package.
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | yes | – |
| packages | array | yes | Package names to compare, e.g. ['express','fastify','hono']. |
No output schema declared.
No examples provided.
contact_depscope ~403
Inbound ticket: bug/listing/security/anomaly/partnership. USE WHEN: reporting wrong data (`bug`), requesting a new pkg/ecosystem index (`listing`), disclosing a DepScope security issue (`security`), flagging a concrete mismatch in another tool's output vs. authoritative source (`anomaly` — provide tool_called+observed+expected), or partnership/press (`partnership`). RETURNS: {ticket_id} or {anomaly_id}.
| Name | Type | Req | Description |
|---|---|---|---|
| body | string | – | Message body (10-8000 chars). Be specific: include package name, ecosystem, error trace, repro steps when applicable. |
| company | string | – | Company / organization (optional). |
| ecosystem | string | – | For kind=anomaly: ecosystem of the involved package, if any. |
| string | – | Reply-to email of the requester (required for bug/listing/security/partnership). | |
| evidence_url | string | – | For kind=anomaly: URL to authoritative source (registry page, GHSA, CVE, repo, ...) supporting your expectation. |
| expected | string | – | For kind=anomaly: what you expected to see (1-1500 chars). Be concrete. |
| kind | string | – | Ticket category. `anomaly` routes to structured anomaly triage (requires tool_called/observed/expected). |
| name | string | – | Sender display name (optional). |
| observed | string | – | For kind=anomaly: what DepScope returned (1-1500 chars). |
| package | string | – | For kind=anomaly: package name involved, if any. |
| subject | string | – | Short subject line (3-200 chars). |
| tool_called | string | – | For kind=anomaly: DepScope tool that produced the anomaly (e.g. check_package, get_migration_path). |
| version | string | – | For kind=anomaly: package version involved, if any. |
No output schema declared.
No examples provided.
find_alternatives ~92
Curated replacements for deprecated/unhealthy packages, including stdlib built-ins (e.g. `fs.rm` for rimraf). USE WHEN: pkg flagged AVOID/URGENT; 'what to use instead of X'; before guessing a replacement name. RETURNS: {alternatives[]: {name, reason, is_stdlib}}.
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | yes | – |
| package | string | yes | – |
No output schema declared.
No examples provided.
get_breaking_changes ~103
Breaking changes between two majors of the SAME package (`next@14`→`15`). USE WHEN: user is bumping a major; before recommending a major upgrade. Different from get_migration_path (same pkg vs. different pkg). RETURNS: {breaking_changes[]: {area, description, hint}}.
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | yes | – |
| from_version | string | – | – |
| package | string | yes | – |
| to_version | string | – | – |
No output schema declared.
No examples provided.
get_health_score ~89
Single 0-100 health score — cheapest go/no-go gate (>=70 safe). USE WHEN: CI gating or pkg already screened for malware/typos. NOT a first screen — run check_malicious + check_typosquat first. For a verbal verdict use get_package_prompt. RETURNS: {score, verdict}.
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | yes | – |
| package | string | yes | – |
No output schema declared.
No examples provided.
get_known_bugs ~76
Non-CVE known bugs for a specific package version. USE WHEN: unexpected behavior that is NOT a security issue; a pinned version misbehaves. RETURNS: {bugs[]: {title, fixed_in, workaround}}.
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | yes | – |
| package | string | yes | – |
| version | string | – | – |
No output schema declared.
No examples provided.
get_latest_version ~78
Latest published version + deprecation flag — the cheapest call. USE WHEN: only a version string matters (pinning a dep, answering 'what version of X'). If you also need health/vulns use check_package. RETURNS: {latest, deprecated, published_at}.
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | yes | – |
| package | string | yes | – |
No output schema declared.
No examples provided.
get_migration_path ~113
Prescriptive migration plan between DIFFERENT packages — rationale + literal code diff + breaking changes + effort minutes. USE WHEN: replacing `request`→`axios`, `moment`→`dayjs`, `flask`→`fastapi`, etc.; both endpoints known. RETURNS: {rationale, diff, breaking_changes[], estimated_minutes}.
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | yes | – |
| from_package | string | yes | Deprecated/legacy package to migrate away from. |
| to_package | string | yes | Modern replacement package. |
No output schema declared.
No examples provided.
get_package_prompt ~113
LLM-optimised package brief — plain text ~300 tokens (~75% cheaper than JSON). Verdict (SAFE/AVOID/URGENT/MALICIOUS) + health + vulns + alternatives + maintainer alerts. USE WHEN: you want to reason over a package and drop the output directly in context; 'is X safe'. PREFER THIS over check_package in 95% of LLM cases. RETURNS: plain-text brief.
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | yes | – |
| package | string | yes | – |
No output schema declared.
No examples provided.
get_trending ~112
Live trending packages with rank-delta and weekly growth %. USE WHEN: 'what is rising in npm/PyPI/Cargo right now'; recommendation not biased by training-data cutoff. RETURNS: {items[]: {name, rank, rank_delta, weekly_growth_pct}}.
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | – | Optional. If omitted returns cross-ecosystem trending. |
| limit | integer | – | Max results, 1-50. Default 20. |
| scope | string | – | Time window. Defaults to week. |
No output schema declared.
No examples provided.
get_trust_signals ~140
One-call aggregate of ALL non-CVE supply-chain trust signals: maintainer trust (bus factor, ownership changes), OpenSSF Scorecard, quality (criticality, release velocity, publish security), and SLSA/Sigstore provenance. USE WHEN: deep-vetting a package beyond CVEs (hardened/regulated env, SBOM/compliance, small-pkg ownership review, choosing between healthy candidates). Runs 4 backend endpoints in parallel. RETURNS: {maintainer, scorecard, quality, provenance} — each may be null if its backend call failed.
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | yes | – |
| package | string | yes | – |
No output schema declared.
No examples provided.
get_vulnerabilities ~85
CVE/OSV advisories affecting the latest (or specified) version. USE WHEN: security-sensitive project; user asks 'any CVEs in X'; you already know the pkg exists. RETURNS: {vulnerability_count, vulnerabilities[]: {id, severity, cvss, fixed_in}}.
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | yes | – |
| package | string | yes | – |
No output schema declared.
No examples provided.
install_command ~103
Canonical install command(s) across every package manager of the ecosystem (npm/pnpm/yarn/bun, pip/uv/poetry, cargo, go, composer, maven+gradle, nuget, …). USE WHEN: emitting an install line and you want correct flags. RETURNS: {primary, variants[]}.
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | yes | – |
| package | string | yes | – |
| version | string | – | Optional explicit version; defaults to latest. |
No output schema declared.
No examples provided.
package_exists ~58
Boolean registry existence check. USE WHEN: about to emit a package name in an install command but unsure it exists; verifying a name generated from training data. RETURNS: {exists}.
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | yes | – |
| package | string | yes | – |
No output schema declared.
No examples provided.
pin_safe ~133
Highest version below the chosen CVE severity tier, respecting a semver constraint. USE WHEN: writing a package.json/requirements.txt line; resolving dependabot by lowest-risk patched version. RETURNS: {recommended_version, walk_log[]}.
| Name | Type | Req | Description |
|---|---|---|---|
| constraint | string | – | npm-style constraint: ^X.Y.Z, ~X.Y.Z, >=X.Y.Z, or exact X.Y.Z. |
| ecosystem | string | yes | – |
| include_prerelease | boolean | – | – |
| min_severity | string | – | Lowest severity to exclude. Default: high (excludes critical+high). |
| package | string | yes | – |
No output schema declared.
No examples provided.
resolve_error ~166
Map error OR free-text query to a verified fix. USE WHEN: user pastes a concrete error/stack (ENOENT, ImportError, build failure) — pass `error`. OR user describes a symptom ('webpack slow', 'pip stuck') — pass `query`. Always prefer this over guessing a fix. RETURNS: exact-match {status, solution, confidence, source_url} or search results [{title, summary, source_url}].
| Name | Type | Req | Description |
|---|---|---|---|
| context | object | – | Optional context for error-mode calls (ecosystem, package, version). |
| error | string | – | Concrete error message / stack trace. Triggers exact-match lookup. |
| limit | integer | – | Max search results (query mode only). |
| query | string | – | Free-text symptom description. Triggers KB search. |
No output schema declared.
No examples provided.
scan_project ~244
Audit a project's dependencies in one shot. Returns a single-sentence `verdict` (e.g. "DO NOT INSTALL — 1 hallucinated: fastapi-turbo") that an agent can paste into its reply, plus per-package health/vulns/recommendation. Detects hallucinated packages, deprecated, typosquats, critical vulnerabilities. Accepts EITHER {ecosystem, packages:[name@ver, …]} (up to 100, returns JSON) OR {packages:[{ecosystem, package}, …]} (up to 50, mixed ecosystems, returns text brief). USE WHEN: user pastes package.json/requirements.txt/Cargo.toml; agent generated install command; 'is my stack OK'. RETURNS: JSON with `verdict`, `project_risk`, `summary.hallucinated_packages`, `summary.deprecated_packages`, per-package health.
| Name | Type | Req | Description |
|---|---|---|---|
| ecosystem | string | – | Required when packages is a string array. |
| packages | – | yes | Either ['express','lodash@4.17.0'] (single ecosystem, up to 100) or [{ecosystem, package}, …] (mixed, up to 50). |
No output schema declared.
No examples provided.
What is the DepScope MCP server?
DepScope is an MCP server listed in the public MCP registry as dev.depscope/mcp. Package intelligence MCP for AI agents, 22 tools, 19 ecosystems, AGPL SDK, free. This page covers its npm package (depscope-mcp).
Is the DepScope MCP server safe to use?
DepScope scores 79 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 24 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the DepScope MCP server expose?
DepScope exposes 22 tools: check_malicious, check_typosquat, check_bulk, package_exists, get_latest_version, and 17 more. Their descriptions and schemas cost roughly 2,686 tokens of context every time the server is loaded.
Is the DepScope MCP server still maintained?
DepScope is still listed as active in the MCP registry. We last reached this channel on 24 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the DepScope MCP server under?
DepScope declares the AGPL-3.0-or-later licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.