ActiveCampaign MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_contact_by_emailC | Busca um contato no ActiveCampaign pelo email |
| get_contact_by_idB | Busca um contato no ActiveCampaign pelo ID |
| search_contactsC | Busca contatos no ActiveCampaign com filtros |
| get_contact_tracking_logsC | Busca os logs de eventos/tracking de um contato específico |
| get_contact_tracking_logs_by_emailC | Busca os logs de eventos/tracking de um contato pelo email |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
The tools have some overlap that could cause confusion, particularly between get_contact_by_email and get_contact_by_id which serve similar purposes but use different identifiers, and between get_contact_tracking_logs and get_contact_tracking_logs_by_email which are essentially duplicates with different input methods. However, the descriptions clarify the distinctions, preventing complete ambiguity.
All tool names follow a consistent verb_noun pattern with snake_case, using 'get' or 'search' as verbs and clearly specifying the target (e.g., contact, tracking_logs). This predictability makes it easy for agents to understand and use the toolset without confusion.
With 5 tools, the count is reasonable for a contact management server, but it feels slightly thin as it only covers read operations (get and search) without create, update, or delete functions. This limits the scope but is still within an acceptable range for a focused purpose.
The toolset is severely incomplete for a CRM domain like ActiveCampaign, as it only includes retrieval and search functions for contacts and tracking logs. There are significant gaps in CRUD operations—no create, update, or delete tools—which will likely cause agent failures when trying to perform full contact lifecycle management.