← 返回 Skills 市场
maverick

Mailchimp mcp

作者 Maverick · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
40
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install maverick-mailchimp-mcp
功能描述
Use Mailchimp integration context for audiences, campaigns, reports, automations, members, and customer-visible marketing workflows. Use after Maverick conne...
使用说明 (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.
安全使用建议
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.
功能分析
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.
能力标签
requires-oauth-tokenrequires-sensitive-credentials
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install maverick-mailchimp-mcp
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /maverick-mailchimp-mcp 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug maverick-mailchimp-mcp
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Mailchimp mcp 是什么?

Use Mailchimp integration context for audiences, campaigns, reports, automations, members, and customer-visible marketing workflows. Use after Maverick conne... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 40 次。

如何安装 Mailchimp mcp?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install maverick-mailchimp-mcp」即可一键安装,无需额外配置。

Mailchimp mcp 是免费的吗?

是的,Mailchimp mcp 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Mailchimp mcp 支持哪些平台?

Mailchimp mcp 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Mailchimp mcp?

由 Maverick(@maverick)开发并维护,当前版本 v1.0.0。

💬 留言讨论