Skip to main content
ClaudeWave

Data-driven ACH layout loader

MCP ServersRegistry oficial0 estrellas0 forksPythonNOASSERTIONActualizado 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.
Casos de uso

Resumen de MCP Servers

# 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.

Lo que la gente pregunta sobre achlens

¿Qué es mscott9160-web/achlens?

+

mscott9160-web/achlens es mcp servers para el ecosistema de Claude AI. Data-driven ACH layout loader Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-12.

¿Cómo se instala achlens?

+

Puedes instalar achlens clonando el repositorio (https://github.com/mscott9160-web/achlens) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar mscott9160-web/achlens?

+

Nuestro agente de seguridad ha analizado mscott9160-web/achlens y le ha asignado un Trust Score de 67/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene mscott9160-web/achlens?

+

mscott9160-web/achlens es mantenido por mscott9160-web. La última actividad registrada en GitHub es del 2026-09-12, con 2 issues abiertos.

¿Hay alternativas a achlens?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega achlens en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers

Alternativas a achlens