# Plivo MCP for AI Agents AI Agent Connect

> Plivo MCP for AI Agents. Manage your cloud communications by letting your agent handle SMS, voice logs, and phone numbers. Send notifications, audit call history, and check global pricing without leaving your chat interface.

## Overview
- **Category:** communication-messaging
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_tR55ylY7odnOyNVdhYgQIMKnJf0YECXKXMzVbQne/ai-agent-connect
- **Tags:** cloud-communications, sms-api, voice-api, telecom, call-logs, message-delivery

## Description

Plivo MCP turns your cloud communication infrastructure into a natural conversation. Instead of hunting through a dashboard to see if a message actually landed or checking the cost of a call to another country, you just ask your agent. You can have it pull up a list of your active numbers or grab the exact duration of a recent call in seconds. It handles the heavy lifting of telecom data so you can focus on the actual communication. When you connect this Connector through the Vinkius catalog, your agent becomes a real-time operator for your messaging infrastructure. You get to stop copy-pasting data between tabs and start getting answers directly in your chat.

## Tools

### list_messages
List recent SMS messages. This lets you see a history of your sent and received texts.

### get_message
Get details for a specific message. This provides the status and content for a single text message.

### list_applications
List Plivo applications. This shows all the apps currently configured in your account.

### list_calls
List recent voice calls. This pulls up a history of your recent calls so you can see who reached out.

### list_phone_numbers
List Plivo phone numbers. Use this to see all the active numbers in your account at a glance.

### list_pricing
Get pricing for a country. This shows you the costs for messaging and voice in any specific region.

### make_call
Start an outbound call. Use this to trigger a voice call to a recipient immediately.

### get_account
Get Plivo account details. This lets you see your current account status and configuration.

### get_call
Get details for a specific call. This pulls up the metadata and duration for a single voice call.

### send_sms
Send an SMS message. Use this to quickly notify customers or send one-off alerts.

## Prompt Examples

**Prompt:** 
```
Did the verification text actually reach the customer?
```

**Response:** 
```
I've checked the status for that message. 

**Message Status:**
- **UUID:** `msg_987654321`
- **Status:** Delivered
- **Timestamp:** 2026-07-10 14:02:11 UTC
- **Recipient:** +15550123

The message was successfully delivered 3 minutes ago.
```

**Prompt:** 
```
What's the cost to send an SMS to Brazil?
```

**Response:** 
```
I've retrieved the pricing for Brazil (BR):

| Service | Rate |
| :--- | :--- |
| **Outbound SMS** | $0.05 per message |
| **Inbound SMS** | Free (Mobile) |

Would you like me to check the rates for any other countries?
```

**Prompt:** 
```
Show me the last 3 calls we received.
```

**Response:** 
```
Here are the most recent voice calls:

1. **+1 202 555 0199**
   - **Duration:** 00:04:32
   - **Status:** Completed

2. **+1 202 555 0144**
   - **Duration:** 00:01:15
   - **Status:** Completed

3. **+1 202 555 0100**
   - **Duration:** 00:00:45
   - **Status:** Missed
```

## Capabilities

### Send SMS messages
Trigger text messages to your customers or team members instantly.

### Check message delivery
See the real-time status of your sent messages to confirm they landed.

### List recent calls
Pull up a history of your recent voice calls with duration and status.

### Get call metadata
Retrieve specific details for a single call record.

### Manage phone numbers
View and monitor all active numbers associated with your account.

### Look up country pricing
Check the costs for messaging and voice services in different regions.

### List active applications
See all configured Plivo applications in your account.

## Use Cases

### Verifying a customer's verification code
A customer says they didn't get a text. You ask your agent to check the status of a specific message to see if it was delivered or failed.

### Planning an international campaign
You need to know the cost of reaching users in Brazil. You ask your agent to pull up the pricing for that country.

### Auditing a specific support call
A user reports a weird experience. You ask your agent to list recent calls and find the metadata for the specific time they called.

### Checking active phone numbers
You need to see which numbers are currently active for your project. You ask your agent to list all your Plivo phone numbers.

## Benefits

- Stop digging through dashboards to check if an SMS landed. You can see delivery statuses instantly.
- Get clear answers on costs. You can check pricing for different regions in a single chat.
- Audit your voice history easily. Pull up call durations and statuses without manual searching.
- Manage your phone number inventory. See every active number in your account at a glance.
- Test your messaging pipelines quickly. Send one-off alerts to verify your setup is working.
- Verify your app logic. See all your configured Plivo applications in one simple list.

## How It Works

The bottom line is you get a chat-based interface for your entire telecom setup.

1. Subscribe to the Plivo MCP within the Vinkius catalog.
2. Enter your Plivo Auth ID and Auth Token into your client.
3. Ask your agent to perform tasks like sending texts or auditing call logs.

## Frequently Asked Questions

**Can I use Plivo MCP to send bulk marketing texts?**
This Connector is designed for individual actions like sending messages and auditing logs. For massive marketing blasts, you'll want to use Plivo's dedicated marketing tools.

**How does Plivo MCP help with call auditing?**
It lets your agent pull up a list of recent calls and show you the duration and status for each one instantly, saving you from digging through a dashboard.

**Can I check international SMS prices with Plivo MCP?**
Yes, you can ask your agent to pull up the specific pricing for any country to see what it costs to send messages or make calls there.

**Does Plivo MCP work with my existing phone numbers?**
It will show you all the phone numbers already associated with your Plivo account so you can manage them easily through your AI client.

**How do I use Plivo MCP to verify message delivery?**
You can ask your agent to check the status of a specific message to see if it was delivered, failed, or is still pending.

**Can Plivo MCP manage my Plivo applications?**
Yes, your agent can list your configured Plivo applications to ensure your communication logic is set up correctly.

**How do I find my Plivo Auth ID and Auth Token?**
Log in to your [**Plivo Dashboard**](https://console.plivo.com/dashboard/), and you will find your Auth ID and Auth Token right on the front page. Copy and paste them below.

**Can the agent check international pricing?**
Yes. Use the `list_pricing` tool providing the country ISO code (e.g., 'US', 'GB', 'BR'). Your agent will return detailed rates for inbound and outbound messages and calls.

**Is it possible to trigger an outbound call via the agent?**
Yes. The `make_call` tool allows your agent to start an outbound voice call. You must provide a valid `answerUrl` which Plivo will fetch for instructions when the call is answered.