Lint and score your MCP server's tool definitions before you publish — name/schema validity, description quality, context-token weight, and destructive-tool safety. Gives a 0–100 score and a CI gate. Free CLI, MIT engine. Catches structure and hygiene, not intent.
Server Config
{
"mcpServers": {
"mcplint": {
"command": "npx",
"args": [
"-y",
"-p",
"@tomfletcher2929/mcplint",
"mcplint-mcp"
]
}
}
}