# OpenClaw Direct

Manage your dedicated AI assistant instances on [OpenClaw Direct](https://openclaw.com) through natural language. Deploy, monitor, and control always-on AI assistants that integrate with Telegram, Wh…

## Quick Start

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

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

# Get full schema for a tool
npx -y @smithery/cli@latest tool get openclaw-direct/openclaw update_employee_tool

# Call a tool
npx -y @smithery/cli@latest tool call openclaw-direct/openclaw update_employee_tool '{}'
```

## Direct MCP Connection

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

## Tools (12)

- `update_employee_tool` — Update an employee's name
- `show_employer_tool` — Show your employer (account) details and employee roster
- `show_employee_tool` — Show full details for a single employee (tenant instance)
- `return_employee_from_leave_tool` — Return an on-leave employee to active duty (resume)
- `put_employee_on_leave_tool` — Put an active employee on leave (suspend without firing)
- `list_plans_tool` — List all available hosting plans with pricing and specifications
- `list_employees_tool` — List all employees (tenant instances) with status, tier, and health information
- `list_contracts_tool` — List your employment contracts (subscriptions)
- `hire_employee_tool` — Hire (provision) a pending or previously fired employee
- `fire_employee_tool` — Fire (terminate) an active or on-leave employee
- `employee_wellness_check_tool` — Run a wellness (health) check on a specific employee or all your active employees
- `employee_timesheet_tool` — Show usage statistics (timesheet) for an employee over a given number of days

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