Skip to content
Back to search
30
MCP http

PackageGuard

x402/packageguard

Checks whether an npm or PyPI package is safe to install before an AI agent runs npm install or pip install. Flags nonexistent packages, known CVEs (via OSV.dev), typosquat risk, and very-new/single-version packages -- targets slopsquatting, where attackers register malicious lookalikes for LLM-hallucinated package names. [x402: $0.005/call on base-mainnet, category=other]

Uptime
0.0%
2 probes
Response
0ms
last probe
Tools
0
callable

Similar MCP servers embedding-nearest

PackageGuard
x402-gated safety checker for npm/PyPI packages before you npm install / pip install.
0 tools · streamable-http
io.github.mlawsonking/package-guard-mcp
Supply-chain guard for AI coding agents: verify packages, check vulns/malware, detect typosquats.
0 tools
io.github.baneado98/import-guardian
Catch AI-hallucinated (slopsquatted) npm imports in generated code before npm install.
0 tools
io.github.liminalpepe/agent-guard-mcp
Verify-before-act safety checks for AI agents: packages, lockfiles, manifests, CI workflows.
0 tools
AgentGuard — security checks for AI agents
Secret, CVE and dependency-vulnerability scanning for AI agents (free, OSV.dev).
0 tools
PromptGuard
Scan prompts for injection attacks, redact PII, and audit LLM SDK usage from any MCP client
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "packageguard": {
      "url": "https://packageguard-k4s4.onrender.com/check",
      "transport": "http"
    }
  }
}