← depscope.dev

INDIVIDUAL MCP TOOL

get_known_bugs

Non-CVE known bugs for a specific package version.

depscope.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.depscope.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_known_bugs and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

depscope.dev

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.depscope]
url = "https://mcp.depscope.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "depscope": {
      "type": "http",
      "url": "https://mcp.depscope.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: depscope
Remote MCP URL: https://mcp.depscope.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "depscope": {
      "url": "https://mcp.depscope.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "depscope": {
      "type": "http",
      "url": "https://mcp.depscope.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "depscope",
  "transport": "streamable-http",
  "url": "https://mcp.depscope.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • check_malicious — Supply-chain malware check against OpenSSF/OSV.
  • check_typosquat — Typosquat detector.
  • check_bulk — Fast pre-flight filter for a batch of (ecosystem, package) pairs.
  • package_exists — Boolean registry existence check.
  • get_latest_version — Latest published version + deprecation flag — the cheapest call.
  • get_health_score — Single 0-100 health score — cheapest go/no-go gate (>=70 safe).
  • install_command — Canonical install command(s) across every package manager of the ecosystem (npm/pnpm/yarn/bun, pip/uv/poetry, cargo, go, composer, maven+gradle, nuget, …).
  • get_package_prompt — LLM-optimised package brief — plain text ~300 tokens (~75% cheaper than JSON).