# Brightcove MCP for AI Agents AI Agent Connect

> Brightcove MCP lets you manage your video library directly through your AI agent. You can list videos, organize playlists, and update metadata without leaving your workspace. It connects your Brightcove Video Cloud account to your workflow, making it easy to monitor assets and handle content organization in plain English.

## Overview
- **Category:** image-video
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_0CdOIDEvlofbi9UD3AeIn0DJmIjxtqxQqEOJvpai/ai-agent-connect
- **Tags:** video-hosting, video-analytics, playlist-management, media-publishing, content-delivery, video-metadata

## Description

Managing a massive video library usually means jumping between tabs, digging through complex dashboards, and hunting for specific assets using obscure IDs. It's a slog. This Connector changes that by letting you talk to your Brightcove account like you're talking to a teammate. Instead of manually clicking through folders to find a specific clip, you just ask your agent to find it for you. You can swap out metadata on the fly, build out playlists for different platforms, and keep an eye on your total video counts without ever opening the dashboard. It's a huge time saver for anyone who spends their day moving content around. When you use this through the Vinkius catalog, you get a direct line to your media assets, letting you focus on the actual content rather than the administrative overhead of hosting it.

## Tools

### get_folder_videos
List all videos inside a specific folder. This is useful for seeing exactly what's contained in a particular directory.

### get_video_count
Get the total number of videos in your account. This gives you a quick snapshot of your library size.

### delete_video
Permanently remove a video from your library. Use this to clean up old assets or remove content that shouldn't be public.

### list_playlists
List all existing playlists. This is the fastest way to see your organized content collections.

### create_playlist
Create a new playlist in your Brightcove account. This helps you organize content for specific platforms or campaigns.

### get_playlist
Retrieve the details of a specific playlist. Use this to check the contents and metadata of your organized collections.

### get_video
Get the full details of a specific video. This lets you see the exact technical specs and metadata for any single asset.

### list_folders
List all folders in your account. Use this to see how your media assets are currently structured.

### list_videos
List all videos in your account. Use this to get a high-level view of your entire video library.

### update_video
Update the metadata for a specific video. Use this to change names, descriptions, or status without manual editing.

## Prompt Examples

**Prompt:** 
```
Show me all the videos in the 'Tutorials' folder.
```

**Response:** 
```
I've looked into your 'Tutorials' folder. You have 12 videos in there, including **Getting Started** and **Advanced Tips**. Would you like me to list the metadata for any of these?
```

**Prompt:** 
```
Can you create a new playlist called 'Summer 2024 Highlights'?
```

**Response:** 
```
Done! I've created the **Summer 2024 Highlights** playlist in your Brightcove account. Let me know if you'd like to add any specific videos to it.
```

**Prompt:** 
```
How many videos do I have in total?
```

**Response:** 
```
Your Brightcove account currently contains **452 videos**. Is there a specific folder or playlist you'd like to check next?
```

## Capabilities

### List all videos in your library
See every video in your account in a single view.

### Create and update playlists
Build new collections or modify existing ones for different platforms.

### Search for assets by tags or metadata
Find specific content quickly using your own tagging system.

### Update video names and descriptions
Modify your video metadata instantly through conversation.

### View folder structures and media counts
Get a clear overview of how your library is organized.

## Use Cases

### Finding specific tutorials in a large library
A content manager needs to find a specific tutorial. They ask the agent to find videos tagged with 'tutorial' to see the relevant assets.

### Organizing a new series for social media
A producer needs to organize a new series. They use `create_playlist` to group specific videos into a 'Training Series' collection.

### Verifying folder structure for API sync
A developer is checking an integration. They use `list_folders` to verify that the API is correctly mapping the folder structure.

### Auditing active content for a campaign
A manager needs to audit active content for a campaign. They use `get_video` to check the status and metadata of a specific high-priority asset.

## Benefits

- Stop hunting for assets by using `list_videos` to see your entire library in seconds.
- Update video metadata instantly with `update_video` to keep your titles and descriptions current.
- Organize content faster by using `create_playlist` to build collections for different platforms.
- Get quick status updates on your library size using `get_video_count` instead of manual auditing.
- Access technical specs on demand using `get_video` to pull data for production reports without leaving your workspace.

## How It Works

The bottom line is you get a natural language interface for your entire Brightcove video library.

1. Subscribe to the Brightcove MCP on Vinkius.
2. Provide your Brightcove Account ID, Client ID, and Client Secret.
3. Ask your agent to perform tasks like listing videos or updating metadata.

## Frequently Asked Questions

**Can the Brightcove MCP help me find specific videos?**
Yes, you can ask your agent to list videos or search by metadata. It saves you from digging through the dashboard manually.

**How do I update video descriptions using this Connector?**
Just tell your agent which video to update and give it the new description. It makes the change instantly without you needing to open a browser.

**Can I manage my playlists through the agent?**
Yes, you can create new playlists or list your existing ones using natural language. It's much faster than manual entry in the dashboard.

**Does this Connector work with my existing Brightcove account?**
Yes, it connects directly to your Brightcove Video Cloud account using your account credentials.

**Can I see my folder structure?**
You can ask the agent to list all folders, which gives you a clear view of how your assets are organized.

**Is this good for checking video counts?**
Definitely. You can quickly get the total count of videos in your account without opening any browser tabs.

**Can I check if a video has been processed and is active?**
Yes! Use the `get_video` tool with the Video ID. Your agent will fetch the current state, showing if it is 'ACTIVE', 'INACTIVE', or still being processed.

**How do I list all the videos with a specific tag?**
Simply ask the agent to `list_videos` and provide a search query like `tags:summer`. It will retrieve all matching media assets from your library.

**Does the integration allow creating a new playlist?**
Yes. Use the `create_playlist` action and provide a name and type (e.g., EXPLICIT or SMART). You can then organize your videos into this new collection.