Iterable MCP Server
for AI Agents
Connect your AI agent to StackOne's Iterable MCP server and give it 68 MCP tools out of the box. Auth, tool execution, and security all managed.
Coverage
68 Agent Actions
Create, read, update, and delete across Iterable — and extend your agent's capabilities with custom actions.
Authentication
Agent Tool Authentication
Per-user OAuth in one call. Your Iterable MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Agent Protection
Every Iterable tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Max Agent Context. Min Cost.
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Iterable call.
Tools Discovery →What is the Iterable MCP Server?
A Iterable MCP server lets AI agents read and write Iterable data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Iterable MCP server ships with 68 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, observability, and agent execution runtime. Connect it from MCP clients like Claude Desktop, Claude Code, Cursor, Goose, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
All Iterable MCP Tools
Every action from Iterable's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
A Campaigns
- Create A Campaign
Create a campaign
- Get A Campaign
Get a campaign
A Catalogs
- Create A Catalog
Create a catalog
- Delete A Catalog
Delete a catalog
Email Templates
- Create Email Template
Create email template
- Update Email Template
Update email template
Other (62)
- Create Or Replace A Catalog Item
Create or replace a catalog item
- Create Or Update A Catalog Item
Create or update a catalog item
- Send An Email To An Email Address
Send an email to an email address
- Send An In-app Notification To A User
Send an in-app notification to a user (requires a Running In-App campaign)
- Create A Static List
Create a static list
- Add Subscribers To List
Add subscribers to list
- Send Push Notification To User
Send push notification to user
- Send SMS Notification To User
Send SMS notification to user
- List Campaign Metadata
List campaign metadata
- Get The Catalog Items For A Catalog
Get the catalog items for a catalog
- Get Catalog Names
Get catalog names
- Get A Specific Catalog Item
Get a specific catalog item
- Get Field Mappings For A Catalog
Get field mappings for a catalog
- Get An Email Template By TemplateId
Get an email template by templateId
- Get Export Job Files
Get the downloadable files for an export job
- Get Export Jobs
Get export jobs
- Export Data To CSV
Export data to CSV (response is raw text/csv, not JSON)
- Export Data To JSON
Export data to JSON (response is raw NDJSON text, not a JSON object)
- Export User Events
Export user events
- Get Count Of Users In List
Get count of users in list
- Get Lists
Get lists
- Get Users In A List
Get users in a list (returns NDJSON text)
- Get An Email Template By ClientTemplateId
Get an email template by clientTemplateId
- Get Project Templates
Get project templates
- Get Messages Sent To A User
Get messages sent to a user (one of email or userId is required)
- Get A User By Email (query Parameter)
Get a user by email (query parameter)
- Get A User By Email (path Parameter)
Get a user by email (path parameter)
- Get A User By UserId (query Parameter)
Get a user by userId (query parameter)
- Get A User By UserId (path Parameter)
Get a user by userId (path parameter)
- Get All User Fields
Get all user fields
- Get Hashed Forgotten Users In Compliance With GDPR
Get hashed forgotten users in compliance with GDPR
- Get Journeys (workflows)
Get journeys (workflows)
- Set A Catalog's Field Mappings (data Types)
Set a catalog's field mappings (data types)
- Update A User's Shopping Cart Items
Update a user's shopping cart items
- Update User Email
Update user email
- Update User Subscriptions
Update user subscriptions
- Update User Data
Update user data
- Delete A Catalog Item
Delete a catalog item
- Delete A List
Delete a list
- Remove Users From A List
Remove users from a list
- Delete A User By Email
Delete a user by email (asynchronous)
- Delete User By UserId
Delete user by userId
- Archive Campaigns
Archive campaigns
- Bulk Create Or Update Catalog Items
Bulk create or update catalog items
- Bulk Delete Catalog Items
Bulk delete catalog items
- Track A Purchase
Track a purchase
- Track An Event
Track an event (requires either email or userId)
- Cancel Export Job
Stop a queued or running export job by jobId
- Start Export
Start export
- Preview Users In A List
Preview users in a list (returns CSV text)
- Bulk Subscription Action On A List Of Users
Bulk subscription action on a list of users
- Subscribe A Single User
Subscribe a single user
- Subscribe A Single User By Their UserId
Subscribe a single user by their userId
- Unsubscribe A Single User
Unsubscribe a single user
- Unsubscribe A Single User By UserId
Unsubscribe a single user by userId
- Bulk Delete Templates
Bulk delete templates
- Bulk Update User Subscriptions
Bulk update user subscriptions
- Bulk Update User Data
Bulk update user data
- Forget A User In Compliance With GDPR
Forget a user in compliance with GDPR
- Merge Users
Merge users
- Unforget A User In Compliance With GDPR
Unforget a user in compliance with GDPR
- Trigger A Journey (workflow)
Trigger a journey (workflow)
Iterable AI Agent Use Cases
Connect your AI agent to Iterable and help your team scale the marketing operations they run by hand today.
Use StackOne to connect your AI agent to your marketing automation, CRM, and email tools to automate lead nurture email sequences.
ViewUse StackOne to connect your AI agent to your marketing automation, email, and analytics platforms to automate campaign performance reporting.
ViewUse StackOne to connect your AI agent to your document stores, email platforms, and messaging tools to automate content repurposing and distribution.
ViewSet Up Your Iterable MCP Server in Minutes
One endpoint. Any framework. Your agent is talking to Iterable in under 10 lines of code.
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>"
]
}
}
}Platform Resources
MCP Code Mode: Keeping Tool Responses Out of Agent Context
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
Comparing BM25, TF-IDF, and Hybrid Search for MCP Tool Discovery
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
Indirect Prompt Injection Defense for MCP Tools: A Technical Guide
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
MCP vs A2A: Architecture, Security, and When to Use Each
MCP vs A2A: what each protocol standardizes, how they differ, their shared security risks including indirect prompt injection, and when to use one, both, or a hybrid architecture.
12 min
MCP vs API: What 200+ Connector Builds Taught Us
MCP wraps APIs, it doesn't replace them. After building 200+ connectors that serve both, here's when each approach wins.
14 min read
Iterable MCP Server FAQ
Does StackOne have a Iterable MCP server?
Iterable MCP server vs direct API integration — what's the difference?
How does Iterable authentication work for AI agents?
origin_owner_id.Are Iterable MCP tools vulnerable to prompt injection?
What is the context bloat of a Iterable agent and how do I avoid it?
Can I limit which actions my Iterable agent can access?
Can I create custom agent actions for my Iterable MCP server?
When should I NOT use a Iterable MCP server?
What AI frameworks and AI clients does the StackOne Iterable MCP server support?
Put your AI agents to work
All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.