
SuperSend
Wire SuperSend cold-email infrastructure—contacts, campaigns, senders, and deliverability—into your agent for outbound launch and nurture workflows.
Overview
SuperSend is a MCP server for the Launch phase that lets your agent manage SuperSend contacts, campaigns, senders, and deliverability over a hosted streamable-http endpoint.
What is this MCP server?
- Remote streamable-http MCP at https://mcp.supersend.io/mcp (v0.1.1)
- Manage contacts, campaigns, senders, and deliverability via SuperSend API
- Authorization header: Bearer YOUR-API-KEY from the SuperSend dashboard
- OAuth option documented for MCP marketplaces as an alternative to raw API keys
- Official docs at https://docs.supersend.io/docs/mcp-server
- Hosted MCP version 0.1.1 at https://mcp.supersend.io/mcp (streamable-http)
- Four API focus areas: contacts, campaigns, senders, deliverability
- Auth: required secret Authorization Bearer API key or OAuth on marketplaces per documentation
What problem does it solve?
You context-switch between your IDE and SuperSend whenever you need to check a campaign, sender health, or contact lists for outbound launch.
Who is it for?
Founders running SuperSend for cold outreach or lifecycle sequences who want Cursor or Claude Code to operate real campaign and deliverability objects.
Skip if: Builders without SuperSend, or those who only need one-off transactional email from their app codebase—use your app's mail provider integration instead.
What do I get? / Deliverables
Your agent can call SuperSend through MCP with your API key so distribution tasks stay in one thread with your ship and launch work.
- Agent-driven inspection and management of SuperSend contacts, campaigns, senders, and deliverability settings
- Faster launch iteration on outbound infrastructure without manual API doc spelunking
Recommended MCP Servers
Journey fit
Launch is when solo builders turn on outbound channels and need to operate campaigns without living in another SaaS UI all day. Distribution covers managing outreach campaigns, sender identity, and deliverability—the core SuperSend API surface this MCP exposes.
How it compares
Hosted MCP bridge to SuperSend's outbound stack, not an in-repo copywriting or SEO agent skill.
Common Questions / FAQ
Who is SuperSend for?
Solo builders and small teams using SuperSend for outbound email who want MCP-connected agents to manage contacts, campaigns, senders, and deliverability.
When should I use SuperSend?
Use it at Launch and early Grow when you are activating distribution—standing up sequences, tuning senders, or checking deliverability before and after a release.
How do I add SuperSend to my agent?
Register the remote MCP URL https://mcp.supersend.io/mcp with an Authorization: Bearer YOUR-API-KEY header from the SuperSend dashboard, or connect via OAuth on a supported MCP marketplace per SuperSend docs.