Skip to main content
ClaudeWave

Data-driven ACH layout loader

MCP ServersOfficial Registry0 stars0 forksPythonNOASSERTIONUpdated today
ClaudeWave Trust Score
67/100
· OK
Passed
  • Actively maintained (<30d)
  • Documented (README)
Flags
  • !Licence file present but not machine-readable
Last scanned: 9/13/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · achlens
Claude Code CLI
claude mcp add achlens -- uvx achlens
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "achlens": {
      "command": "uvx",
      "args": ["achlens"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# achlens

<!-- mcp-name: io.github.mscott9160-web/achlens -->

achlens is a local-first Python MCP server and CLI for inspecting synthetic ACH
files. It parses fixed-width records, validates structure and control totals,
explains findings, masks sensitive fields, repairs derived controls, and
generates deterministic test files. It never transmits ACH files or makes
bank/network calls.

Use synthetic data only. This project is not a bank gateway, compliance
advisor, or transmission system.

## Quick Start

```text
uv sync
uv run achlens --help
uv run achlens validate tests/fixtures/golden/sample_valid.ach
uv run achlens generate --sec PPD --entries 5 --seed 7 > synthetic.ach
```

In Windows PowerShell, use an explicit ASCII encoding because PowerShell's
default `>` redirection can write UTF-16 output that is not valid ACH text:

```powershell
uvx achlens generate --sec PPD --entries 5 --seed 7 |
	Set-Content -Encoding ascii synthetic.ach
```

Run the MCP server over stdio:

```text
uv run achlens serve
```

The MCP server exposes validation, summaries, parsed-record paging, control
explanations, routing checks, code lookup, synthetic generation, and control
repair. See [docs/tools.md](docs/tools.md) for the current tool surface.

Sensitive fields are masked by default. Configure `ACHLENS_ALLOWED_ROOTS` to
enable MCP path inputs; otherwise provide file content directly. See
[SECURITY.md](SECURITY.md) for the data and write boundaries.

## Development

This project uses [uv](https://docs.astral.sh/uv/).

```text
uv sync
uv run achlens --help
uv run pytest -q
uv run ruff check .
uv run ruff format --check .
uv run mypy --strict src
```

Never add real payment data, account numbers, or ACH files to this repository.

What people ask about achlens

What is mscott9160-web/achlens?

+

mscott9160-web/achlens is mcp servers for the Claude AI ecosystem. Data-driven ACH layout loader It has 0 GitHub stars and its last recorded update is dated 2026-09-12.

How do I install achlens?

+

You can install achlens by cloning the repository (https://github.com/mscott9160-web/achlens) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is mscott9160-web/achlens safe to use?

+

Our security agent has analyzed mscott9160-web/achlens and assigned a Trust Score of 67/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains mscott9160-web/achlens?

+

mscott9160-web/achlens is maintained by mscott9160-web. The last recorded GitHub activity is dated 2026-09-12, with 2 open issues.

Are there alternatives to achlens?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy achlens to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: mscott9160-web/achlens
[![Featured on ClaudeWave](https://claudewave.com/api/badge/mscott9160-web-achlens)](https://claudewave.com/repo/mscott9160-web-achlens)
<a href="https://claudewave.com/repo/mscott9160-web-achlens"><img src="https://claudewave.com/api/badge/mscott9160-web-achlens" alt="Featured on ClaudeWave: mscott9160-web/achlens" width="320" height="64" /></a>

More MCP Servers

achlens alternatives