list_contacts
ActiveTool of Activecampaign
declared in 0.1.0
List/search contacts (subscribers) in an ActiveCampaign account. Filter by exact email or a free-text search across name/email. Returns contacts with IDs, emails, names, and meta.total.
Parameters schema
{
"type": "object",
"required": [
"_apiKey",
"account"
],
"properties": {
"email": {
"type": "string",
"description": "Filter to an exact email address."
},
"limit": {
"type": "number",
"description": "Max results (default 20, max 100)."
},
"search": {
"type": "string",
"description": "Free-text search across name and email."
},
"_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