MCP
OpenClaw
Connect OpenClaw to the dLazy MCP endpoint.
OpenClaw can call the dLazy MCP server natively, without the mcp__<server>__ prefix Claude Code uses. Tools surface by their bare cli_name (gpt-image-2, veo-3.1, …).
Setup Checklist
- Configure an HTTP MCP server in OpenClaw with:
- URL:
https://dlazy.com/mcp - Auth header:
Authorization: Bearer sk-xxxx
- URL:
- Optional — narrow the tool set with
?models=a,b,cso the agent isn't drowning in options. - Optional — add
?pid=<projectId>to scope all generations to one project. - Verify connection: ask the agent to list available tools; you should see your dLazy tools by their
cli_name.
When to Prefer MCP Over Skills
- You want the agent to read each tool's full schema and pick parameters itself.
- You're going to use many tools in one conversation.
- You want consistent behavior across MCP-compatible clients.
When Skills Are Better
See Skills for repeatable, opinionated workflows where you'd rather pin the agent to one command shape.