Wraps ESLint and format checkers (Prettier, Biome) to return linting diagnostics as structured JSON instead of terminal text. You get typed objects with file paths, line numbers, severity levels, and rule violations that agents can process directly without parsing ANSI codes or regex matching error messages. Part of the Pare toolkit that converts CLI output into schema validated data. Reach for this when you want Claude to analyze code quality issues, auto fix violations, or understand linting results without brittle string parsing. Runs over stdio and returns both human readable content and typed structuredContent following MCP conventions.
claude mcp add --transport stdio io.github.dave-london-lint uvx lint