← isitalive.dev

INDIVIDUAL MCP TOOL

audit_manifest

Score every dependency in a manifest or lockfile and return per-dependency maintenance-health results plus an aggregate summary.

isitalive.devnone 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

isitalive.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.isitalive-dev]
url = "https://isitalive.dev/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • check_package — Resolve an npm, Go, or PyPI package to its GitHub repository and return the 0-100 maintenance-health score, verdict, signals, and drivers.
  • check_repo — Return the 0-100 maintenance-health score, verdict, signals, and drivers for a GitHub repository.