Constant Contact MCP, CLI, and Lua Integration for AI Agents
Constant Contact integration docs for AI agents: MCP gateway setup, Constant Contact CLI commands, Lua API reference, credentials, and function schemas.
6 functions 5 read 1 write Manual OAuth token auth
Constant Contact for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
constant_contact- route_slug
constant-contact- package
constant-contact- auth_strategy
oauth2_manual_tokenManual OAuth token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Constant Contact CLIHeadless setup and direct function calls. Constant Contact MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Constant Contact MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Constant Contact.
Claude Code Constant Contact MCP setup for Claude Code. Cursor Constant Contact MCP setup for Cursor. Codex Constant Contact MCP setup for Codex. OpenAI Agents Constant Contact MCP setup for OpenAI Agents SDK. Claude Agent SDK Constant Contact MCP setup for Claude Agent SDK. Vercel AI SDK Constant Contact MCP setup for Vercel AI SDK. LangChain Constant Contact MCP setup for LangChain. LangGraph Constant Contact MCP setup for LangGraph. CrewAI Constant Contact MCP setup for CrewAI. MCP clients Constant Contact MCP setup for Generic MCP Clients.
Constant Contact CLI Matrix
Use these pages for direct Constant Contact CLI workflows in scripts, CI, cron, and agent wrappers.
CI Constant Contact CLI for CI. Cron Jobs Constant Contact CLI for cron jobs. Shell Scripts Constant Contact CLI for shell scripts. Headless Automation Constant Contact CLI for headless automation. Coding Agents Constant Contact CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
constant_contact.constantcontact_list_contacts | Read read | 3 | List contacts from Constant Contact. Supports pagination and filtering by status (active, unconfirmed, opted_out, non_subscriber). |
constant_contact.constantcontact_get_contact | Read read | 1 | Get detailed information for a single Constant Contact contact by ID, including email, name, phone, address, and list memberships. |
constant_contact.constantcontact_create_contact | Write write | 4 | Create a new contact in Constant Contact. Requires an email address. Optionally set first name, last name, and assign to lists. |
constant_contact.constantcontact_list_campaigns | Read read | 2 | List email campaigns from Constant Contact. Supports cursor-based pagination. |
constant_contact.constantcontact_list_lists | Read read | 0 | List all contact lists in Constant Contact. Returns list IDs, names, and membership counts. Use list IDs when creating contacts. |
constant_contact.constantcontact_get_current_user | Read read | 0 | Get the authenticated user's Constant Contact account information, including name, email, and organization details. |