mcpbeat Sign in

Norm MCP Server

local only

Norm MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 25 installs a week from npm.

Statistical baselines — check if values are normal or anomalous for a given category.

Installs per day peak 8 · avg 4 · +53% w/w
a month agotoday
25
Installs / week
npm · @agentutil/norm-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Norm MCP 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 norm-mcp -- npx -y @agentutil/norm-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "norm-mcp": {
      "args": [
        "-y",
        "@agentutil/norm-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.norm-mcp]
command = "npx"
args = ["-y", "@agentutil/norm-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "norm-mcp": {
      "args": [
        "-y",
        "@agentutil/norm-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "norm-mcp": {
      "args": [
        "-y",
        "@agentutil/norm-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Norm MCP

same job, measured the same way
Partelisto
by targetgrps

Guest check-in, SES.HOSPEDAJES status, and booking creation for Spanish vacation rentals. No PII.

8 tools answering
Agent Eval
by rudrendupaul

Statistical regression testing for LLM agents: p-value, effect size, and CI on behavior change.

161 installs/wk local only
Regressguard
by bharath-code

Deterministic API regression checks for AI agents: snapshot a baseline, catch broken contracts.

local only
Vatnode MCP
by vatnode

Official MCP server: EU VAT validation via VIES, plus offline rates and format checks.

115 installs/wk local only
Evalgate
by ipezygj

Statistical checks an agent runs before trusting an AI eval number (is #1 real, judge bias, more).

22 installs/wk local only
Greynoise
by nickjlucker

MCP server for GreyNoise API - Check if IPs are internet background noise or targeted attacks

28 installs/wk local only
Battery ERP
by icohangar-ops

Battery value-chain inventory MCP: lookup SKUs, status/reorder, bin-check, audited confirmation.

109 installs/wk local only
Downdetector
by domdomegg

Check service status and outage information via Downdetector.

33 installs/wk local only

Norm MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Norm MCP?
Norm MCP 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 @agentutil/norm-mcp was installed 25 times last week.
How do I connect Norm MCP?
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 @agentutil/norm-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Norm MCP?
The npm package @agentutil/norm-mcp was installed 25 times in the last week. Week over week that is +53%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.