MCHS NWAU Calculator
Rank #30,185io.github.edithatogo/mchs
Stdio MCP server for MCHS schemas, validation, support status, and evidence.
MCHS NWAU Calculator is a Model Context Protocol (MCP) server published by edithatogo. It ranks #30,185 of 115,460 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. MCHS NWAU Calculator is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on Jul 26, 2025 and most recently updated on May 17, 2026.
Ranks ahead of 85,275 of 115,460 servers on MCP Toplist.
Use MCHS NWAU Calculator
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mchs -- uvx nwau-py[mcp_servers.mchs]
command = "uvx"
args = ["nwau-py"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mchs": {
"command": "uvx",
"args": [
"nwau-py"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mchs": {
"command": "uvx",
"args": [
"nwau-py"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mchs": {
"type": "stdio",
"command": "uvx",
"args": [
"nwau-py"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mchs": {
"command": "uvx",
"args": [
"nwau-py"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mchs": {
"command": "uvx",
"args": [
"nwau-py"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.edithatogo%2Fmchs)<a href="https://mcptoplist.com/server/io.github.edithatogo%2Fmchs"><img src="https://mcptoplist.com/badge/io.github.edithatogo%2Fmchs.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
edithatogo
Other servers by edithatogo
- FYI MCP#10,788 · 1 ver
- OSF CLI Go#16,139 · 1 ver
- Sourceright#28,312 · 2 vers
- healthpoint-rs#31,114 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.2.2 | May 17, 2026 |
Frequently asked questions
- Who maintains MCHS NWAU Calculator?
- MCHS NWAU Calculator is maintained by edithatogo, which publishes 5 MCP servers (6 total versions) tracked on MCP Toplist.
- Is MCHS NWAU Calculator listed on the Official MCP Registry?
- Yes — MCHS NWAU Calculator is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does MCHS NWAU Calculator have?
- MCP Toplist tracks 1 version of MCHS NWAU Calculator, most recently published on May 17, 2026.
- Where can I find the source code for MCHS NWAU Calculator?
- The source code for MCHS NWAU Calculator is hosted at github.com/edithatogo/mchs.