Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Lemlist MCP server with 60 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Lemlist — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Lemlist MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Lemlist 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 Lemlist call.
Tools Discovery →A Lemlist MCP server lets AI agents read and write Lemlist data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Lemlist MCP server ships with 60 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 Lemlist's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Create a new campaign with an auto-generated sequence and schedule.
Retrieve a paginated list of all campaigns in your team.
Retrieve detailed information about a specific campaign by ID.
Update the settings and configuration of an existing campaign.
Export leads from a campaign with flexible filtering and format options.
Retrieve leads from a specific campaign, optionally filtered by state.
Retrieve multiple contacts by their IDs or email addresses.
Retrieve a single contact by ID or email address.
Create a new lead and add it to a specific campaign.
Update an existing lead's information in a specific campaign.
Create a new sending schedule to control campaign delivery timing.
Retrieve a paginated list of all sending schedules.
Retrieve details of a specific sending schedule by ID.
Update the configuration of an existing sending schedule.
Permanently delete a sending schedule.
Update the content or configuration of an existing sequence step.
Remove a step from a campaign sequence.
Create a new task and assign it to a team member.
Retrieve a paginated list of tasks across your team.
Update an existing task's details, assignee, or completion status.
Retrieve a paginated list of all unsubscribed email addresses.
Export all unsubscribed emails and domains as a CSV file.
Register a new webhook to receive lemlist event notifications.
Retrieve all webhooks configured for your lemlist team.
Remove a webhook from your lemlist team.
Import leads into a campaign directly from a connected CRM using a saved filter.
Add a new step to an existing campaign sequence.
Add an email address to the team unsubscribe list.
Retrieve a paginated list of activities across all campaigns.
Retrieve performance statistics for a specific campaign.
Retrieve aggregated reports and statistics for one or multiple campaigns.
Check the status of a running campaign export job and retrieve the download URL when complete.
Retrieve the result of a completed enrichment job.
Retrieve a lead by their email address across all campaigns.
Retrieve a lead by their ID or email address.
Retrieve all schedules associated with a specific campaign.
Retrieve the sequences and steps configured for a specific campaign.
Retrieve information about your lemlist team.
Retrieve the remaining credits balance for your lemlist team.
Retrieve the list of senders and their associated campaigns.
Retrieve the unsubscribe record for a specific email address.
Retrieve details of a specific team member by user ID.
Configure an email address to be notified when a campaign export is complete.
Remove a lead from a specific campaign, deleting all associated information and statistics.
Remove an email address from the unsubscribe list to allow future outreach.
Start or resume a paused campaign.
Pause a running campaign without affecting scheduled leads.
Initiate an asynchronous CSV export of campaign statistics.
Trigger enrichment for an existing lead to find email, phone, or LinkedIn data.
Enrich a contact by email or LinkedIn URL without requiring an existing lead.
Trigger enrichment for multiple contacts in a single request.
Pause a lead's activity in all campaigns or a specific campaign.
Resume a previously paused lead in all campaigns or a specific campaign.
Mark a lead as interested across all campaigns.
Mark a lead as not interested across all campaigns.
Mark a lead as interested within a specific campaign.
Mark a lead as not interested within a specific campaign.
Unsubscribe a lead from a specific campaign by email address.
Link an existing schedule to a campaign to control its sending times.
Mark one or more tasks as ignored.
One endpoint. Any framework. Your agent is talking to Lemlist 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>"
]
}
}
}45+ actions
43+ actions
39+ actions
34+ actions
8+ actions
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.