MCP Integration

Coldreach provides a Model Context Protocol (MCP) server that allows AI assistants to interact with your Coldreach data programmatically.

Overview

The MCP server exposes Coldreach's research and campaign tools as MCP tools, enabling AI assistants like Claude to:

  • Look up companies and their research signals
  • Search for qualified accounts matching your campaigns
  • Access job posting data
  • Query campaign analytics

Connection Details

SettingValue
Endpointhttps://api.coldreach.ai/mcp
TransportStreamable HTTP
Authenticationx-api-key header

Setup with Claude Desktop

Add this to your Claude Desktop MCP configuration:

{
  "mcpServers": {
    "coldreach": {
      "url": "https://api.coldreach.ai/mcp",
      "headers": {
        "x-api-key": "YOUR_API_KEY"
      }
    }
  }
}

Session Management

  • Each MCP connection creates a session identified by a session ID
  • Sessions expire after 30 minutes of inactivity
  • The session ID is returned in the mcp-session-id response header

Available Tools

The MCP server exposes the same research and analysis tools available in the Coldreach chat interface, allowing AI assistants to perform company research, look up campaign matches, and more.

For a full list of available tools, connect to the MCP server and call the tools/list method.