# Dexatel MCP for AI Agents AI Agent Connect

> Dexatel MCP lets your AI agent send SMS messages, monitor delivery statuses, and manage your contact list through the Dexatel API. It connects your agent to a global SMS gateway so you can handle business communications, track campaign performance, and pull customer history without leaving your chat interface.

## Overview
- **Category:** communication-messaging
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_rexEAcT85fmTV8A5KDLVzMUKJ6DJZGbYWnAxCZNA/ai-agent-connect
- **Tags:** sms-gateway, business-messaging, cloud-communications, delivery-tracking, contact-management, bulk-messaging

## Description

Instead of jumping between tabs to check if a message actually hit a phone, you can now ask your agent to handle the heavy lifting. This Connector connects your AI client to Dexatel's communication suite, giving it the ability to push out SMS messages globally and pull back the data you need to know they arrived. It's about getting rid of the manual copy-pasting between a CRM and a messaging portal. You can ask your agent to find a specific customer's history, check if your credits are running low, or send out a notification based on a specific trigger. It turns your chat window into a command center for your business communications. Since Vinkius hosts this connection, you can plug it into your existing workflow and start moving data between your contacts and your outgoing messages instantly. You're not just sending texts; you're managing a live communication loop where the AI keeps track of the details so you don't have to.

## Tools

### get_account_balance_metadata
Check your current Dexatel credit balance and account info. This helps you avoid service interruptions.

### get_contact_profile
Get the full history and profile for a specific customer. It makes looking up past interactions instant.

### get_sms_message_details
See the specific data for a single SMS. Use this to check carrier info or exact timestamps.

### list_messaging_contacts
Pull a list of every contact in your address book. This lets the agent see who you're talking to.

### list_failed_sms_deliveries
Identify which messages didn't go through. Use this to troubleshoot delivery issues quickly.

### list_sms_messages
See a log of all sent and received messages. It provides a clear overview of your recent activity.

### list_authorized_sender_ids
See all your active virtual numbers and sender IDs. This ensures you're using the right outgoing lines.

### list_sms_templates
View all your approved message templates. Use this to ensure the agent uses the correct wording.

### search_sms_by_content
Find specific messages using keywords. This is great for digging up old conversations or numbers.

### send_sms_message
Send a new SMS to a specific number. This is the primary action for reaching your customers.

## Prompt Examples

**Prompt:** 
```
Send a text to +15550123 to tell them their appointment is confirmed.
```

**Response:** 
```
I've sent the confirmation text to +15550123. Your message was accepted by the carrier. Would you like me to check the delivery status in a few minutes?
```

**Prompt:** 
```
How much credit do we have left for this month?
```

**Response:** 
```
Your Dexatel account currently has $45.20 remaining. Based on your current rates, that covers approximately 3,000 more messages. Do you want me to list your recent outgoing messages to see the volume?
```

**Prompt:** 
```
Find the last message we sent to Sarah Miller.
```

**Response:** 
```
I found the last message sent to Sarah Miller (+1234567890). It was sent yesterday at 3:15 PM and says: 'Your order is being processed.' Would you like to see her full contact profile?
```

## Capabilities

### Send SMS messages
Ask your agent to push a text to a specific phone number using your authorized IDs.

### Track delivery statuses
Check if messages were successfully delivered or if they failed with carrier info.

### Manage contact profiles
Pull up a customer's history and details in one go to see past interactions.

### Monitor account balance
See how many credits you have left without logging into a dashboard.

### Search message history
Find past conversations using specific keywords or phone numbers.

### List authorized numbers
See which virtual numbers and sender IDs you have active in your account.

## Use Cases

### Troubleshooting a failed campaign
A marketing manager asks why a bulk send didn't work. The agent uses list_failed_sms_deliveries to identify carrier issues.

### Handling a customer inquiry
A support rep asks about a customer's last order. The agent uses get_contact_profile to show the history.

### Sending a quick notification
A business owner asks to send a ready for pickup text. The agent uses send_sms_message to reach the customer.

### Checking account health
An ops lead asks if there's enough credit for a weekend blast. The agent uses get_account_balance_metadata.

## Benefits

- Real-time delivery tracking with list_failed_sms_deliveries lets you know exactly which messages hit the target or failed.
- Instant contact lookups using get_contact_profile mean your agent always has the full context of a customer's history.
- Automated balance checks with get_account_balance_metadata prevent you from running out of credits during a big campaign.
- Easy message searching via search_sms_by_content helps you find specific past conversations in seconds.
- Centralized contact management with list_messaging_contacts keeps your address book organized and accessible to your agent.
- Template consistency using list_sms_templates ensures your AI uses the approved brand voice for every outgoing text.

## How It Works

The bottom line is you get a direct line between your AI agent and your global SMS gateway.

1. Grab your Dexatel API Key from your account settings.
2. Plug the key into your AI client's MCP configuration.
3. Start asking your agent to send texts or check your logs.

## Frequently Asked Questions

**Can I use the Dexatel MCP to send bulk SMS messages?**
Yes, you can use the Connector to trigger bulk sends and manage your outgoing messages through your AI client.

**How does the Dexatel MCP track if my messages were delivered?**
It pulls real-time delivery data from Dexatel, showing you timestamps and carrier status for every text.

**Can my AI agent see my customer contact history?**
Yes, the Connector allows your agent to access full profiles and messaging history for any contact in your Dexatel address book.

**Does the Dexatel MCP help with managing my SMS credits?**
It lets you ask your agent for your current balance and metadata so you can monitor your spend without logging into a dashboard.

**Can I use approved templates with the Dexatel MCP?**
The Connector can list your approved message templates so your AI agent can stick to your brand's specific wording.

**How do I find specific messages from the past using Dexatel?**
You can ask your agent to search for specific keywords or phone numbers within your messaging logs.

**How do I get a Dexatel API Key?**
Log in to your Dexatel account, navigate to **Settings > API**, and you can retrieve your unique API Key from that section.

**Can the agent receive SMS messages?**
Yes, you can use the list_sms_messages tool to view both sent and received messages in your account history.

**Does the integration show real-time delivery status?**
Yes, when retrieving message details, the agent provides the latest status (e.g., delivered, pending, failed) as reported by the Dexatel platform.