Ask batchwatch whether to batch a job and get the real measured queue evidence, not a guess.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y batchwatch-mcp
MCP client config
{
"mcpServers": {
"client": {
"command": "npx",
"args": [
"-y",
"batchwatch-mcp"
]
}
}
}