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.

Codex logo Website: developers.openai.com/codex Use Breakcold as an MCP server in Codex when you want Codex to inspect or operate on Breakcold CRM data during agent workflows.

MCP endpoint

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

Setup

Add the Breakcold MCP server with the Codex CLI:
codex mcp add breakcold --url https://http.us.breakcold.com/mcp/v1
Authorize Codex with Breakcold if your server is using OAuth:
codex mcp login breakcold
Verify the server is configured:
codex mcp list
Use the Europe URL instead if your Breakcold workspace is hosted in Europe. For bearer-token access, configure the server in ~/.codex/config.toml and point Codex to an environment variable that stores the Breakcold bearer key:
[mcp_servers.breakcold]
url = "https://http.us.breakcold.com/mcp/v1"
bearer_token_env_var = "BREAKCOLD_MCP_TOKEN"