nacha-mcp

msuresh007/nacha-mcp
★ 0 stars TypeScript File System Updated today
An MCP (Model Context Protocol) server for parsing and validating NACHA/ACH files — structural + arithmetic validation, IAT support, TypeScript/Node.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nacha-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "msuresh007/nacha-mcp"
      ]
    }
  }
}

README Excerpt

An MCP (Model Context Protocol) server for parsing and validating NACHA/ACH files. - Node.js 18 or later - npm ``` git clone https://github.com/msuresh007/nacha-mcp.git cd nacha-mcp npm install npm run build ``` This compiles `src/` to `dist/`. Re-run `npm run build` after pulling any updates. A small, arithmetically-valid sample file is included at `examples/sample.ach`. Once built,

Tools (1)

file_path