74
/ 100
17 days ago
glama

Campaign Monitor MCP Server

Exposes the full Campaign Monitor v3.3 API as 117 tools for managing campaigns, lists, subscribers, and more, with OAuth authentication.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 3 credentials: CM_API_KEY, CM_CLIENT_SECRET, CM_REFRESH_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretCM_API_KEY"env": { "": "your-api-key" }
configCM_CLIENT_ID2. Put and CM_CLIENT_SECRET in .env.
🔐 secretCM_CLIENT_SECRET2. Put CM_CLIENT_ID and in .env.
configCM_ENABLED_CATEGORIESCategory filtering — expose only the categories you need via
configCM_REDIRECT_URIOAuth redirect URI (default http://127.0.0.1:53682/callback)
🔐 secretCM_REFRESH_TOKENtoken is stored (and printed so you can paste into .env as a backup):
configCM_SCOPESScopes requested during npm run auth
configCM_TOKEN_STOREPath to the OAuth token store file
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 1 concrete improvement we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/kanopi-campaign-monitor-mcp-10yodt)](https://m8ven.ai/mcp/kanopi-campaign-monitor-mcp-10yodt)
commit: 08441f9ae0d6b0a884d13e5aab3d5208b1640005
code hash: c3535f6c80757b43662ce3c482b88c811e8e111c1d374eef28f38f40a490f26a
verified: 7/1/2026, 10:03:57 AM
view raw JSON →