KosmoKrator

email

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_token Manual OAuth token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Constant Contact MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Constant Contact.

Constant Contact CLI Matrix

Use these pages for direct Constant Contact CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
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.