Bench (verified)
Benchmarking tool
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add bench
# Browse available tools
npx -y smithery tool list bench
# Get full schema for a tool
npx -y smithery tool get bench BENCH_SLEEP
# Call a tool
npx -y smithery tool call bench BENCH_SLEEP '{}'Direct MCP Connection
Endpoint: https://bench.run.tools
Tools (1)
BENCH_SLEEP— Sleep
# Get full input/output schema for a tool
npx -y smithery tool get bench