← Index

net.agentutil/norm-mcp

net.agentutil/norm-mcp·v1.0.0·Other
Quality Score
73
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "norm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@agentutil/norm-mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "norm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@agentutil/norm-mcp"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @agentutil/norm-mcp
§03  MCP Quality Score  ·  methodology
freshness
23
completeness
5
installability
25
documentation
10
stability
10
§04  Alternatives in Other