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.

Hermes logo Website: hermes-agent.nousresearch.com Use Breakcold as a remote MCP server in Hermes so Hermes agents can use approved Breakcold tools.

MCP endpoint

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

Setup

Add Breakcold as an MCP server in your Hermes config:
mcp_servers:
  breakcold:
    url: "https://http.us.breakcold.com/mcp/v1"
    auth: oauth
    tools:
      resources: false
      prompts: false
Restart Hermes or reload MCP:
/reload-mcp
Use the Europe URL instead if your Breakcold workspace is hosted in Europe. Hermes opens an OAuth authorization flow on first connect and stores MCP tokens for future sessions. If you need bearer-token access instead, replace auth: oauth with an authorization header:
headers:
  Authorization: "Bearer <your Breakcold bearer key>"
For sensitive CRM access, start with narrow permissions and only expose the Breakcold tools the Hermes agent needs.