Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Constant Contact MCP server with 61 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Constant Contact — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Constant Contact MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Constant Contact tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Constant Contact call.
Tools Discovery →A Constant Contact MCP server lets AI agents read and write Constant Contact data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Constant Contact MCP server ships with 61 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, and optimized agent context. Connect it from MCP clients like Claude Desktop, Cursor, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from Constant Contact's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Retrieve details about the Constant Contact account
Update account details such as name, website, and contact information
Add the organization's physical address to the Constant Contact account
Retrieve the organization's physical address on file
Update the organization's physical address on the Constant Contact account
Add a new email address to the Constant Contact account
List email addresses associated with the Constant Contact account
Create a new contact in Constant Contact
Retrieve a paginated list of contacts with optional filtering
Retrieve a specific contact by their unique ID
Update an existing contact's information by ID
Delete a contact by their unique ID
Create a new contact list in the account
Retrieve all contact lists in the account
Retrieve a specific contact list by its unique ID
Update the name, description, or favorite status of a contact list
Delete a contact list by its unique ID
Create a new custom field definition for contacts
Retrieve all custom field definitions in the account
Retrieve a specific custom field definition by its unique ID
Update an existing custom field's label or choices
Delete a custom field definition by its unique ID
Create a new event with default settings, registration form, and landing page
Retrieve a collection of events with event details
Retrieve details for a specific event by its unique ID
Partially update an event with the provided fields
Create a new segment with filter criteria
Retrieve all segments defined in the account
Retrieve a specific segment by its unique ID
Update an existing segment's name and filter criteria
Delete a segment by its unique ID
Create a new email campaign
Retrieve all email campaigns in the account
Retrieve a specific email campaign by its unique ID
Delete an email campaign by its unique ID
Retrieve a specific email campaign activity by its unique ID
Update the content and settings of an email campaign activity
Create a new contact tag with a unique name
Retrieve all contact tags in the account
Retrieve details for a specific contact tag by its unique ID
Rename an existing contact tag
Delete a contact tag and unassign it from all contacts
Create a new contact or update an existing one via sign-up form
Retrieve the privileges associated with the authenticated user
Retrieve the status of all bulk activities (async jobs) in the account
Retrieve the status and details of a specific bulk activity by its unique ID
Retrieve aggregate statistics for email campaigns
Retrieve performance tracking statistics for one or more email campaigns
Retrieve performance tracking statistics for up to ten email campaign activities
Retrieve link click counts for a specific email campaign activity
Retrieve a list of contacts that were sent a specific email campaign activity
Retrieve each time a contact opened a specific email campaign activity
Retrieve the last time each contact opened a specific email campaign activity
Retrieve contacts that were sent but did not open a specific email campaign activity
Retrieve each time a contact clicked a link in a specific email campaign activity
Retrieve each time a contact forwarded a specific email campaign activity
Retrieve contacts that unsubscribed via a specific email campaign activity
Retrieve contact bounce data for a specific email campaign activity
Retrieve a contact's tracking activities across all campaigns
Rename an email campaign
Rename an existing segment without modifying its criteria
One endpoint. Any framework. Your agent is talking to Constant Contact in under 10 lines of code.
MCP Clients
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.