# SigmaMind AI MCP for AI Agents AI Agent Connect

> SigmaMind AI lets you connect your voice AI platform to any MCP-compatible client so you can manage your entire phone system through a chat interface. You can build and configure voice agents, monitor live calls, and pull transcripts or sentiment data without jumping between different dashboards. It turns complex voice automation into a simple set of commands for your agent.

## Overview
- **Category:** communication-messaging
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_qEFDwfL21VW5I4lG78PIDvyt58w603fRjsxu5yKO/ai-agent-connect
- **Tags:** voice-agents, call-automation, sentiment-analysis, transcription, conversational-ai, call-management

## Description

Managing a fleet of voice agents usually means toggling between tabs to check call statuses, tweak prompts, and pull out transcripts for quality control. It's a lot of context switching. This Connector changes that by bringing your SigmaMind account directly into your preferred AI client. Instead of hunting for data, you just ask your agent to find a specific call or tell it to update a prompt. You can check the health of your connection, see which phone numbers are active, and get a breakdown of how a conversation went. It makes the backend work of conversational AI feel like a simple conversation. Because Vinkius hosts this Connector, you can plug it into your existing setup and start moving data between your voice workflows and your workspace instantly.

## Tools

### create_agent
Build a new voice agent with custom prompts. This lets you scale your voice operations quickly.

### create_call
Start a new voice call to a specific number. Use this to trigger outbound outreach immediately.

### get_agent
Pull the specific details and prompts of a single agent. This is great for auditing your bot's instructions.

### get_call_analysis
Get sentiment and topic data for a specific call. Use this to quickly see if a customer was angry or happy.

### get_call
Fetch the specific details of a single call. This helps you track the metadata of any past interaction.

### get_call_transcript
Retrieve the full text of a conversation. It's the fastest way to read what happened during a call.

### list_agents
See a list of all your active voice agents. Use this to keep track of your different bots and their configurations.

### list_calls
View a history of all calls made or received. This gives you a bird's eye view of your call volume.

### list_numbers
See all the phone numbers tied to your account. It's a simple way to manage your outbound lines.

### check_sigmamind_status
Verify that your API connection is working correctly. Use this to troubleshoot any issues with your integration.

## Prompt Examples

**Prompt:** 
```
List my agents and tell me which one has the most calls.
```

**Response:** 
```
Here are your active voice agents:

| Agent Name | Total Calls | Status |
| :--- | :--- | :--- |
| **Sales Qualifier** | 42 | Active |
| **Support Bot** | 128 | Active |
| **Survey Agent** | 15 | Active |

The **Support Bot** is currently handling the highest volume of interactions.
```

**Prompt:** 
```
Call +15550199 with the 'Sales' agent.
```

**Response:** 
```
Call initiated! 

**ID:** `call_8291` 
**Recipient:** +15550199 
**Agent:** Sales Qualifier 

The AI agent is now handling the conversation. I'll let you know if there are any updates.
```

**Prompt:** 
```
What was the sentiment of the last call?
```

**Response:** 
```
The last call (ID: `call_8291`) had the following analysis:

*   **Sentiment:** Positive 😊
*   **Main Topics:** Product pricing, demo scheduling, and feature set.
*   **Summary:** The customer expressed excitement about the new features and successfully scheduled a demo for next Tuesday.
```

## Capabilities

### Create voice agents
Build and deploy new conversational bots with custom instructions.

### Get call analysis
Pull sentiment and topic data from finished conversations.

### Fetch call transcripts
Retrieve the full text of any past voice interaction.

### List phone numbers
See all the numbers currently assigned to your account.

### Initiate voice calls
Trigger a new outbound call to a specific recipient.

### Verify API status
Check if your connection to the platform is active and healthy.

## Use Cases

### Quality Assurance Audit
A manager asks the agent to 'List the last 10 calls and show the transcripts for any with negative sentiment' to identify training gaps.

### Rapid Bot Deployment
A dev says 'Create a new support agent with a prompt that focuses on troubleshooting internet issues' to launch a new support line in seconds.

### Sales Lead Follow-up
A rep asks 'What were the topics discussed in the call with +1234567890?' to prepare for a follow-up meeting.

### System Health Monitoring
An admin asks 'Check if the SigmaMind API is connected and list all active phone numbers' to ensure the system is ready for peak hours.

## Benefits

- Stop switching tabs between your voice platform and your notes. You can pull transcripts and analysis directly into your chat.
- Speed up agent deployment with create_agent. You can build new bots with specific prompts using only text commands.
- Get instant feedback on customer mood. Use get_call_analysis to see sentiment scores without opening a dashboard.
- Manage your entire phone inventory easily. Use list_numbers to see all active lines in one clear list.
- Troubleshoot connections faster. Use check_sigmamind_status to confirm your API is live in seconds.
- Trigger outbound outreach on demand. Use create_call to start a conversation without clicking through menus.

## How It Works

The bottom line is you get a unified command center for your voice AI without leaving your chat window.

1. Connect your SigmaMind API keys to the Connector via your AI client.
2. Give your agent a command like 'Show me the last 5 call transcripts.'
3. Your agent pulls the data from SigmaMind and presents it to you in the chat.

## Frequently Asked Questions

**How do I manage my voice bots with SigmaMind AI?**
You can manage your bots directly through your AI client. Use the Connector to list agents, check their configurations, and view their performance history in one place.

**Can I get transcripts from my calls using SigmaMind AI?**
Yes, you can retrieve the full text of any completed call. This makes it easy to review conversations for quality assurance or training purposes.

**Does SigmaMind AI support sentiment analysis?**
It does. The Connector can pull AI-generated sentiment and topic analysis for your calls, helping you identify happy customers or those who need extra help.

**How do I see my phone numbers in SigmaMind AI?**
You can ask your agent to list all phone numbers assigned to your account. This helps you keep track of your outbound lines without logging into the portal.

**Can I create new voice agents through the SigmaMind AI MCP?**
Yes, you can create new voice agents with custom prompts using just text commands. This speeds up the process of deploying new bots for different departments.

**How do I check if my SigmaMind AI connection is working?**
You can use a simple health check command. The Connector will verify your API connectivity and let you know if everything is running smoothly.

**Can my AI initiate phone calls?**
Yes. Use `create_call` with an agent ID and phone number. The AI agent handles the conversation automatically.

**Can I read call transcripts?**
Yes. `get_call_transcript` returns the full conversation for any completed call.

**How do I create a new voice agent?**
Use `create_agent` with a name and system prompt. The agent will use the prompt to guide conversations.