> ## Documentation Index
> Fetch the complete documentation index at: https://docs.breakcold.com/llms.txt
> Use this file to discover all available pages before exploring further.

# OpenClaw

> Connect OpenClaw to Breakcold MCP.

<img src="https://www.google.com/s2/favicons?domain=openclaw.ai&sz=96" alt="OpenClaw logo" width="56" height="56" style={{ borderRadius: "8px" }} />

Website: [openclaw.ai](https://openclaw.ai)

Use Breakcold as a Streamable HTTP MCP server in OpenClaw so OpenClaw agents can use approved Breakcold tools.

## MCP endpoint

```txt theme={null}
https://mcp.breakcold.com/mcp/v1
```

## Setup

Add Breakcold to OpenClaw's MCP server registry:

```bash theme={null}
openclaw mcp set breakcold '{"url":"https://mcp.breakcold.com/mcp/v1","transport":"streamable-http","headers":{"Authorization":"Bearer <your Breakcold bearer key>"}}'
```

Verify the server is saved:

```bash theme={null}
openclaw mcp show breakcold --json
```

OpenClaw's MCP registry stores server definitions for runtimes that consume MCP servers. Use a Breakcold bearer key and keep the key scoped to the minimum tools your agent needs.
