mcpbeat Sign in

Prodcheck MCP Server

by farzamhabibi Your server? Claim it
local only

Prodcheck runs on your own machine — the client starts it, so there is no endpoint to ping. 218 installs a week from npm. Last commit 13 Sep 2026.

4,372 pre-production checks: security, performance, scale, integrations, post-launch.

Installs per day peak 1 542 · avg 61
a month agotoday
218
Installs / week
npm · prodcheck
15
Stars
0 open issues
13 Sep 2026
Last commit
0 releases in 90 days
License
JavaScript

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable cli/index.js:130, [пакет] cli/index.js:130
    const dest = path.join(cwd, rel)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add prodcheck -- npx -y prodcheck
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "prodcheck": {
      "args": [
        "-y",
        "prodcheck"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.prodcheck]
command = "npx"
args = ["-y", "prodcheck"]
.cursor/mcp.json
{
  "mcpServers": {
    "prodcheck": {
      "args": [
        "-y",
        "prodcheck"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "prodcheck": {
      "args": [
        "-y",
        "prodcheck"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Prodcheck

same job, measured the same way
prodlint
by prodlint

Production readiness for vibe-coded apps. 52 checks for security, reliability, and performance.

729 installs/wk local only
Sitelemetry
by sitelemetry

OAuth website audits: security, SEO, AI visibility, integrations, accessibility and performance.

answering
PageLens AI
by pagelens-ai

AI website audit: security, SEO, performance, UX and accessibility checks with actionable fixes.

answering
N
Think MCP
by agentutil

Intent security pre-flight checks for autonomous AI agents.

23 installs/wk local only
Taskbounty Check
by eliottreich

Local GitHub Actions/CI maintenance check (action pinning, token perms). Not a full security audit.

65 installs/wk local only
GitHub Actions Audit
by unbearabledev

GitHub Actions workflow security audit - 21 checks: pinning, permissions, secrets, injection.

answering
MCP Shield
by craftedtrust

Trust verification for MCP servers. Check scores, scan for security issues, search 4,200+ servers.

4 tools answering
DBeast PostgreSQL MCP
by snss10

PostgreSQL MCP server for schema, query, health, security, and performance analysis.

local only

Prodcheck — questions

Answers built from our own checks of this server.

Why is there no uptime for Prodcheck?
Prodcheck runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package prodcheck was installed 218 times last week.
How do I connect Prodcheck?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls prodcheck straight from npm; nothing to host, nothing to sign up for.
How many people use Prodcheck?
The npm package prodcheck was installed 218 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Prodcheck open source?
We cannot say either way: written in JavaScript and 15 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.