ZEGO / 即构科技 Connector for AI agents.
8 live capabilities
Manage your live streaming and video chat infrastructure in real time.
Waiting for input…
Why people use ZEGO / 即构科技
Manage Live Streaming Infrastructure with the ZEGO
With this Connector, you just ask your agent to do the heavy lifting. You can get a pulse on your rooms, find specific users, or shut down problematic streams instantly. You get a unified control center that lives inside your preferred AI client.
What Vinkius changes
You get a voice-controlled dashboard for your live streaming infrastructure.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Emergency Stream Shutdown
A moderator notices a stream violating policy.
- Real-world use case 02
Rapid User Auditing
An ops lead needs to know if a VIP user is online.
- Real-world use case 03
Live Room Management
A community manager asks for a list of all rooms.
Complete set · 8capabilities
The complete ZEGO / 即构科技 capability set.
These are the exact actions your AI can choose when you ask it to work with ZEGO / 即构科技.
01—04
4 capabilities in this set.
Part of 8 available through ZEGO / 即构科技.
- 01 Capability
Get room streams
List all active media streams in a room. This helps you see exactly what is broadcasting right now.
- 02 Capability
Check user status
Check the status of multiple users at once. This is useful for verifying who is currently active in your system.
- 03 Capability
Get online count
Get the total count of users currently online. Use this to monitor your total reach across all active rooms.
- 04 Capability
Get room users
List all users in a specific room. Use this to see a full member list for any active space.
05—08
4 capabilities in this set.
Part of 8 available through ZEGO / 即构科技.
- 05 Capability
Get usage stats
Get service usage statistics for your project. This lets you pull audio and video duration for any time range.
- 06 Capability
Kick room user
Kick a specific user from a room. This is the fastest way to remove problematic participants from a live broadcast.
- 07 Capability
List rooms
List all active rooms in your project. Use this to get a high-level overview of your current live events.
- 08 Capability
Stop media stream
Force a specific media stream to stop. This is vital for ending unauthorized or broken broadcasts immediately.
Set up in minutes
One URL. Then ask ZEGO / 即构科技 to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use ZEGO / 即构科技 from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_4ZgF4FvlN1eJmB5iuax7eq7qOo1gzKF8b1XFldD1/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it ZEGO / 即构科技, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable ZEGO / 即构科技 for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_4ZgF4FvlN1eJmB5iuax7eq7qOo1gzKF8b1XFldD1/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the ZEGO / 即构科技 URL.
- Step 03
Save and start
Save the connection and enable ZEGO / 即构科技 in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"zego": {
"url": "https://edge.vinkius.com/vk_preview_4ZgF4FvlN1eJmB5iuax7eq7qOo1gzKF8b1XFldD1/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using ZEGO / 即构科技
Open Agent mode in chat and ask: "Using ZEGO / 即构科技, help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"zego": {
"url": "https://edge.vinkius.com/vk_preview_4ZgF4FvlN1eJmB5iuax7eq7qOo1gzKF8b1XFldD1/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using ZEGO / 即构科技
Ask Copilot: "Using ZEGO / 即构科技, help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"zego": {
"url": "https://edge.vinkius.com/vk_preview_4ZgF4FvlN1eJmB5iuax7eq7qOo1gzKF8b1XFldD1/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using ZEGO / 即构科技
Open Cascade and ask: "Using ZEGO / 即构科技, help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"zego": {
"url": "https://edge.vinkius.com/vk_preview_4ZgF4FvlN1eJmB5iuax7eq7qOo1gzKF8b1XFldD1/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using ZEGO / 即构科技
Ask Cline: "Using ZEGO / 即构科技, help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add zego --transport http "https://edge.vinkius.com/vk_preview_4ZgF4FvlN1eJmB5iuax7eq7qOo1gzKF8b1XFldD1/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using ZEGO / 即构科技
Ask Claude: "Using ZEGO / 即构科技, show me...". 8 tools are ready
Where the request belongs
Work ZEGO / 即构科技 can move forward.
This is for the community managers and ops engineers who are tired of manual dashboard monitoring and need to manage live audiences in real time.
Community Moderator
They use this on a Tuesday afternoon to quickly kick disruptive users or check room occupancy without opening a browser.
Operations Engineer
They use this to pull weekly usage stats or check global online counts to ensure the system is healthy.
Live Stream Developer
They use this to build automated moderation capabilities that react to stream events using natural language.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsVolcengine RTC
Bring ByteDance's internal RTC Engine to your AI workflow. Administrate audio/video calls, manage servers, and start Mixes.
ZegoCloud
Manage real-time communication (RTC) and interactive messaging. kick users, stop streams, and send peer messages via AI.
LiveKit
Manage real-time video, audio, and data sessions via LiveKit. create rooms, manage participants, and trigger recordings directly from your AI agent.
Tencent TRTC
Bring Tencent's Dominant Real-Time Communications Engine to your AI workflow. Manage rooms, cloud recordings, and call metrics.
Agora
Orchestrate Agora real-time engagement. manage channels, monitor usage, and handle cloud recording directly from any AI agent.
100ms
Manage video rooms, active sessions, and participants on 100ms. the powerful live video infrastructure.
Bring your own AI
Change the model, client or framework. Keep ZEGO / 即构科技 connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about ZEGO / 即构科技.
The practical details behind the request, access and result.
Can I use the ZEGO MCP to kick people from a live stream?
Yes, you can ask your agent to remove specific users from a room immediately. This helps you enforce safety policies without leaving your chat interface.
How do I get usage stats for my video calls using ZEGO?
You can ask your agent to pull the audio and video duration for any specific time range. It will give you the total minutes consumed for that period.
Can it show me who is in a specific room?
Yes, your agent can list all members of a specific room on demand. This is great for monitoring room activity in real time.
Does the ZEGO MCP support live stream monitoring?
It allows your agent to see all active media streams in a room. You can use this to monitor broadcasts or identify problematic streams.
How do I check if my users are online?
You can ask your agent to check the status of multiple users at once. It will tell you who is online and which room they are in.
How do I find my ZEGO AppID and ServerSecret?
Log in to the ZEGO Admin Console, create or select a project, and you will find your AppID and ServerSecret in the project configuration or basic information section.
What is the SignatureNonce used for?
The SignatureNonce is a random string used to prevent replay attacks. This server automatically generates a fresh nonce for every request to ensure high security for your RTC management.
Can I kick a user from a specific room?
Yes! Use the kick_room_user capability with the target RoomId and UserId. You can also provide a custom message that the user will see when they are disconnected.
One connection away
Give your agent a direct line to ZEGO / 即构科技.
Connect ZEGO / 即构科技 once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available