Skip to main content
OpenClaw logo Website: openclaw.ai Use Breakcold as a Streamable HTTP MCP server in OpenClaw so OpenClaw agents can use approved Breakcold tools.

MCP endpoint

https://mcp.breakcold.com/mcp/v1

Setup

Add Breakcold to OpenClaw’s MCP server registry:
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:
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.