MCP server exposing 6 tools for activecampaign.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/activecampaign/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
list_contacts — List/search contacts (subscribers) in an ActiveCampaign account. Filter by exact email or a free-text search across name/email. Returns contacts with IDs, emails, names, and meta.total.get_contact — Get a single contact by ID. Returns email, name, phone, custom field values, and engagement details.list_deals — List CRM deals (sales pipeline opportunities). Returns deal IDs, titles, values, stages, and owners with meta.total.list_campaigns — List email campaigns with send/open/click metrics. Returns campaign IDs, names, status, send dates, and aggregate stats.list_lists — List contact lists. Returns list IDs, names, subscriber counts, and creation dates.list_automations — List marketing automations (workflows). Returns automation IDs, names, status, and enrolled-contact counts.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/activecampaign/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io