SparkPost Connector for AI agents.
10 live capabilities
Manage transactional email delivery and marketing campaigns from your editor.
Waiting for input…
Why people use SparkPost
SparkPost for Faster Email Deliverability Audits
This Connector changes the game by putting those controls inside your chat. You can ask for a deliverability report or a list of recent bounces in seconds. You get a clear view of your email health without the friction of a web interface.
What Vinkius changes
You get a direct line to your SparkPost account without ever opening a browser tab.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
The Quick Test
A developer needs to see if a password reset works.
- Real-world use case 02
The Layout Refresh
A marketing engineer wants to update a header.
- Real-world use case 03
The Deliverability Check
A postmaster sees a spike in errors.
Complete set · 10capabilities
The complete SparkPost capability set.
These are the exact actions your AI can choose when you ask it to work with SparkPost.
01—04
4 capabilities in this set.
Part of 10 available through SparkPost.
- 01 Capability
List bounce events
This capability lists recent email bounce events. You can use it to identify exactly why specific messages failed to deliver.
- 02 Capability
Create template
This capability creates a new HTML email template with a unique ID and name. It lets you push valid layouts directly to your account without using a web form.
- 03 Capability
Delete suppression record
This capability removes an email address from your global suppression list. It is useful for unblocking users who were incorrectly flagged as spam.
- 04 Capability
Delete template
This capability permanently deletes an existing email template. Use it to clear out old layouts and keep your account organized.
05—07
3 capabilities in this set.
Part of 10 available through SparkPost.
- 05 Capability
Get deliverability metrics
This capability retrieves account-wide deliverability and performance metrics. It helps you monitor your sender reputation and see your current bounce rates.
- 06 Capability
Get template details
This capability retrieves the structure and content of a specific template. It allows you to pull raw markup for auditing or refactoring.
- 07 Capability
List suppression list
This capability lists addresses on your global suppression list. It helps you see who has unsubscribed or been flagged for spam.
08—10
3 capabilities in this set.
Part of 10 available through SparkPost.
- 08 Capability
List templates
This capability lists all draft and published email templates. You can quickly see every layout available in your SparkPost account.
- 09 Capability
List webhooks
This capability lists all active event webhooks. Use it to see which triggers are currently sending data to your endpoints.
- 10 Capability
Send email
This capability sends an email via SparkPost transmissions. You can use it to send transactional messages or test formatting with plain text.
Set up in minutes
One URL. Then ask SparkPost to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use SparkPost from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_iK6Ro6b3ZMOQ2WhBqvxl50UAHTDjWVVmmRKpYh5A/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it SparkPost, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable SparkPost for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_iK6Ro6b3ZMOQ2WhBqvxl50UAHTDjWVVmmRKpYh5A/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the SparkPost URL.
- Step 03
Save and start
Save the connection and enable SparkPost in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"sparkpost": {
"url": "https://edge.vinkius.com/vk_preview_iK6Ro6b3ZMOQ2WhBqvxl50UAHTDjWVVmmRKpYh5A/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using SparkPost
Open Agent mode in chat and ask: "Using SparkPost, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"sparkpost": {
"url": "https://edge.vinkius.com/vk_preview_iK6Ro6b3ZMOQ2WhBqvxl50UAHTDjWVVmmRKpYh5A/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using SparkPost
Ask Copilot: "Using SparkPost, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"sparkpost": {
"url": "https://edge.vinkius.com/vk_preview_iK6Ro6b3ZMOQ2WhBqvxl50UAHTDjWVVmmRKpYh5A/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using SparkPost
Open Cascade and ask: "Using SparkPost, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"sparkpost": {
"url": "https://edge.vinkius.com/vk_preview_iK6Ro6b3ZMOQ2WhBqvxl50UAHTDjWVVmmRKpYh5A/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using SparkPost
Ask Cline: "Using SparkPost, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add sparkpost --transport http "https://edge.vinkius.com/vk_preview_iK6Ro6b3ZMOQ2WhBqvxl50UAHTDjWVVmmRKpYh5A/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using SparkPost
Ask Claude: "Using SparkPost, show me...". 10 tools are ready
Where the request belongs
Work SparkPost can move forward.
This is for the developer who needs to trigger a test email without leaving their IDE, the marketing engineer who hates manual HTML coding, and the postmaster who needs to audit deliverability metrics without opening a dozen tabs.
Developer / Ops
Testing transactional emails during local development without breaking your coding flow.
Marketing Engineer
Refactoring old HTML layouts and pushing them to production via chat commands.
Postmaster Administrator
Auditing sudden drops in global metrics and filtering bounce events systematically.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsPostmark
Equip your AI to send emails, monitor delivery stats, track bounces, and manage Postmark templates directly from your chat.
SendGrid
Deliver transactional and marketing emails at massive scale with industry-leading deliverability and real-time analytics.
Elastic Email
Equip your AI agent to manage email campaigns, track contacts, and monitor delivery logs via the Elastic Email API.
Maileroo
Deliver transactional emails reliably at scale with an SMTP relay and API that prioritizes inbox placement and speed.
UniOne
Send transactional and bulk emails with high deliverability, detailed analytics, and infrastructure that handles millions of messages.
Bring your own AI
Change the model, client or framework. Keep SparkPost connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about SparkPost.
The practical details behind the request, access and result.
Can I use SparkPost MCP to send emails?
Yes, you can send emails directly via your AI agent. Just tell your agent the recipient, the subject, and the content you want to send.
How do I check my bounce rates?
You can ask your agent to pull your deliverability metrics. It will fetch the latest data from SparkPost and give you a summary of your success and failure rates.
Can I manage my suppression list?
Yes, you can view and remove records from your suppression list. This helps you keep your audience clean and ensure your emails reach the right people.
Can I edit my email templates with this?
You can pull the details of existing templates and create new ones with specific IDs. This allows you to manage your layouts without leaving your workspace.
Is this for transactional emails?
Yes, it is excellent for transactional emails like password resets, order confirmations, and other automated notifications.
Can I see my active webhooks?
Yes, your agent can list all active webhooks currently connected to your SparkPost account so you can see what triggers are active.
Can the AI rewrite an old HTML email template and import it straight into SparkPost?
Yes! The bot reads your existing content using get_template_details, uses its intelligence to fully redesign the HTML block recursively (e.g. updating tables to modern styling natively), and finally invokes create_template to overwrite or deploy the modernized file safely to the cloud.
How easy is it to send a test email from the IDE without a UI interface?
It takes one sentence. You can type: 'Send via SparkPost a test email to admin@test.com titled Server OK'. The LLM gathers the keys, utilizes send_email, structures the JSON transmission array natively, and confirms back to you upon a 2xx HTTP delivery success.
Can it search for specifically why emails are bouncing from a certain provider?
Yes. While the list_bounce_events gets the core list, prompting the LLM to 'diagnose our latest bounces' lets the AI digest all textual rejection codes (e.g., SMTP 550 spam blocks vs 421 rate limits) and present a structured summary of where and why deliverability is faltering.
One connection away
Give your agent a direct line to SparkPost.
Connect SparkPost once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available