{ "name": "ellmos-clatcher-mcp", "version": "1.0.17", "mcpName": "io.github.ellmos-ai/ellmos-clatcher-mcp", "description": "MCP utility toolkit for Claude Code and other agents: JSON repair, encoding fixes, format conversion, duplicate detection, batch rename, ZIP archives, checksums, and regex testing.", "type": "module", "main": "dist/index.js", "bin": { "ellmos-clatcher": "dist/index.js" }, "files": [ "dist/", "LICENSE", "README.md", "README_de.md", "CHANGELOG.md", "server.json", "glama.json", "smithery.yaml", "llms.txt", "SECURITY.md", "THIRD_PARTY_LICENSES.md" ], "scripts": { "build": "node node_modules/typescript/bin/tsc", "start": "node dist/index.js", "dev": "tsc --watch", "test": "vitest run", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "claude", "claude-code", "developer-tools", "json-repair", "encoding-fix", "format-conversion", "duplicate-detection", "batch-rename", "checksum", "zip-archive", "file-repair", "regex-test", "mcp-server", "glama" ], "author": "Lukas Geiger", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ellmos-ai/ellmos-clatcher-mcp.git" }, "bugs": { "url": "https://github.com/ellmos-ai/ellmos-clatcher-mcp/issues" }, "homepage": "https://github.com/ellmos-ai/ellmos-clatcher-mcp#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "adm-zip": "^0.6.0", "fast-xml-parser": "^5.8.0", "js-yaml": "^4.3.1", "smol-toml": "^1.6.0", "update-notifier": "^7.3.1", "zod": "^3.23.8" }, "overrides": { "hono": "^4.13.0", "express-rate-limit": "^8.6.2", "nanoid": "^3.3.17", "fast-uri": "^3.1.5", "@hono/node-server": "^2.0.5", "ip-address": "^10.4.0", "fast-xml-builder": "^1.1.7", "qs": "^6.15.2", "vitest": "^3.2.7", "postcss": "^8.5.18", "adm-zip": "^0.6.0", "vite": "^6.4.3" }, "devDependencies": { "@emnapi/core": "^1.10.0", "@emnapi/runtime": "^1.10.0", "@types/adm-zip": "^0.5.7", "@types/js-yaml": "^4.0.9", "@types/node": "^20.11.0", "typescript": "^5.3.3", "vite": "^6.4.3", "vitest": "^3.2.7" }, "engines": { "node": ">=20.0.0" } }