mcpbeat Sign in

MCHS NWAU Calculator MCP Server

local only

MCHS NWAU Calculator runs on your own machine — the client starts it, so there is no endpoint to ping. 64 installs a week from pypi. Last commit 4 Jul 2026.

Stdio MCP server for MCHS schemas, validation, support status, and evidence.

Installs per day peak 21 · avg 8 · +52% w/w
a month agotoday
64
Installs / week
pypi · nwau-py
3
Stars
33 open issues
4 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 15 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 archive/sas/NEP21 SAS NWAU Calculator/Calculators/Scorer_v3.py:69, archive/sas/NEP22 SAS NWAU Calculator/calculators/Scorer_v3.py:69, archive/sas/NEP23_SAS_NWAU_calculator/calculators/Scorer_v4.py:69 и ещё 3
        model_dict_limited[i] = lgb.Booster(model_file = os.path.join(models_path,'model_4year_sta_readm'+str(i)+'_90_limited.txt'))
        using var process = Process.Start(processStartInfo)
        cols_to_drop = list(hac_flag_cols or []) + list(hac_adj_cols or [])
        result = subprocess.run(  # noqa: S603  # nosec B603 B607

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

Alternatives to MCHS NWAU Calculator

same job, measured the same way
Cron
by ryudi84

MCP server for cron expression parsing, validation, and scheduling.

local only
Disney Lorcana MCP
by danielenricocahall

MCP server for Disney Lorcana TCG: card search, deck validation, stats, and deck import/export

local only
Alembica MCP
by open-and-sustainable

MCP server for Alembica validation, extraction, cost estimation, and schema queries.

local only
Firebase MCP Server
by dasasian

MCP server for Firebase — Firestore, Storage, Auth, and Cloud Logging, with schema validation.

33 installs/wk local only
Validator AI MCP
by csoai-org

AI-powered validator ai MCP server for agents. Supports validate json, validate email, validate

156 installs/wk local only
Env
by ryudi84

MCP server for .env file validation, parsing, and comparison.

local only
Tax Calculator AI MCP
by csoai-org

AI-powered tax calculator ai MCP server for agents. Supports calculate income tax, calculate vat

201 installs/wk local only
AI Workbench MCP
by hrishikesh-thakre

Goose-first MCP server for Workbench-owned acceptance evidence, validation gates, and analytics.

65 installs/wk local only

MCHS NWAU Calculator — questions

Answers built from our own checks of this server.

Why is there no uptime for MCHS NWAU Calculator?
MCHS NWAU Calculator 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 pypi package nwau-py was installed 64 times last week.
How do I connect MCHS NWAU Calculator?
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 nwau-py straight from pypi; nothing to host, nothing to sign up for.
How many people use MCHS NWAU Calculator?
The pypi package nwau-py was installed 64 times in the last week. Week over week that is +52%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCHS NWAU Calculator open source?
Yes — it is published under the MIT licence, written in Python, 3 stars on GitHub and 33 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.