ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use SparkPost with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Bring your SparkPost email delivery platform into your AI. Manage templates, send campaigns, and audit deliverability directly from your editor.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete SparkPost capability set.

These are the exact actions your AI can choose when you ask it to work with SparkPost.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through SparkPost.

  1. 01

    List bounce events

    Lists recent email bounce events

  2. 02

    Delete suppression record

    This action is irreversible. Removes an email address from the suppression list

  3. 03

    Delete template

    This action is irreversible. Permanently deletes an email template

  4. 04

    Get deliverability metrics

    Retrieves account-wide deliverability and performance metrics

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through SparkPost.

  1. 05

    Send email

    Provide from_email, to_email, subject and plain text content. Sends an email via SparkPost transmissions

  2. 06

    Create template

    Provide a unique ID, display name, subject and valid HTML. Creates a new HTML email template

  3. 07

    Get template details

    Retrieves the structure and content of a specific template

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through SparkPost.

  1. 08

    List suppression list

    G. due to unsubscribes or spam complaints). Lists addresses on the globalThis suppression list

  2. 09

    List templates

    Lists all draft and published email templates

  3. 10

    List webhooks

    Lists all active event webhooks

Observed, not estimated

866ms average. Fast in production.

SparkPost is checked daily against the live service.

Daily averagePeak 1091ms
Aug 20Today
Fastest day
698ms
Slowest day
1091ms
14-day trend
Slowing+5%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of SparkPost, so you can see the experience inside your AI.

It does not authenticate your account with SparkPost. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

SparkPost Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_iK6Ro6b3ZMOQ2WhBqvxl50UAHTDjWVVmmRKpYh5A/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — SparkPost capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "sparkpost-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_iK6Ro6b3ZMOQ2WhBqvxl50UAHTDjWVVmmRKpYh5A/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions SparkPost owners ask.

  • 01

    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.

  • 02

    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.

  • 03

    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.