Drive ecommerce growth with Omnisend — manage contacts, campaigns, automations, segments, and track events from AI.
Use with AI AssistantsMCP
Connect Claude, Cursor, or any MCP-compatible client — then call tools directly
① Add This MCP Server
Paste into your AI client config — then all its tools are available instantly.
{
"mcpServers": {
"omnisend": {
"url": "https://mcp.aerostack.dev/s/aerostack/mcp-omnisend",
"headers": {
"Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
}
}
}
}Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.
② Call a Tool
Ask your AI assistant to call a specific tool, or send raw JSON-RPC:
Natural Language Prompt
“Use the _ping tool to verify omnisend credentials by calling a lightweight read endpoint. used internally by aerostack to validate credentials”
Using a Workspace?
Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.
Drive ecommerce growth with Omnisend — manage contacts, campaigns, automations, segments, and track events from AI.
Live endpoint: https://mcp.aerostack.dev/s/aerostack/mcp-omnisend
This MCP server gives AI agents access to Omnisend via 16 tools. Connect it to any Aerostack workspace and your agents can interact with Omnisend directly.
| Tool | Description |
|---|---|
list_contacts | List contacts with optional filters |
create_contact | Create a new contact |
get_contact | Get a contact by ID |
update_contact | Update a contact |
delete_contact | Delete a contact |
list_campaigns | List campaigns |
get_campaign | Get a campaign by ID |
list_automations | List all automations |
track_event | Track a custom event for a contact |
create_batch | Create a batch operation for contacts |
get_batch_status | Get the status of a batch operation |
list_segments | List all audience segments |
get_segment_contacts | Get contacts in a segment |
list_forms | List all forms |
list_tags | List all tags |
get_account_info | Get account information |
| Variable | Required | Description |
|---|---|---|
OMNISEND_API_KEY | Yes | Your OMNISEND API KEY from the service's developer settings |
Add the following secrets under Project → Secrets:
OMNISEND_API_KEYOnce added, every AI agent in your workspace can use Omnisend tools automatically.
curl -X POST https://mcp.aerostack.dev/s/aerostack/mcp-omnisend \
-H 'Content-Type: application/json' \
-H 'X-Mcp-Secret-OMNISEND-API-KEY: your-omnisend-api-key' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_contacts","arguments":{}}}'
MIT
Live Endpoint
https://mcp.aerostack.dev/s/aerostack/mcp-omnisend
Sub-50ms globally · Zero cold start
@aerostack
Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.
by @aerostack
Trigger real-time events to browser and mobile clients, manage presence channels, and authenticate sockets via Pusher.
by @aerostack
Send transactional emails with developer-grade deliverability — manage domains, API keys, and sending stats via Resend.
by @aerostack
Send emails at scale, manage dynamic templates, and track delivery stats via SendGrid's email infrastructure.
by @aerostack
Send SMS, make calls, and manage phone numbers via Twilio — add programmable communications to any AI workflow.
by @aerostack
Sendbird in-app messaging MCP — manage channels, messages, and users via the Sendbird platform API
Yes. The Omnisend MCP includes a create_contact tool that lets Claude create contacts in your Omnisend account from a plain-English prompt. You can also update and delete contacts — no Omnisend UI needed.
Yes. The Omnisend MCP includes tools to list and retrieve contacts from your Omnisend account. Claude can filter, sort, and summarize contacts based on your instructions.
Yes. The Omnisend MCP uses the open Model Context Protocol standard, so it works in Claude, Cursor, Windsurf, and any other MCP-compatible AI tool. All 16 Omnisend tools are available everywhere you connect it — install once on Aerostack.
Yes. The Omnisend MCP includes tools to update contacts in your Omnisend account. Tell Claude what to change in plain English — it reads the current state and applies the update via the Omnisend API.