get_contact
ActiveTool of Activecampaign
declared in 0.1.0
Get a single contact by ID. Returns email, name, phone, custom field values, and engagement details.
Parameters schema
{
"type": "object",
"required": [
"_apiKey",
"account",
"id"
],
"properties": {
"id": {
"type": "string",
"description": "ActiveCampaign contact ID."
},
"_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.70.
Parent server
Activecampaign
https://github.com/pipeworx-io/mcp-activecampaign
1/7 registries