openclaw-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | SSE server bind host | 127.0.0.1 |
| PORT | No | SSE server port | 3000 |
| OPENCLAW_URL | No | OpenClaw gateway URL | http://127.0.0.1:18789 |
| OPENCLAW_MODEL | No | Model to use for chat completions | default |
| RATE_LIMIT_PER_MIN | No | Max tool calls per minute | 60 |
| OPENCLAW_GATEWAY_TOKEN | Yes | Bearer token for gateway auth |
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 |
|---|---|
| openclaw_chatB | Send a message to OpenClaw and get a response |
| openclaw_statusA | Get OpenClaw gateway status and health information |
| openclaw_chat_asyncA | Send a message to OpenClaw asynchronously. Returns a task_id immediately that can be polled for results. Use this for potentially long-running conversations. |
| openclaw_task_statusB | Check the status of an async task. Returns status, and result if completed. |
| openclaw_task_listA | List all tasks. Optionally filter by status or session. |
| openclaw_task_cancelA | Cancel a pending task. Only works for tasks that haven't started yet. |
| openclaw_messageC | Send a message on Telegram or WhatsApp via the OpenClaw gateway |
| openclaw_memory_readA | Read a memory file from the OpenClaw workspace |
| openclaw_memory_writeC | Write content to a memory file in the OpenClaw workspace |
| openclaw_alertA | Send an urgent alert to Gabriel on Telegram via OpenClaw |
| openclaw_spawn_agentC | Spawn an OpenClaw sub-agent to perform a task |
| openclaw_web_searchB | Search the web via OpenClaw |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/GabrielBertoli/openclaw-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server