Tool Lint
Freeby MCP Community
Static linter for MCP tool definitions — catch quality defects before deployment
v0.1.0Added Apr 12, 2026
mcpmodel-context-protocollintingtoolsai
Tool Lint MCP Server
Static linter for MCP tool definitions — catch quality defects before deployment
Installation
npx -y mcp-tool-lint
Reviews
Installation
Quick install
npx -y mcp-tool-lint
Add to claude_desktop_config.json
{
"mcpServers": {
"tool-lint": {
"command": "npx",
"args": ["-y", "mcp-tool-lint"]
}
}
}