# SMS Masivo MCP for AI Agents AI Agent Connect

> SMS Masivo lets you send bulk SMS campaigns across Latin America directly from your AI client. It handles individual messages, scheduled blasts, and real-time delivery tracking while keeping your contact lists and balances organized in one place.

## Overview
- **Category:** communication-messaging
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_hp03lp29r6jzAgxmzmTV2JQKCyyRIB2VZw9cRDGD/ai-agent-connect
- **Tags:** bulk-sms, transactional-messaging, delivery-tracking, contact-segmentation, scheduled-messaging

## Description

You can now tell your AI agent to handle your entire SMS outreach without jumping between tabs or manually managing spreadsheets. If you need to send a reminder to a hundred customers or blast a sale notification across multiple countries in Latin America, this Connector handles the heavy lifting for you. It connects your account so your agent can manage contacts, organize them into specific groups for different campaigns, and monitor whether those messages actually landed on phones. Instead of manually uploading CSV files, copying phone numbers, or hunting through logs to see if a message went through, you just tell your agent what to do in plain English. Whether you're sending out time-sensitive appointment reminders, transactional alerts for a shipping update, or a massive marketing blast for a holiday sale, the agent handles the execution. It keeps your contact directory organized and your credit balance visible so you never run out of reach. This means you can focus on the strategy while the agent handles the logistics of reaching your audience across different regions. It’s a massive time saver for anyone running high-volume communication or managing large customer databases. You can find this and thousands of other tools in the Vinkius catalog to keep your tech stack connected and your messaging automated.

## Tools

### get_delivery_report
Retrieves the delivery status for a specific message you sent.

### check_smsmasivo_status
Verifies that your API connection to SMS Masivo is active and working.

### create_contact
Adds a new person to your contact directory for future messaging.

### get_balance
Shows how many SMS credits you have left to spend.

### list_contacts
Pulls a list of every contact currently saved in your account.

### list_delivery_reports
Shows a history of delivery statuses for messages sent within a date range.

### list_groups
Displays all the contact groups you've created for targeting.

### schedule_sms
Sets a specific date and time for an SMS to be sent automatically.

### send_bulk_sms
Sends the same message to a list of international phone numbers at once.

### send_sms
Sends a single message to one recipient with an optional campaign name.

## Prompt Examples

**Prompt:** 
```
Send a reminder to the 'VIP' group that their order is ready for pickup.
```

**Response:** 
```
I've sent the pickup reminder to all 45 contacts in your VIP group. You can check the delivery status in your dashboard or ask me to pull the reports for you later.
```

**Prompt:** 
```
How many credits do I have left for SMS?
```

**Response:** 
```
You currently have **2,450 credits** remaining. Based on your average volume, this should cover about 3 weeks of scheduled messages.
```

**Prompt:** 
```
Schedule a 'Happy New Year' blast for Jan 1st at 10 AM.
```

**Response:** 
```
Done. I've scheduled that message for your 'All Customers' group. It's set to go out on Jan 1st at 10:00 AM. I'll let you know if there are any issues with the schedule.
```

## Capabilities

### Send individual messages
Reach out to any international phone number with a single text.

### Dispatch bulk messages
Send the same message to a large list of recipients at once.

### Schedule future delivery
Set specific dates and times for your messages to be sent automatically.

### Monitor delivery status
Track real-time delivery reports for individual or batch messages.

### Manage contact groups
Organize your directory into segments for targeted campaign messaging.

### Check credit balance
See how many SMS credits you have left instantly.

## Use Cases

### Flash sale announcements
A retail brand wants to announce a flash sale to 5,000 people in Mexico. The user asks the agent to send_bulk_sms to their 'Holiday Sale' group.

### Appointment reminders
A clinic needs to remind patients of appointments tomorrow. The agent uses schedule_sms to send reminders at 9 AM for all contacts in the 'Patients' group.

### Lead follow-up verification
A sales rep needs to check if a lead received a follow-up. The user asks the agent to get_delivery_report for a specific transmission ID.

### Instant contact logging
A new customer signs up and needs to be added to the database. The agent uses create_contact to add them to the directory immediately.

## Benefits

- Automate large-scale outreach by using send_bulk_sms to hit thousands of recipients without manual effort.
- Schedule complex follow-up sequences using schedule_sms to ensure messages land at the perfect time.
- Track your marketing ROI with get_delivery_report to see exactly who received your messages.
- Keep your data organized by using create_contact and list_groups to segment your audience by interest.
- Stay on top of your spending by using get_balance to monitor your remaining SMS credits in real-time.
- Simplify your workflow by using send_sms to handle individual transactional notifications from your agent.

## How It Works

The bottom line is you turn your AI into a high-volume SMS dispatcher.

1. Connect your SMS Masivo API key to the Connector.
2. Tell your AI client to send a message, schedule a blast, or manage a contact.
3. Get confirmation of delivery or balance updates immediately.

## Frequently Asked Questions

**Can I use SMS Masivo to send messages to multiple countries?**
Yes, this Connector allows you to send messages to international numbers across Latin America.

**How does SMS Masivo handle bulk messaging?**
It lets your agent send the same message to a large list of recipients simultaneously.

**Can I schedule messages in advance with SMS Masivo?**
Yes, you can set specific dates and times for your messages to be sent automatically.

**Does SMS Masivo track if my messages actually got delivered?**
It provides real-time delivery reports so you can see which messages were successful.

**Can I manage my contact lists through SMS Masivo?**
You can create new contacts and organize them into specific groups for easier targeting.

**How do I know if I have enough credits for a campaign?**
You can ask your agent to check your current balance at any time.

**Can I send SMS to multiple recipients at once?**
Yes! Use `send_bulk_sms` with a comma-separated list of phone numbers in international format. All recipients receive the same message.

**How do I check if my message was delivered?**
Use `get_delivery_report` with the transmission ID returned when the SMS was sent. It shows real-time delivery status (delivered, pending, failed).

**Can I schedule messages for later?**
Yes! Use `schedule_sms` with the delivery date in ISO 8601 format (e.g., 2025-01-15T14:00:00Z). The message will be sent at the specified time.