Skip to content
MCP-Bridge
Design & CreativeAuto-generated

api.video MCP Server

api.video is an API that encodes on the go to facilitate immediate playback, enhancing viewer streaming experiences across multiple devices and platforms. You can stream live or on-demand online videos within minutes.

Quick Setup

Transport: STDIO

Command: npx -y @mcp/api-video

Environment Variables

API_VIDEO_API_KEY

Example: your_api_video_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "api-video": {
      "command": "npx",
      "args": ["-y","@mcp/api-video"],
      "env": {
      "API_VIDEO_API_KEY": "your_api_video_api_key"
}
    }
  }
}

Endpoints

GET/account

Show account

GET/analytics/live-streams/{liveStreamId}

List live stream player sessions

GET/analytics/sessions/{sessionId}/events

List player session events

GET/analytics/videos/{videoId}

List video player sessions

POST/auth/api-key

Authenticate

POST/auth/refresh

Refresh token

GET/live-streams

List all live streams

POST/live-streams

Create live stream

GET/live-streams/{liveStreamId}

Show live stream

DELETE/live-streams/{liveStreamId}

Delete a live stream