Use this when connecting to or operating ACA via MCP for leads, lists, sequences, campaigns, and replies.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add seguelaCedric/aca-native-mcp-skills --skill aca-mcp-ops --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Aca Mcp Ops?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/seguelacedric-aca-mcp-ops)More formats (shields.io, HTML) on the badges page.
---
name: ACA MCP ops
description: >-
Use this when connecting to or operating ACA via MCP for leads, lists,
sequences, campaigns, and replies.
---
# ACA MCP ops
Use this whenever an agent needs to operate Automated Client Acquisition through MCP.
## Connect
- Prefer the installed ACA connector when available.
- Production MCP URL: `https://www.automatedclientacquisition.com/api/mcp`
- Auth: Bearer API key from ACA **Settings → MCP / API** (never commit or paste keys into skills, repos, or chat logs).
## Before mutating
1. Call `get_help` (or list tools) if unsure of the current schema.
2. `list_accessible_organizations` and `switch_organization` when the user has more than one org.
3. Prefer idempotent creates (`create_lead`) and check existing lists/sequences before duplicating.
## Safe defaults
- Create lists and sequences as **draft**; do not activate large campaigns without explicit user confirmation.
- Do not invent emails or phone numbers.
- Prefer tagging source/signal on leads when recording pipeline work.
- On bulk enroll or Apify import, confirm scope and cost first.
## Common jobs
- Leads/lists: `create_lead`, `bulk_create_leads`, `create_lead_list`, `list_leads`, `search_lead_pool`, `build_lead_pool_list`
- Sequences/campaigns: `create_email_sequence`, `create_campaign`, `enroll_leads`, `update_campaign_status`
- Inbox: `list_conversations`, `send_conversation_reply`
- Strategy context: `list_icps`, `list_products`
## Handoffs
When working inside a multi-agent crew, follow the ACA crew handoff skill and keep ACA as the system of record for lead state.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!