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.
https://mcp.reachiq.ai/mcpreachiq-coworkAuthorization: Bearer <token>claude mcp add --transport http reachiq-cowork https://mcp.reachiq.ai/mcp \ --header "Authorization: Bearer <token>"
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.