Skip to content
MCP-Bridge
Design & Creative

api.video MCP Config

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.

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/api-video.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/api-video.json to fetch programmatically.

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

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/api-video.json

Environment Variables

API_VIDEO_API_KEY

Replace your_api_video_api_key with your actual 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