← Back to Skills Marketplace
maverick

Mailchimp mcp

by Maverick · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
40
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install maverick-mailchimp-mcp
Description
Use Mailchimp integration context for audiences, campaigns, reports, automations, members, and customer-visible marketing workflows. Use after Maverick conne...
README (SKILL.md)

Mailchimp

Quick start

This skill has the shared mcporter wrapper scripts, but no skill-local mcporter.json is registered for Mailchimp yet. Do not call bash {baseDir}/scripts/invoke.sh until a provider MCP manifest is added. In current runtime, inspect the available Mailchimp tools first, then use the smallest read path that can identify the audience, campaign, member, report, or automation target.

When a Mailchimp MCP manifest is added, follow the same wrapper rule as Linear: invoke through bash {baseDir}/scripts/invoke.sh, never call mcporter directly, and discover tool schemas before choosing tool names.

Safety

Write operations that create, update, publish, send, schedule, delete, or modify campaigns, automations, audiences, members, segments, tags, and customer-visible marketing content require explicit user confirmation. Read current state before changing Mailchimp records, and ask the user to choose the target if multiple audiences, campaigns, or members look similar.

Authentication

Tokens are provisioned and rotated automatically. If available runtime tools return HTTP 401 that doesn't recover within a few seconds, the OAuth grant has been revoked — re-authorize the integration to refresh credentials.

Data flow

No provider-owned Mailchimp MCP endpoint is registered in this repository yet. Runtime tool calls, if present in the active OpenClaw environment, use Maverick-provisioned OAuth credentials and expose Mailchimp audience, campaign, report, automation, and member data to the active tool provider. Use this skill for Mailchimp-related work only; do not pass unrelated sensitive content through these tools.

Dependencies

  • mcporter (github.com/steipete/mcporter) — MCP CLI used by the shared wrapper once a Mailchimp MCP manifest exists. Auto-installed via npm install -g --ignore-scripts mcporter if missing on PATH (see install spec in frontmatter). The install spec uses unpinned mcporter (npm latest); operators with strict supply-chain controls should override the install to pin a specific version (e.g. mcporter@\x3Cversion>).
  • jq (stedolan.github.io/jq) — JSON processor used by the vault initializer. System dependency; install via your OS package manager (apt install jq, brew install jq, etc.).
  • flock (part of util-linux) — file locking used to serialize concurrent vault writes. Available by default on Linux; on macOS install via brew install flock.
  • shasum (Perl, ships with Digest::SHA) — computes the SHA-256 hashes used to derive the mcporter vault key and the provisioned-token marker. Preinstalled on macOS and on Debian/Ubuntu (incl. the deployed cloudflare/sandbox Ubuntu 22.04 image); on minimal Linux images install perl-Digest-SHA. The script invokes shasum -a 256 rather than GNU sha256sum so it runs on stock macOS without coreutils.
Usage Guidance
Install this only if you expect Maverick/OpenClaw to access your Mailchimp account. Verify the runtime provider, keep OAuth credentials scoped and revocable, avoid sending unrelated sensitive data through the tools, require clear confirmation before sends or deletes, and consider pinning the mcporter package version.
Capability Analysis
Type: OpenClaw Skill Name: maverick-mailchimp-mcp Version: 1.0.0 The skill is a legitimate integration for Mailchimp using the Model Context Protocol (MCP) via the 'mcporter' utility. The included shell scripts (init-mcporter.sh and invoke.sh) are designed to securely seed OAuth credentials from environment variables into a local vault (~/.mcporter/credentials.json) using proper locking mechanisms and safe secret handling with jq. The SKILL.md documentation includes explicit safety instructions requiring the AI agent to seek user confirmation for any destructive or customer-visible actions, and no indicators of data exfiltration or malicious intent were found.
Capability Tags
requires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The Mailchimp audience, campaign, report, automation, and member purpose matches the requested capabilities, but the skill says no local Mailchimp MCP manifest is registered yet and relies on runtime tools outside the supplied files.
Instruction Scope
The skill documents high-impact Mailchimp write actions and requires explicit user confirmation before creating, updating, sending, scheduling, deleting, or otherwise modifying marketing records.
Install Mechanism
The install path is purpose-aligned, but it installs the mcporter npm package without a pinned version; the SKILL.md discloses this and suggests pinning for stricter supply-chain controls.
Credentials
Mailchimp OAuth tokens and Mailchimp business/customer data are proportionate for this integration, but they are sensitive and should be used only for Mailchimp-related tasks.
Persistence & Privilege
The initializer persists OAuth tokens in the local mcporter credential vault and a hash marker in the skill directory; this is disclosed and purpose-aligned, with no artifact evidence of exfiltration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install maverick-mailchimp-mcp
  3. After installation, invoke the skill by name or use /maverick-mailchimp-mcp
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
maverick-mailchimp-mcp 1.0.0 - Initial release of Mailchimp skill integration using shared `mcporter` wrapper scripts. - Provides context and runtime tooling for audiences, campaigns, reports, automations, and members after OAuth credential provisioning. - No Mailchimp MCP manifest registered yet; direct invocation of Mailchimp tools not enabled until manifest addition. - Lists requirements for dependencies (`mcporter`, `jq`, `flock`, `shasum`) and environment setup. - Outlines safety, authentication, and data flow precautions for Mailchimp-related tasks.
Metadata
Slug maverick-mailchimp-mcp
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Mailchimp mcp?

Use Mailchimp integration context for audiences, campaigns, reports, automations, members, and customer-visible marketing workflows. Use after Maverick conne... It is an AI Agent Skill for Claude Code / OpenClaw, with 40 downloads so far.

How do I install Mailchimp mcp?

Run "/install maverick-mailchimp-mcp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Mailchimp mcp free?

Yes, Mailchimp mcp is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Mailchimp mcp support?

Mailchimp mcp is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Mailchimp mcp?

It is built and maintained by Maverick (@maverick); the current version is v1.0.0.

💬 Comments