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.jsonConfiguration 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
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.jsonEnvironment Variables
API_VIDEO_API_KEYReplace your_api_video_api_key with your actual api video api key
Endpoints
GET
/accountShow account
GET
/analytics/live-streams/{liveStreamId}List live stream player sessions
GET
/analytics/sessions/{sessionId}/eventsList player session events
GET
/analytics/videos/{videoId}List video player sessions
POST
/auth/api-keyAuthenticate
POST
/auth/refreshRefresh token
GET
/live-streamsList all live streams
POST
/live-streamsCreate live stream
GET
/live-streams/{liveStreamId}Show live stream
DELETE
/live-streams/{liveStreamId}Delete a live stream