Serversdirect.openclaw/mcp
M

OpenClaw Direct

direct.openclaw/mcp · v1.0.1
● Remote
v1.0.1remote🌐 https://openclaw.direct/mcp↗ Website
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "direct.openclaw/mcp",
  "description": "Deploy, monitor, and manage your OpenClaw AI assistants via natural language.",
  "title": "OpenClaw Direct",
  "version": "1.0.1",
  "websiteUrl": "https://openclaw.direct/openclaw-mcp-integration",
  "icons": [
    {
      "src": "https://openclaw.direct/icon.svg",
      "mimeType": "image/svg+xml",
      "sizes": [
        "any"
      ]
    },
    {
      "src": "https://openclaw.direct/icon-512.png",
      "mimeType": "image/png",
      "sizes": [
        "512x512"
      ]
    },
    {
      "src": "https://openclaw.direct/icon-192.png",
      "mimeType": "image/png",
      "sizes": [
        "192x192"
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://openclaw.direct/mcp"
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}