# Uscreen MCP for AI Agents AI Agent Connect

> Uscreen MCP connects your video streaming platform to your AI agent. It lets you manage memberships, browse your content library, and track sales transactions without leaving your chat interface. It's built for content creators who need to handle the business side of streaming while focusing on making videos.

## Overview
- **Category:** ecommerce
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_uFcPjwUWUvRx3GVClHjMM6a0fekFulDwRDdRXOnL/ai-agent-connect
- **Tags:** video-streaming, membership-site, subscription-billing, course-hosting, content-monetization

## Description

This Connector puts your Uscreen account directly into your AI agent's hands. If you're running a video membership site, you know how much time gets eaten up by administrative tasks. You have to jump between tabs to see who's paying, which videos are performing, and what your current subscription tiers look like. This connection changes that. You can ask your agent to pull up a specific customer's profile to see their history or get a full list of your active products. It handles the heavy lifting of data retrieval so you can stay in your creative flow. Because Vinkius lets you connect once to get access to a huge catalog of tools, you can manage your entire content business through a single chat interface. Instead of digging through a dashboard, you just ask for the numbers or the content details you need right then. This means you can handle customer inquiries faster, audit your revenue more accurately, and keep your content library organized without the usual headache of manual data entry. It turns your backend data into a conversational resource that works at the speed of your thoughts. You no longer have to worry about missing a transaction or forgetting a customer's specific needs. Everything you need to run your membership business is now accessible through a simple conversation with your agent.

## Tools

### check_uscreen_status
Verify that your API connection is active. Use this to troubleshoot any connection issues with your agent.

### get_collection
Pull the specific details of a content collection. This helps you understand the scope of a specific group of videos.

### get_content
Pull specific details for a single piece of content. This helps you check metadata or specific video info quickly.

### get_customer
Retrieve the full profile for a specific user. Use this to see a customer's history or current status.

### list_collections
Get a list of all your content collections. This is great for seeing how your library is organized.

### list_content
Pull a list of every piece of content in your account. Use this to get a bird's-eye view of your entire library.

### list_customers
See a full list of every customer in your system. This helps you manage your entire user base at once.

### list_products
View all products currently available for purchase. This lets you see your entire retail catalog in one go.

### list_subscriptions
See all your active membership plans and pricing. This is perfect for auditing your different tiers.

### list_transactions
Get a list of all payment transactions. Use this to track your revenue and see recent sales.

## Prompt Examples

**Prompt:** 
```
Who are my top 5 most recent customers?
```

**Response:** 
```
Here are your 5 most recent signups:

| Name | Plan | Join Date |
| :--- | :--- | :--- |
| Jane D. | Premium | Today |
| Mike R. | VIP | Yesterday |
| Sarah L. | Basic | Oct 12 |
| Tom H. | Premium | Oct 11 |
| Leo K. | VIP | Oct 10 |
```

**Prompt:** 
```
What are all the subscription plans I'm offering?
```

**Response:** 
```
You currently have 3 active plans:

* **Basic**: $0.99/mo (312 subscribers)
* **Premium**: $9.99/mo (489 subscribers)
* **VIP**: $19.99/mo (186 subscribers)
```

**Prompt:** 
```
Show me the transactions from this morning.
```

**Response:** 
```
I found 3 transactions from this morning:

* **$9.99** - Premium Renewal (User: Mike R.)
* **$19.99** - VIP New Signup (User: Sarah L.)
* **$0.99** - Basic Renewal (User: Tom H.)
```

## Capabilities

### Pull up specific customer profiles
Retrieve detailed user information and history instantly.

### List all active payment transactions
Get a full overview of your sales and revenue history.

### Browse your entire video content library
View all your available content in one conversational list.

### View all current membership subscription plans
See every plan name and price point you offer to your audience.

### Check your API connection status
Verify that your agent is correctly connected to your account.

### Retrieve details on specific content collections
Get the scope and details of your grouped content items.

## Use Cases

### Customer Support
A user claims they paid but can't see the content. Use get_customer to check their profile and list_transactions to find their payment.

### Content Organization
You need to see which videos are in your Beginner group. Use list_collections to find the right group and get_collection for the details.

### Marketing Audit
You want to see your full product list for a marketing email. Use list_products to get a full inventory of what you sell.

### Revenue Check
You're checking your monthly sales. Use list_transactions to pull the last 30 days of revenue data.

## Benefits

- Stop jumping between tabs to find customer data. Use list_customers to see your entire user base in one chat.
- Track your revenue in real time. You can pull up list_transactions to see exactly how much your membership is making.
- Organize your content library faster. Use list_collections and get_collection to manage how your videos are grouped.
- Audit your pricing instantly. Use list_subscriptions to see every plan and price point you offer.
- Verify your account health. Use check_uscreen_status to make sure your agent is always connected to your data.

## How It Works

The bottom line is you get a conversational interface for your entire Uscreen business backend.

1. Provide your Uscreen API keys to the Connector.
2. Link the Connector to your preferred AI client through Vinkius.
3. Start asking your agent to pull customer data or check revenue.

## Frequently Asked Questions

**Can I use the Uscreen MCP to see my customers?**
Yes, you can use the Connector to pull up full customer profiles and see a complete list of everyone in your system.

**Does the Uscreen MCP help with revenue tracking?**
Yes, it allows your agent to list all your payment transactions so you can keep a close eye on your sales.

**Can I manage my content library with the Uscreen MCP?**
Yes, you can use it to browse your content, view specific collections, and see how your library is organized.

**Is the Uscreen MCP good for checking subscription plans?**
Yes, it pulls all your current plans and pricing details instantly so you can audit your tiers easily.

**Can I check if my Uscreen account is connected?**
Yes, there is a specific tool to verify that your agent is correctly linked to your Uscreen account.

**Will this help me manage a video membership business?**
Yes, it provides the core data access needed to manage memberships, customers, and revenue in one place.

**Can my AI list all customers and their subscriptions?**
Yes. `list_customers` returns all customers, and `get_customer` shows detailed profile including subscription status.

**Can I view revenue transactions?**
Yes. `list_transactions` returns all payment transactions with amounts, dates, and customer info.

**How do I browse my content library?**
Use `list_content` to see all videos and courses, then `get_content` for detailed metadata on any item.