ReachIQ MCP server · live

ReachIQ Cowork

A Model Context Protocol server over the production ReachIQ workspace — campaign prompts, campaigns, contact lists, CSV imports, open/click tracking and queued email content. Every call is written to the mcp_logs audit index, with before/after snapshots for anything it changes.

Connection

Endpoint
https://mcp.reachiq.ai/mcp
Name
reachiq-cowork
Transport
Streamable HTTP (stateless)
Auth
Authorization: Bearer <token>

Add to Claude Code

claude mcp add --transport http reachiq-cowork https://mcp.reachiq.ai/mcp \
  --header "Authorization: Bearer <token>"

Tools

Prompt edits are validated against the real campaign parser before they are saved: a prompt that parses to zero [STEP:…] blocks would send its campaign straight to interrupted, so prompt_update refuses it unless explicitly forced.