MCP OpenClaw
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Log level: debug, info, warn, error (default: info). | info |
| SERVER_NAME | No | Server name (default: mcp-openclaw). | mcp-openclaw |
| SERVER_VERSION | No | Server version (default: 1.0.0). | 1.0.0 |
| OPENCLAW_API_KEY | Yes | The API key for authentication with OpenClaw. | |
| OPENCLAW_API_URL | Yes | The URL of the OpenClaw API. | |
| OPENCLAW_TIMEOUT | No | Request timeout in milliseconds (default: 30000). | 30000 |
| OPENCLAW_MAX_RETRIES | No | Maximum retry attempts (default: 3). | 3 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| send_messageC | Send a message to a specified platform (Telegram, WhatsApp, or Discord) via OpenClaw |
| execute_commandC | Execute a command in the OpenClaw environment. Commands can run synchronously or asynchronously. |
| create_calendar_eventC | Create a calendar event with title, description, time, location, and attendees |
| send_emailC | Send an email to one or more recipients with optional CC and BCC |
| get_task_statusC | Get the current status of a previously executed async command/task |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Most tools have distinct purposes: calendar event creation, command execution, task status checking, email sending, and message sending. However, 'send_email' and 'send_message' could potentially be confused as both involve communication, though their target platforms differ (email vs. messaging apps).
All tool names follow a consistent verb_noun pattern (e.g., create_calendar_event, execute_command, get_task_status, send_email, send_message). The naming is uniform and predictable throughout the set.
With 5 tools, the count is reasonable and well-scoped for a utility server like OpenClaw. It covers key automation tasks without being overwhelming, though it might benefit from a few more tools for broader coverage.
The tool set covers basic automation tasks (execution, communication, calendar), but there are notable gaps. For example, there's no tool to list or manage calendar events, update tasks, or handle other common operations like file management, which could limit agent workflows.