Utility MCP server: JSON repair, encoding fixes, conversion, duplicates, batch rename, archives.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
π©πͺ Deutsche Version | π‘οΈ Security Policy | π Changelog | π llms.txt
Claude Patcher -- an MCP server that extends AI coding agents with utility tools they don't have natively. File repair, format conversion, duplicate detection, batch operations, and more.
Use Clatcher when your agent needs reliable local maintenance tools for text files, data files, and project folders: repair invalid JSON, normalize encodings, convert formats, compare folders, rename files safely, and verify checksums without leaving the MCP workflow.
[!NOTE] AI / LLM Integration Note: All destructive operations (e.g.
batch_rename,cleanup_file,fix_json,fix_encoding,fix_umlauts) default to dry-run mode (dry_run: true). Autonomous agents must explicitly specifydry_run: falseto execute mutations on disk.
| Invariant | Guarantee | Enforcement Mechanism |
|---|---|---|
| Default Dry-Run Guard | Mutating tools never alter files silently | All modifying tools (batch_rename, cleanup_file, fix_json, fix_encoding, fix_umlauts, convert_format, archive) default to dry_run: true. Requires explicit dry_run: false to commit changes. |
| Zero-Egress & Local-First | Zero external telemetry or network calls | 100% offline stdio JSON-RPC processing. No telemetry beacons, no external API requests, zero outbound network sockets. |
| Path Traversal Guard | Confined strictly to authorized file trees | Archive and batch operations validate destination boundaries and resolve relative paths safely against base roots. |
| Atomic Operations | Resilient against interrupted writes | Modifying pipelines write to staged temporary files before replacing targets, preventing half-written or corrupted outputs. |
| Non-Elevation User-Mode | Minimal OS privileges required | Runs entirely inside the executing user's standard permissions without requesting sudo/Administrator privileges. |
| Encoding Preservation | Lossless character encoding round-trip | Fixes Windows cp1252 artifacts, BOM issues, and German umlauts (Γ€, ΓΆ, ΓΌ, Γ) while preserving pristine UTF-8 byte order. |
| Multi-Hash Integrity | Bit-level cryptographic verification | Checksum validation supporting SHA-256, SHA-512, MD5, and SHA-1 algorithms. |
| Multi-OS Parity | Identical behavior across OS platforms | Continuously tested across Linux (ubuntu-latest), Windows (windows-latest), and macOS (macos-latest) with native path separator handling. |
Part of the ellmos MCP family:
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/ellmos-clatcher-mcp)<a href="https://allmcps.com/mcp/ellmos-clatcher-mcp"><img src="https://allmcps.com/api/badge/ellmos-clatcher-mcp?style=directory" alt="Ellmos Clatcher MCP on AllMCPs" /></a>