list_campaigns
ActiveTool of Activecampaign
declared in 0.1.0
List email campaigns with send/open/click metrics. Returns campaign IDs, names, status, send dates, and aggregate stats.
Parameters schema
{
"type": "object",
"required": [
"_apiKey",
"account"
],
"properties": {
"limit": {
"type": "number",
"description": "Max results (default 20, max 100)."
},
"_apiKey": {
"type": "string",
"description": "ActiveCampaign API key (UI: Settings → Developer)."
},
"account": {
"type": "string",
"description": "Your ActiveCampaign account URL or subdomain, e.g. \"https://youraccount.api-us1.com\" or just \"youraccount\"."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Activecampaign
https://github.com/pipeworx-io/mcp-activecampaign
1/7 registries