Skip to main content

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 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://http.us.breakcold.com/mcp/v1

Setup

Add Breakcold to OpenClaw’s MCP server registry:
openclaw mcp set breakcold '{"url":"https://http.us.breakcold.com/mcp/v1","transport":"streamable-http","headers":{"Authorization":"Bearer <your Breakcold bearer key>"}}'
Verify the server is saved:
openclaw mcp show breakcold --json
Use the Europe URL instead if your Breakcold workspace is hosted in Europe. 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.