← Registry

Developer Tools

isitalive.dev

Assesses and scores the maintenance health of npm, Go, PyPI packages, GitHub repositories, and dependency manifests.

1 endpoint3 known toolsFirst detected July 14, 2026Last detected August 21, 2026

ENDPOINT 1

https://isitalive.dev/mcp

No auth detected

MCP server metadata

Name
isitalive
Version
0.14.0
Capabilities
tools
Server instructions

IsItAlive scores open-source projects on 8 weighted maintenance signals and returns a 0-100 maintenance-health score with a verdict (healthy 80-100, stable 60-79, degraded 40-59, critical 20-39, unmaintained 0-19). It is a maintenance-risk signal, not a security, license, or compliance verdict. Use check_package when you have a dependency name (npm, Go, or PyPI). Use check_repo when you already know the GitHub owner/repo. Use audit_manifest to score every dependency in a manifest or lockfile at once (requires an IsItAlive API key or GitHub Actions OIDC token sent as an Authorization: Bearer header). Archived repositories score 0 instantly.

Known tools 3

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.

Inferred read-only
check_repo

Return the 0-100 maintenance-health score, verdict, signals, and drivers for a GitHub repository.

Inferred read-only
audit_manifest

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

Inferred read-only

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for isitalive.dev was fetched 2026-08-04T13:45:24.558Z and is being refreshed.

Trust status Neutral

isitalive.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.