DepScope
FreeNot checkedPackage intelligence MCP server. Stops AI agents from installing hallucinated/malicious packages across 17 ecosystems. 22 tools, free, no auth.
About
Package intelligence MCP server. Stops AI agents from installing hallucinated/malicious packages across 17 ecosystems. 22 tools, free, no auth.
README
Package Intelligence for AI Agents. Stops AI coding agents (Claude, ChatGPT, Cursor, Windsurf, Copilot, Cline) from installing hallucinated, deprecated, or malicious packages across 19 ecosystems.
→ Live at depscope.dev · 8.4M+ packages · 42K+ vulnerabilities (99% EPSS-enriched) · zero auth · free
Quick start (MCP)
Claude Desktop / Cursor / Windsurf — remote
{
"mcpServers": {
"depscope": {
"url": "https://mcp.depscope.dev/mcp"
}
}
}
Claude Code / local — stdio
{
"mcpServers": {
"depscope": {
"command": "npx",
"args": ["-y", "depscope-mcp"]
}
}
}
The MCP server source is at cuttalo/depscope-mcp (AGPL-3.0).
What it does
22 MCP tools across 19 package ecosystems:
npm · pypi · cargo · go · composer · maven · nuget · rubygems · pub · hex · swift · cocoapods · cpan · hackage · cran · conda · homebrew · jsr · julia
| Tool | Purpose |
|---|---|
check_package |
Full safety check: deprecation · vulnerabilities · health · recommendation |
check_malicious |
Malicious-package detector |
check_typosquat |
Typosquat detection vs popular names |
package_exists |
Hallucination detector (404 = LLM invented it) |
get_health_score |
0–100 health score with breakdown |
get_vulnerabilities |
Vulnerabilities + severity scoring |
find_alternatives |
Suggested alternatives for deprecated/abandoned packages |
get_breaking_changes |
Major-version migration notes |
get_known_bugs |
Known issues for a package |
compare_packages |
Side-by-side comparison |
check_compatibility |
Stack-level compatibility check |
resolve_error |
Error message → likely cause + fix |
install_command |
Verified install command for the target ecosystem |
get_latest_version |
Latest stable version + maturity signal |
pin_safe |
Suggested safe version pin |
get_trust_signals |
Multi-signal trust score |
get_migration_path |
Step-by-step upgrade plan |
scan_project |
Bulk scan of dependency manifests |
check_bulk |
Fast pre-flight filter for batches |
get_trending |
Trending packages by ecosystem |
get_package_prompt |
Compact LLM-friendly summary |
contact_depscope |
Report a missing package or false positive |
REST API
Same data, plain HTTPS — no MCP client needed.
curl https://depscope.dev/api/check/npm/lodash
curl https://depscope.dev/api/check/pypi/requests
curl https://depscope.dev/api/check/cargo/serde
Full reference: depscope.dev/integrate
Why
LLMs frequently invent package names that look real but don't exist (fastapi-turbo, lodahs, tokio-stream-extras). When an agent tries to install one, it can hit an attacker's typosquat. DepScope verifies every package before install.
Read more: depscope.dev/why
Pricing
Free. No auth required. Generous rate limits.
If you need higher quotas, SLA, or on-prem deployment, contact us at [email protected].
Open source vs proprietary
This repository is a landing page with documentation only.
MCP server (client SDK) — open source, AGPL-3.0: → cuttalo/depscope-mcp → npm: depscope-mcp
Backend (API + intelligence layer) — proprietary, hosted at
depscope.dev.
This split lets us keep the client free, auditable, and community-extensible while sustaining the infrastructure that powers it.
Links
- Homepage · depscope.dev
- API docs · depscope.dev/integrate
- MCP server source · cuttalo/depscope-mcp
- npm · depscope-mcp
- Glama listing · glama.ai/mcp/servers/cuttalo/depscope
- Awesome MCP · punkpeye/awesome-mcp-servers
License
This README and accompanying landing files: CC-BY-4.0. MCP client SDK: AGPL-3.0 (see cuttalo/depscope-mcp). Backend service: proprietary.
Built by Cuttalo srl · Italy 🇮🇹
Installing DepScope
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/cuttalo/depscopeFAQ
Is DepScope MCP free?
Yes, DepScope MCP is free — one-click install via Unyly at no cost.
Does DepScope need an API key?
No, DepScope runs without API keys or environment variables.
Is DepScope hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install DepScope in Claude Desktop, Claude Code or Cursor?
Open DepScope on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
by lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare DepScope with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
