← selflabbs.com

INDIVIDUAL MCP TOOL

package_health

A composite trust/health check for a package an agent is considering: latest-release recency, deprecation status, license present, maintainer count, dependency count, and any known security advisories (via deps.dev).

selflabbs.comnone authenticationAvailability not checked

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 endpoint

selflabbs.com

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.package-intel]
url = "https://package.selflabbs.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "package-intel": {
      "type": "http",
      "url": "https://package.selflabbs.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: package-intel
Remote MCP URL: https://package.selflabbs.com/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": {
    "package-intel": {
      "url": "https://package.selflabbs.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "package-intel": {
      "type": "http",
      "url": "https://package.selflabbs.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "package-intel",
  "transport": "streamable-http",
  "url": "https://package.selflabbs.com/mcp"
}
MCP Inspector

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

Related tools

  • package_info — Get core metadata for a package: latest version, description, license, homepage, source repository, maintainers, and whether it is deprecated.
  • package_versions — List recent released versions of a package with release dates (most recent first).
  • package_downloads — Get popularity/download statistics for a package (recent download counts).
  • package_dependencies — List the direct dependencies of a specific package version (defaults to latest), via deps.dev.
  • package_search — Search for packages by keyword and get the top matches with descriptions.