# Bright Pattern MCP for AI Agents AI Agent Connect

> Bright Pattern lets you manage your contact center from an AI agent. You can pull real-time stats, check agent statuses, audit customer interactions across voice and chat, and handle team configurations without leaving your chat window. It's about turning your contact center data into something your agent can actually use to help you make decisions. Stop jumping between tabs and start getting answers in plain English.

## Overview
- **Category:** communication-messaging
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_Ju8FELagiHxiOMh1tIsrfk0ZTWXYGIAuOe89mzzh/ai-agent-connect
- **Tags:** contact-center, omnichannel-support, interaction-tracking, agent-management, customer-experience, helpdesk-automation

## Description

Imagine you're trying to figure out why your wait times spiked at 2 PM yesterday. Usually, that means jumping into a dashboard, filtering by service, and squinting at a graph. With this Connector, you just ask your agent. It pulls the real-time stats and tells you exactly what happened. It's built for the reality of running a high-volume support operation where you need answers fast. You can have your agent check if a specific agent is online, look up the details of a recent chat, or confirm that your campaigns are actually running the right skills. It handles the heavy lifting of navigating the Bright Pattern backend so you can stay focused on the actual people you're trying to help. Because Vinkius makes it so easy to plug this into your existing workflow, you're basically giving your agent a direct line to your customer service operations. It's less about connecting software and more about making your contact center data actually useful in your daily conversation. You can look for a specific SMS log or just see how many people are waiting in the queue, and you get that info instantly through a simple chat.

## Tools

### get_tenant_config
Pulls your core tenant settings. This lets you check your account configuration without digging through the admin panel.

### get_interaction_details
Grabs specific metadata for a single interaction. You can see exactly how a call or chat was handled.

### get_realtime_stats
Pulls live data on wait times and agent status. It's the fastest way to see what's happening in your center right now.

### get_user
Fetches the profile and details for a specific user. Use this to check agent info or supervisor roles quickly.

### list_campaigns
Shows every outbound campaign you have running. It helps you confirm that your marketing efforts are actually active.

### list_interactions
Provides a list of your most recent voice and chat logs. This is perfect for a quick audit of recent customer history.

### list_teams
Pulls a list of all the different agent teams in your organization. It gives you a clear view of your team structure.

### list_users
Lists every user in your contact center. Use this for a quick headcount or to find a specific agent.

### list_services
Lists all the different contact center services you have set up. Use it to confirm that your services are configured correctly.

### list_skills
Shows all the specific skills configured for your agents. This helps you ensure your team has the right permissions.

## Prompt Examples

**Prompt:** 
```
How many agents are currently logged in and what's the wait time?
```

**Response:** 
```
I've pulled the live stats for you. There are currently 14 agents logged in. The average wait time for the main queue is 42 seconds, with 3 calls currently in the queue.
```

**Prompt:** 
```
Can you list all the active outbound campaigns?
```

**Response:** 
```
Here are the campaigns currently running in Bright Pattern:
- **Holiday Outreach** (Active)
- **Follow-up SMS** (Active)
- **New User Onboarding** (Paused)
Would you like more details on any of these?
```

**Prompt:** 
```
Get the details for interaction int_4452.
```

**Response:** 
```
I've retrieved the metadata for interaction **int_4452**:
- **Type:** Voice Call
- **Duration:** 6 minutes 12 seconds
- **Agent:** Sarah J.
- **Status:** Resolved
- **Sentiment:** Positive
```

## Capabilities

### Get live contact center stats
Pull current wait times and agent availability in one request.

### Pull specific interaction metadata
See how a specific call or chat was handled without digging through logs.

### List active agents and teams
Get a full headcount of your workforce and how they are grouped.

### Check outbound campaign status
Confirm that your marketing and outreach efforts are actually running.

### Check tenant configuration details
View your account's core settings and configuration metadata quickly.

### Audit recent chat and voice logs
Review the history of recent customer interactions across different channels.

## Use Cases

### The What's happening now check
A manager notices a spike in calls and asks the agent to use `get_realtime_stats` to see if the queue is backing up.

### The QA deep dive
A lead needs to know how a specific customer was treated and asks the agent to use `get_interaction_details` to find the call from last Tuesday.

### The new hire audit
An admin wants to make sure a new team is set up correctly and asks the agent to use `list_teams` and `list_services` to check the configuration.

### The campaign check
A marketing lead wants to confirm that the new outbound campaign is actually running and uses `list_campaigns`.

## Benefits

- Stop digging through dashboards. Use `get_realtime_stats` to get instant answers on wait times and agent availability.
- Audit quality faster. Use `get_interaction_details` to pull specific call or chat metadata without searching through hundreds of records.
- Simplify team management. Use `list_users` and `list_teams` to see your entire workforce structure in one quick command.
- Check setup accuracy. Use `list_services` and `list_skills` to make sure your contact center configurations are actually live.
- Track marketing reach. Use `list_campaigns` to see what outbound efforts are currently active in your system.

## How It Works

The bottom line is you get a conversational interface for your entire contact center backend.

1. Subscribe to the Bright Pattern MCP on Vinkius.
2. Input your Bright Pattern Tenant Domain, Client ID, and Client Secret.
3. Ask your agent to pull stats, list users, or check campaign status.

## Frequently Asked Questions

**Can I use the Bright Pattern MCP to see my live call stats?**
Yes, you can ask your agent to pull real-time stats. It will give you immediate info on wait times and active agent counts without you having to open the dashboard.

**How does the Bright Pattern MCP help with QA?**
It lets you quickly pull interaction details. Instead of searching through logs, you can just ask the agent to find a specific call or chat to see how it was handled.

**Can I manage my teams with the Bright Pattern MCP?**
You can list all your teams and users. It's great for getting a quick headcount or seeing how your agents are grouped across different departments.

**Does the Bright Pattern MCP work with my existing account?**
Yes, it connects directly to your existing setup using your tenant domain and API credentials.

**Can I check if my campaigns are running with Bright Pattern?**
You can ask the agent to list all active campaigns. It's a fast way to verify that your outbound messaging is actually going out.

**Is the Bright Pattern MCP for monitoring agent skills?**
Yes, you can use it to list all configured skills to make sure your agents have the right permissions for their specific roles.

**Can I check real-time statistics for my services using the agent?**
Yes! Use the `get_realtime_stats` tool. Your agent will fetch the core operational metrics, allowing you to see current call volumes and agent availability directly.

**How do I list all the agents in a specific team?**
Simply ask the agent to `list_users`. You can then filter for the relevant team metadata or use the `list_teams` tool to see the team structure and then inspect individual members.

**Does the integration allow managing agent skills?**
Currently, the toolset focuses on querying and monitoring (Read-Only). Use the `list_skills` tool to retrieve the configured skills, but assignments or updates must be done through the Bright Pattern Administrator portal.