# Bench (verified)

Benchmarking tool

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add bench

# Browse available tools
npx -y @smithery/cli@latest tool list bench

# Get full schema for a tool
npx -y @smithery/cli@latest tool get bench BENCH_SLEEP

# Call a tool
npx -y @smithery/cli@latest tool call bench BENCH_SLEEP '{}'
```

## Direct MCP Connection

Endpoint: `https://bench.run.tools`

## Tools (1)

- `BENCH_SLEEP` — Sleep

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get bench <tool-name>
```
