mailchimp_ping
Ping Mailchimp MCP Server
MailchimpDescription
Health check for the Mailchimp MCP server. Does not call the Mailchimp API.
Read-onlyIdempotent
Usage
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "mailchimp_ping",
"arguments": {
"reason": "Verify server is running"
}
}
}
hopkin mailchimp
| Flag | Type | Required | Description |
|---|---|---|---|
--entity-type | string | Required | Type of ad entity: ad_account, campaign, ad_set, or ad |
--entity-id | string | Required | The platform entity ID |
--key | string | Required | The preference key to delete |
{
"mcpServers": {
"mailchimp": {
"url": "https://mailchimp.mcp.hopkin.ai",
"transport": "sse"
}
}
}
- Health check
- With message
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
entity_type |
string |
Required | Type of ad entity: ad_account, campaign, ad_set, or adad_account campaign ad_set ad |
entity_id |
string |
Required | The platform entity IDminLength: 1 |
key |
string |
Required | The preference key to deleteminLength: 1 |
reason |
string |
Required | Why this tool call is neededminLength: 1, maxLength: 500 |
Examples
Health check
{
"reason": "Verify server is running"
}
hopkin mailchimp
With message
{
"message": "hello",
"reason": "Test connectivity"
}
hopkin mailchimp --message hello