Marketing
send16.com
Manages email campaigns, transactional emails, and AI-powered template design via Send16.
ENDPOINT 1
https://mcp.send16.com/mcp
MCP server metadata
- Name
- send16
- Version
- 0.5.8
Known tools 79
whoamiVerify the API key and return the authenticated workspace: name, plan, email quota (used/limit), and owner.
Potential side effectssend_campaign_testSend a test email for an existing campaign to preview how it will look in recipients' inboxes.
Potential side effectsdesign_email_templateUse AI to generate a complete email HTML template based on a description.
Potential side effectslist_campaignsList email campaigns with optional status filtering and pagination.
Potential side effectslist_contactsList all contacts with optional filtering by subscription status and tag.
Inferred read-onlylist_domainsList all sending domains configured in your Send16 workspace, including their verification status and DNS records.
Inferred read-onlycheck_domain_healthCheck the DNS health of a specific domain, including DKIM, SPF, DMARC, and MX record verification status.
Inferred read-onlyget_campaign_statsGet detailed performance statistics for a specific campaign including open rate, click rate, bounce rate, and delivery metrics.
Inferred read-onlyget_deliverability_statusGet your workspace's deliverability summary — sending reputation, domain authentication status, and recent bounce/complaint health.
Inferred read-onlylist_automationsList all automations in the workspace, including draft/active/paused status and trigger types.
Inferred read-onlyget_automationGet a single automation by ID, including its trigger, steps, and current status.
Inferred read-onlylist_templatesList starter-gallery email templates available to every workspace.
Potential side effectsrender_email_contentCompile an EmailContent JSON object (the shape used by the Send16 builder + templates) into HTML using the platform's authoritative renderer.
Inferred read-onlylist_messagesList messages from the unified send log (transactional + campaign).
Potential side effectsget_messageFetch a single message with its full event timeline (created → sent → delivered → opened → clicked → .
Potential side effectsget_message_eventsGet just the delivery event timeline for a message — no body or recipient details.
Potential side effectsget_convoGet a single conversation with its full thread of posts (incoming + outgoing).
Inferred read-onlyupdate_convoUpdate conversation state (open/closed/snoozed/spam/trash), star, or assignee.
Potential side effectslist_inbox_countsGet unread/total counts per category and label for the inbox sidebar (newsletter, transactional, marketing, calendar, social, cold).
Inferred read-onlycreate_actionCreate an Action that maps an event name to a transactional template.
Potential side effectsupdate_actionUpdate an Action (toggle enabled, change template, change event name).
Potential side effectsupdate_contactUpdate a contact's profile fields, custom fields, or subscription state.
Potential side effectsget_contact_timelineGet a contact's full activity timeline: emails received, events fired, opens, clicks, automation enrollments, topic changes.
Inferred read-onlyget_contact_health_scoreGet a contact's 0-100 health score based on recent engagement (opens, clicks, replies).
Inferred read-onlysend_broadcastOne-shot broadcast: create a campaign and immediately schedule it to send, in a single call.
Potential side effectsschedule_campaignSchedule (or send immediately) an existing draft campaign to an audience/segment/topic.
Potential side effectsupdate_campaignUpdate a draft campaign's content, subject, preview text, or sender info.
Potential side effectspreview_campaign_recipientsPreview the recipient set for a campaign before sending.
Inferred read-onlyget_automation_statsGet aggregate analytics for an automation: total enrollments, completed, exited, open/click rates per step.
Inferred read-onlylist_automation_enrollmentsList active and historical enrollments for an automation.
Inferred read-onlylist_workspacesList workspaces the authenticated user has access to (owner or member).
Inferred read-onlyget_workspace_usageGet the current month's send count, contact count, and plan limits.
Potential side effectslist_suppressionsList suppressed email addresses (bounces, complaints, unsubscribes, manual).
Potential side effectslist_webhooksList configured outgoing webhooks (your endpoints that Send16 POSTs delivery events to).
Inferred read-onlyregenerate_webhook_secretRotate the HMAC signing secret for an outgoing webhook endpoint.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.send16]
url = "https://mcp.send16.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"send16": {
"type": "http",
"url": "https://mcp.send16.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: send16
Remote MCP URL: https://mcp.send16.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"send16": {
"url": "https://mcp.send16.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"send16": {
"type": "http",
"url": "https://mcp.send16.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "send16",
"transport": "streamable-http",
"url": "https://mcp.send16.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.