2 months ago
Control your fleet of OpenClaw AI assistant instances without leaving your editor. Check health, track token usage and costs, suspend or terminate instances, and manage contracts through MCP.
Overview
OpenClaw Direct MCP Server
Manage your dedicated AI assistant instances on OpenClaw Direct through natural language. Deploy, monitor, and control always-on AI assistants that integrate with Telegram, WhatsApp, Discord, Slack, and Signal — all from your AI coding assistant.
Tools (12)
Plans & Contracts
| Tool | Description |
|---|---|
list_plans | List all available hosting plans with pricing and specifications |
list_contracts | List your subscriptions, optionally filtered by status (active, canceled, past_due) |
Account Overview
| Tool | Description |
|---|---|
show_employer | Show your account details and instance roster |
Instance Management
| Tool | Description |
|---|---|
list_employees | List all instances with status, tier, and health info. Filter by status or include terminated instances |
show_employee | Show full details for a specific instance by slug or ID |
hire_employee | Provision and launch a new, pending, or previously terminated instance. Verifies an active subscription exists before starting |
update_employee | Rename an instance |
fire_employee | Terminate an active or suspended instance |
Instance Lifecycle
| Tool | Description |
|---|---|
put_employee_on_leave | Suspend an active instance without terminating it |
return_employee_from_leave | Resume a suspended instance back to active duty |
Monitoring
| Tool | Description |
|---|---|
employee_timesheet | View usage statistics for an instance over a configurable number of days (default: 30) |
employee_wellness_check | Run a health check on a specific instance or all active instances at once |
Setup
Requires an OpenClaw Direct account. Connect via your account's MCP access token.
Resources
- Read our Blog for updates.
Server Config
{
"mcpServers": {
"openclaw": {
"url": "https://openclaw.direct/mcp"
}
}
}