# SleekFlow MCP for AI Agents AI Agent Connect

> SleekFlow MCP lets your AI agent handle customer messages across WhatsApp, Instagram, Telegram, and WeChat in one place. It can read chat histories, send replies, manage contact details, and check your automation flows. Stop jumping between apps and let your agent manage your omnichannel inbox directly.

## Overview
- **Category:** marketing-automation
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_MkMpOWB2NRFv19iOHTmSabUx5jOwrF7RutCkeezb/ai-agent-connect
- **Tags:** omnichannel-messaging, conversational-commerce, customer-support, chat-automation, lead-management

## Description

The SleekFlow MCP handles all of that for you in one place. Instead of you doing the heavy lifting, your agent reads real-time chat threads from all your connected channels. It pulls up a customer's full profile to see their history or checks specific labels to see if they're a VIP. When a customer asks a question, your agent sends a reply back immediately. It even lets you check your automation workflows to make sure your chatbot trees are actually doing what they're supposed to do. Because Vinkius makes it so easy to connect these tools, you turn your AI into a central hub for your support and sales. You stop copy-pasting data and start actually helping people. It turns a messy pile of different chat windows into a single, organized flow where your agent handles the routine stuff so you don't have to. You get a clear view of every conversation without the friction of multiple logins.

## Tools

### list_automation_flows
This shows your active automation workflows and chatbot trees. Use it to check how your automated responses are set up.

### list_contacts
This shows every contact currently synced in your SleekFlow account. It helps you get a full view of your customer base.

### get_contact_details
This pulls specific profile data for a single customer. You can use it to see their CRM ties and other deep metadata.

### list_conversations
This lists all active chat threads across every connected channel. It lets you see what's happening on WhatsApp and Instagram in one spot.

### send_message
This sends a direct reply to a customer in a specific conversation. It's how your agent actually talks back to your leads.

### list_channels
This shows all the different communication platforms you have connected. It helps you see which channels are active.

### list_contact_labels
This retrieves all the labels you use to categorize your customers. It lets your agent know how to segment your audience.

## Prompt Examples

**Prompt:** 
```
Show me all unread conversations from this weekend.
```

**Response:** 
```
You have 14 unread conversations since Saturday:

| Channel | Count | Topics |
| :--- | :--- | :--- |
| **WhatsApp** | 6 | 3 refund requests, 2 product inquiries, 1 complaint |
| **Instagram** | 5 | All product inquiries |
| **Telegram** | 3 | Support questions

Would you like me to draft responses for the refund requests first?
```

**Prompt:** 
```
Send a reply to conversation conv-xxxx saying 'Your refund has been processed. It will appear in 3-5 business days.'
```

**Response:** 
```
Reply sent to conversation conv-xxxx (WhatsApp).

*   **Contact:** Maria Silva (+55 11 9xxxx-xxxx)
*   **Message:** 'Your refund has been processed. It will appear in 3-5 business days.'
*   **Status:** delivered ✓
```

**Prompt:** 
```
Who are our top leads from Instagram today?
```

**Response:** 
```
I've identified 3 high-intent leads from Instagram based on your 'Hot Lead' labels:

1.  **Alex Chen** - Inquiry about bulk pricing
2.  **Sarah Miller** - Requested a demo for a team of 50
3.  **Jordan Smith** - Asked about custom integration

Would you like me to draft a follow-up for any of these?
```

## Capabilities

### Send replies to customers
This tool lets your agent respond directly to a user in a conversation.

### Read full chat histories
This tool pulls up the entire history of a chat across all channels.

### Pull contact profile metadata
This tool gets deep details and CRM ties for a specific person.

### List all connected channels
This tool shows which platforms like WhatsApp and Instagram are linked.

### View automation flows
This tool shows your chatbot trees and active automation workflows.

### Filter contacts by labels
This tool lets you see how your customers are categorized.

## Use Cases

### Frustrated customer on WeChat
A customer is upset on WeChat. Ask your agent to read the recent log and draft a refund.

### Finding hot leads from Instagram
You need to find hot leads from Instagram. Ask your agent to list labels and find high-intent contacts.

### Checking chatbot logic
You want to check your chatbot logic. Ask your agent to show the current automation flows.

### Responding to Instagram inquiries
A customer asks for a price list on Instagram. Your agent pulls the contact details and sends a reply back to the customer.

## Benefits

- Stop app-switching by using list_conversations to see every chat in one view.
- Get instant context using get_contact_details to see a customer's full history.
- Speed up replies by using send_message to respond to leads without leaving your workspace.
- Audit your bots easily with list_automation_flows to ensure your logic is sound.
- Target your outreach by using list_contact_labels to identify VIPs or hot leads.

## How It Works

The bottom line is you get a centralized way for your AI to manage every customer conversation in one spot.

1. Subscribe to the SleekFlow MCP on Vinkius.
2. Input your SleekFlow API key into your AI client.
3. Ask your agent to check messages or send replies.

## Frequently Asked Questions

**How can I use SleekFlow MCP to manage multiple messaging apps?**
This Connector connects your SleekFlow account to your AI agent, allowing it to see and respond to messages from WhatsApp, Instagram, Telegram, and WeChat in one place.

**Can SleekFlow MCP help my team respond to customers faster?**
Yes, it lets your AI agent pull up customer history and draft replies instantly, so your team doesn't have to switch between different apps to get context.

**Does SleekFlow MCP support CRM data?**
It allows your AI agent to pull deep profile metadata and CRM ties for specific contacts, giving it a full view of the customer's journey.

**Can I use SleekFlow MCP to check my chatbot workflows?**
Yes, your agent can retrieve a list of your configured automation flows and chatbot trees to help you audit your automated responses.

**Is SleekFlow MCP good for sales lead management?**
It's great for sales because it can read contact labels to identify hot leads and send proactive messages across multiple channels.

**How do I connect SleekFlow MCP to my AI client?**
You just need to subscribe to the Connector on Vinkius and provide your SleekFlow API key to your preferred AI client like Claude or Cursor.

**Can my AI automatically reply to an agitated customer on WhatsApp?**
Yes. If you point your AI to an active conversation ID, the agent can analyze the raw message history to gauge the emotion. It will draft a polite, perfectly-toned de-escalation message, and if you approve it, it'll trigger the `send_message` tool pointing directly to the customer's WhatsApp payload.

**Can I bulk analyze all incoming conversations over the weekend?**
Absolutely. You can request your agent to invoke the `list_conversations` command. Your agent can read the active, unassigned threads, categorize them by user intent (e.g., 'refund query', 'feature request'), and provide you a summary dashboard right inside your IDE or markdown interface.

**How does the AI know if a customer has an automation flow attached?**
Your agent can call `list_automation_flows` as well as query the specific `get_contact_details` tool. This cross-references whether the phone number currently triggers out of an existing flow ID, preventing your AI from interrupting an active bot onboarding session accidentally.