Wraps Python development tools like ruff, mypy, pip-audit, and pip-install to return structured JSON instead of raw terminal output. Part of the Pare toolkit that converts CLI tools into typed, schema-validated responses agents can use directly without parsing strings. Useful when you want Claude to run linters, type checkers, or security audits and immediately act on the results rather than scraping text. The structured format cuts token usage significantly on verbose operations and eliminates the brittleness of regex-based parsing across different Python versions or platforms. If you're building workflows that iterate on code quality or dependency management, this gives you clean data structures to work with.
claude mcp add --transport stdio io.github.dave-london-python uvx python