mcpbeat Sign in

MCP Hook Conformance MCP Server

local only

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

Audits MCP servers for Claude Code mcp_tool hook readiness: idempotency, latency, side-effects.

Installs per day peak 162 · avg 14 · -35% w/w
a month agotoday
45
Installs / week
npm · mcp-hook-conformance
0
Stars
0 open issues
13 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check MCP Hook Conformance every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 hook-conformance -- npx -y mcp-hook-conformance
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hook-conformance": {
      "args": [
        "-y",
        "mcp-hook-conformance"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hook-conformance]
command = "npx"
args = ["-y", "mcp-hook-conformance"]
.cursor/mcp.json
{
  "mcpServers": {
    "hook-conformance": {
      "args": [
        "-y",
        "mcp-hook-conformance"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hook-conformance": {
      "args": [
        "-y",
        "mcp-hook-conformance"
      ],
      "command": "npx"
    }
  }
}

Alternatives to MCP Hook Conformance

same job, measured the same way
Brand Voice
by zoharbabin

Enforce brand writing guidelines in Claude Code — PostToolUse hook + MCP server

51 installs/wk local only
Hostinger SSH MCP
by ohvenkat

MCP server for connecting Claude Code to a Hostinger VPS via SSH

25 installs/wk local only
Erbina
by noahhyden

Bootstrap, verify, and update CLI tools & MCP servers in Claude Code from recipes; audit scopes.

local only
Gemini
by pavelguzenfeld

MCP server that exposes Google Gemini as tools for Claude Code

55 installs/wk local only
Smartguard MCP
by kota1026

SmartGuard MCP Server - AI-powered smart contract security audit tools for Claude Code, Cursor,...

25 installs/wk local only
Protect MCP
by tomjwxf

Signed receipts and Cedar policies for AI agent tool calls. Claude Code hooks, MCP gateway.

2 489 installs/wk local only
I
Hermes Prime
by hermes-labs-ai

Read-only stdio MCP server for a versioned convention card in Claude Code.

local only
Mcpwatch
by lazymac2x

Audit MCP servers from inside Claude Code. 10 OWASP checks, A-F grade, live leaderboard.

30 installs/wk local only

MCP Hook Conformance — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Hook Conformance?
MCP Hook Conformance 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 mcp-hook-conformance was installed 45 times last week.
How do I connect MCP Hook Conformance?
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 mcp-hook-conformance straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Hook Conformance?
The npm package mcp-hook-conformance was installed 45 times in the last week. Week over week that is -35%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Hook Conformance open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.