Developer Tools
isitalive.dev
Assesses and scores the maintenance health of npm, Go, PyPI packages, GitHub repositories, and dependency manifests.
ENDPOINT 1
https://isitalive.dev/mcp
MCP server metadata
- Name
- isitalive
- Version
- 0.14.0
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_packageResolve an npm, Go, or PyPI package to its GitHub repository and return the 0-100 maintenance-health score, verdict, signals, and drivers.
Inferred read-onlycheck_repoReturn the 0-100 maintenance-health score, verdict, signals, and drivers for a GitHub repository.
Inferred read-onlyaudit_manifestScore every dependency in a manifest or lockfile and return per-dependency maintenance-health results plus an aggregate summary.
Inferred read-onlyCONNECT 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.
isitalive.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.