Featured

Deploy OpenClaw in 60 seconds โ€” 20% off logoDeploy OpenClaw in 60 seconds โ€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger โ†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger โ†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free โ†’
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free โ†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data โ€” no proxies, no parsers, no maintenance.

Start building free โ†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4โ€“50+ employees): we install, harden, integrate your tools, and maintain it โ€” secured from day one.

Get it set up for you โ†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free โ†’
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here โ†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

cuttalo/depscope MCP server](https://glama.ai/mcp/servers/cuttalo/depscope/badges/score.svg)](https://glama.ai/mcp/servers/cuttalo/depscope) ๐Ÿ“‡ โ˜๏ธ ๐Ÿ  - Package Intelligence for AI agents.

README.md

DepScope

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 depscope@cuttalo.com.

---

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

---

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 ๐Ÿ‡ฎ๐Ÿ‡น

See related servers & alternatives โ†’

Related MCP servers

Browse all โ†’

Related guides

Hand-picked reading to help you choose and use AI & ML servers.