# Avochato MCP for AI Agents AI Agent Connect

> Avochato MCP lets you manage business messaging, contact lists, and mass broadcasts through your AI agent. It handles SMS and MMS communications directly, making it easy to send notifications, organize customer data, and track delivery statuses without switching tabs.

## Overview
- **Category:** communication-messaging
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_ZtilKhlLcnX2aR7nlPi5TJKhyOt9eB2Ddm3MpXfY/ai-agent-connect
- **Tags:** business-messaging, sms-marketing, mms, shared-inbox, customer-engagement, two-way-messaging

## Description

Imagine you're trying to keep up with hundreds of customer messages while also trying to organize a huge marketing blast. Usually, that means jumping between a messaging dashboard, a spreadsheet for contacts, and an email draft. With this Connector, you just tell your agent what to do. You can ask it to find a specific customer, update their info, and send a follow-up text right then and there. If you need to send a blast to a thousand people, you just describe the message and the target group. It handles the heavy lifting of scheduling and tracking. Since Vinkius makes it easy to plug this into your existing setup, you can keep your entire communication flow in one chat window. You get to focus on the actual conversations instead of the data entry. It's about moving from manual data entry to natural conversation.

## Tools

### create_contact
Add a new customer to your Avochato database. Use this to log new leads as they come in.

### create_webhook
Create a new webhook

### delete_webhook
Delete a webhook

### get_contact
Fetch specific details for a single customer record. This helps you quickly pull up history before replying.

### get_account_info
Get account identity

### list_contacts
Search through and list all the contacts in your account. This makes it easy to find specific customers.

### list_messages
View the history of messages sent and received in your inbox. It gives you a full view of your conversations.

### list_tickets
List conversation tickets

### list_webhooks
List active webhooks

### send_message
Send an SMS or MMS message to a specific phone number. This is your primary tool for one-on-one replies.

### update_contact
Modify existing information for a contact in your system. Keep your customer data current with one command.

### update_ticket
Update ticket status

## Prompt Examples

**Prompt:** 
```
Find the contact for 555-0199 and send them a text saying their order is ready.
```

**Response:** 
```
### Contact Found
**Name:** John Doe
**Status:** Active

I've sent the following message to 555-0199:
> *'Hi John, your order is ready for pickup!'*

**Delivery Status:** Sent
```

**Prompt:** 
```
Schedule a broadcast for all my 'VIP' contacts telling them about the 20% off sale.
```

**Response:** 
```
### Broadcast Scheduled
**Target Group:** VIP
**Message:** *'Hey VIPs! Get 20% off your next order today only!'*

**Details:**
- **Scheduled Time:** Today at 5:00 PM
- **Status:** Pending
```

**Prompt:** 
```
Show me the last 5 messages I received today.
```

**Response:** 
```
### Recent Messages
| Time | From | Message |
| :--- | :--- | :--- |
| 10:15 AM | Sarah M. | Is my order shipped? |
| 09:45 AM | Mike R. | Can I change my size? |
| 09:30 AM | Jane D. | Where is my code? |
| 09:15 AM | Bob W. | Need help with login |
| 09:00 AM | Alice K. | Just checking in |
```

## Capabilities

### Send SMS and MMS messages
Dispatch text communications directly to your customers from your chat interface.

### Manage contact details
Create, update, and search for customer information to keep your database clean.

### Schedule mass broadcasts
Coordinate large-scale messaging campaigns across multiple inboxes at once.

### Track message history
View past conversations and delivery statuses for every interaction you have.

### Audit inbox details
Check your current API user status and subdomain information to keep things secure.

## Use Cases

### Instant customer support replies
A customer asks about an order. The agent uses get_contact to find them and send_message to confirm the shipping status immediately.

### Mass marketing sale announcements
A marketing lead wants to announce a sale. The agent uses create_broadcast to schedule a text to all 'High-Value' tagged contacts.

### New lead logging
A new signup occurs. The agent uses create_contact to log the new lead and list_messages to see if they've chatted before.

### Campaign health audits
An ops manager needs a status report. The agent uses who_am_i and list_broadcasts to verify account health and upcoming tasks.

## Benefits

- Stop tab-switching by using send_message to reply to customers without leaving your workspace.
- Keep your data clean by using create_contact and update_contact to maintain accurate records.
- Run faster campaigns by using create_broadcast to schedule mass texts in seconds.
- Get better insights by using list_messages to review conversation history on demand.
- Stay organized by using list_contacts to segment your audience for specific marketing goals.
- Ensure your setup is perfect by using get_account_check to verify your connection anytime.

## How It Works

The bottom line is you get a unified way to run your entire SMS marketing and support operation from a single chat.

1. Subscribe to the Avochato MCP on Vinkius.
2. Enter your Avochato Auth ID and Auth Secret in the settings.
3. Ask your AI client to send messages, find contacts, or schedule broadcasts.

## Frequently Asked Questions

**How can I use Avochato MCP to manage my SMS marketing?**
You can use it to schedule mass broadcasts, manage your contact lists, and track the history of all your sent and received messages in one place.

**Can the Avochato MCP send both SMS and MMS?**
Yes, this Connector supports both standard text messages and multimedia messages, letting you send photos or longer content to your customers.

**Is Avochato MCP good for customer support?**
It's a great tool for support teams because it allows your agent to look up customer details and send direct replies without you leaving your workspace.

**Can I see my message history with Avochato MCP?**
Yes, you can ask your agent to list your message history to see past conversations, delivery statuses, and interaction logs.

**How do I update customer info using Avochato MCP?**
You can simply tell your agent to update a specific contact's details, and it will modify the information in your Avochato account automatically.

**Can Avochato MCP handle mass broadcasts?**
Yes, it includes tools to schedule and coordinate large-scale broadcasts to your entire audience or specific segments.

**Can the AI automatically send an SMS to a new contact?**
Yes! Use the `send_message` tool. You'll need to provide the phone number and the message body. Your agent will instantly transmit the SMS through your Avochato inbox.

**How do I find all contacts that have been tagged with a specific label?**
Simply ask the agent to run the `get_contacts` tool with the target tag. It will return a list of matching contact profiles, including their names and phone numbers.

**Does the integration allow for sending images through MMS?**
Yes. The `send_message` tool supports a `media_url` parameter, allowing you to include images or other media files in your outgoing messages.

**How do I find my Avochato API credentials?**
Log in to your account, navigate to **Settings** > **API Access**, and copy your unique Auth ID and Auth Secret.

**Can I send media files via AI?**
Yes! The `send_message` tool accepts a `media_url` parameter, allowing your agent to dispatch high-fidelity MMS content programmatically.

**How do I check active tickets?**
Use the `list_tickets` tool to retrieve your complete directory of active and pending support tickets directly through your agent.