# SendCloud MCP for AI Agents AI Agent Connect

> SendCloud MCP lets your AI agent handle your email and SMS marketing directly. Manage campaigns, browse templates, and audit your mailing lists without leaving your workspace. It turns complex communication workflows into a simple conversation, letting you fire off messages and check delivery stats on demand.

## Overview
- **Category:** communication-messaging
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_DqY3G1CzTPJzd2zrqQp8dMzKiWJ3cflQ8Z0Hb1M5/ai-agent-connect
- **Tags:** sms-notifications, campaign-management, template-engine, delivery-tracking, contact-management

## Description

Managing a high-volume marketing engine usually means jumping between different tabs to see if your emails actually landed, tweaking templates, and scrubbing your subscriber lists. It is a lot of context switching that breaks your flow. This Connector changes that by letting your AI client take over the heavy lifting of your digital communications. Instead of digging through a dashboard, you can just tell your agent to fire off a welcome sequence or check if a specific campaign hit its target. It handles the gritty details of address list management and template retrieval so you can stay focused on the strategy. Because it is hosted on Vinkius, you get a reliable way to plug these capabilities into any of your favorite AI clients. You can audit your account limits, monitor delivery performance, and keep your contact lists organized through a simple chat interface. It is about moving from manual data entry to high-level orchestration.

## Tools

### send_email
Dispatch an email to a recipient. You can use this for one-off messages or full campaign blasts.

### add_address_member
Put a new person into a mailing list. This makes it easy to update your audience in real-time.

### create_address
Make a brand new mailing list. Use this to segment your customers into new groups.

### delete_address
Remove a mailing list from your account. This helps you keep your workspace clean of old data.

### get_email_status
Check if a specific email was delivered. This is your go-to for troubleshooting missed messages.

### get_stats
Pull your delivery and open rates. Use this to see how your marketing is actually performing.

### get_user_info
View your account details. This is useful for checking your current usage limits.

### list_address_members
See who is on a specific mailing list. This lets you audit your audience size quickly.

### list_addresses
View all your active mailing lists. Use this to see what segments you already have ready.

### list_templates
Pull up your available email designs. This helps your agent find the right branding for a message.

## Prompt Examples

**Prompt:** 
```
Send a welcome email to 'mario@example.com' using the 'welcome-template'.
```

**Response:** 
```
I've sent the welcome email to Mario. The message ID is '8821'. You can use this ID to check the delivery status later.
```

**Prompt:** 
```
Show me the performance stats for the last month.
```

**Response:** 
```
I've retrieved your SendCloud statistics. Over the last month, you've sent 15,000 emails with a 98% delivery rate and a 25% average open rate. Should I break this down by template?
```

**Prompt:** 
```
List all my mailing address lists.
```

**Response:** 
```
I've listed your mailing address lists. You have 3 active lists: 'Newsletter Subscribers', 'VIP Clients', and 'Internal Team'. Which one would you like to see the members for?
```

## Capabilities

### Send marketing emails
Dispatch individual or template-based messages to your subscribers.

### Check delivery status
See if your emails actually arrived or failed in real-time.

### Manage mailing lists
Create, list, and delete different segments for your audience.

### Sync contact members
Add or list people within your specific mailing lists.

### Fetch performance stats
Get your delivery rates and open rates to see how campaigns are performing.

### Browse email templates
Retrieve your existing designs to keep your branding consistent.

### Audit account limits
Check your current usage and account metadata on the fly.

## Use Cases

### Sending a welcome message
A new user signs up and needs a welcome email. You tell your agent to send a message using a specific template. The agent finds it and sends it instantly.

### Cleaning a subscriber list
A list is getting too large and needs cleaning. You ask your agent to list all members of the VIP list and identify old entries to remove.

### Checking campaign performance
You need to know if a newsletter went out. You ask your agent for the stats on last week's blast. The agent pulls the open rates from get_stats.

### Monitoring API limits
You are worried about hitting your sending limits. You ask your agent to check your account metadata to see how many messages you have left for the month.

## Benefits

- Stop tab-switching by managing mailing lists directly in your chat interface.
- Get instant delivery updates using get_email_status instead of hunting for message IDs.
- Keep branding consistent by letting your agent pull designs from list_templates.
- Monitor your marketing health with real-time stats from get_stats.
- Automate your audience growth by adding members via add_address_member.
- Audit your account limits on the fly using get_user_info.

## How It Works

The bottom line is you can run your entire SendCloud marketing suite through a chat box instead of a web portal.

1. Subscribe to the SendCloud MCP on Vinkius.
2. Enter your SendCloud API User and API Key.
3. Ask your AI client to send emails, check stats, or manage lists.

## Frequently Asked Questions

**Can the SendCloud MCP send emails for me?**
Yes, it lets your agent send individual or template-based emails directly to your subscribers through your existing account.

**How do I check if my emails were delivered?**
You can ask your agent to check the delivery status of any message. It will pull the data and tell you if it was successful.

**Can I manage my mailing lists with this?**
Yes, you can create, list, and delete mailing lists, as well as add new members to them directly through your AI client.

**Does this Connector show my open rates?**
It pulls your performance stats so you can see your delivery and open rates in real-time without opening a browser.

**Can I see my email templates?**
Your agent can browse and retrieve your existing email templates to ensure your branding stays consistent across all messages.

**How do I see my account usage?**
You can ask the agent to check your account metadata to see your current limits and usage at any time.

**How do I find my SendCloud API User and Key?**
Log in to your SendCloud account, go to [Settings] -> [API Keys], and you will find your API User (api_user) and API Key there.

**Can I check the delivery status of an email?**
Yes. Use the `get_email_status` tool with the unique message ID (msgId) returned when the email was sent. It will provide real-time status such as 'Delivered', 'Opened', or 'Bounced'.

**Is it possible to manage address list members through the agent?**
Yes! Use the `add_address_member` tool to programmatically add new emails to your existing address lists, facilitating automated subscriber management.