通过托管 OAuth 代理读写 Mailchimp 受众、订阅者、活动、分组和标签。
文档
Mailchimp
试用Search and read Mailchimp Marketing API audiences, members, campaigns, content, and reports through a local MCP wrapper. Use when the user asks about Mailchi...
它能做什么
Search and read Mailchimp Marketing API audiences, members, campaigns, content, and reports through a local MCP wrapper. Use when the user asks about Mailchi...
技能文档
Mailchimp
Quick start
This skill is a thin pass-through to a local stdio MCP server for the Mailchimp Marketing API. mcporter spawns the skill's Python server on each call. The live MCP schema is the source of truth for what tools exist, what they're called, and what arguments they take.
mcporter --config {baseDir}/mcporter.json list maverick-mailchimp --schema
For structured output:
mcporter --config {baseDir}/mcporter.json call --output json maverick-mailchimp. key=value
Safety
This first implementation exposes read-only tools. Use them freely to inspect audiences, members, campaigns, campaign content, and reports. If write tools are added later, confirm clear user intent for the exact audience, member, campaign, tag, or schedule before invoking them.
Authentication
Maverick provisions these env vars from the connected Mailchimp OAuth grant:
MAVERICK_MAILCHIMP_MCP_ACCESS_TOKENMAVERICK_MAILCHIMP_MCP_API_BASE
Mailchimp Marketing access tokens do not use refresh tokens in this skill. If calls return auth errors, reconnect the Mailchimp integration so Maverick can provision a fresh access token and API base.
Data flow
Tool calls run locally: mcporter spawns this skill's Python MCP server as a subprocess, and that server forwards Mailchimp Marketing API requests with the OAuth bearer token. Mailchimp sees the audience, member, campaign, content, and report data referenced by each call. 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 to invoke the local MCP server. Auto-installed vianpm install -g --ignore-scripts mcporterif missing on PATH (seeinstallspec in frontmatter). The install spec uses unpinnedmcporter(npmlatest); operators with strict supply-chain controls should override the install to pin a specific version.uv(docs.astral.sh/uv) - runs the Python wrapper and local MCP server from their inline dependency metadata.
相关技能
Search, read, and update Pipedrive deals, contacts, organizations, activities, pipelines, and sales workflows through a local MCP wrapper. Use when the user...
Mailcoach (mailcoach.app). Use this skill for ANY Mailcoach request — reading, creating, updating, and deleting data. Whenever a task involves Mailcoach, use this skill instead of calling the API directly.
Provision a YG3 marketing workspace and call 200+ MCP tools for content, SEO, sites, outbound, LinkedIn, and ads. No human signup required.
Read-only HubSpot CRM search for contacts, deals, and companies
Search, read, and update Slack messages, channel history, canvases, and users via Slack's hosted MCP server. Thin pass-through to Slack's official MCP; the l...