# apivideo MCP server

Manage videos and live streams, inspect captions, players and webhooks, and read play analytics.

## Links
- Registry page: https://www.getdrio.com/mcp/io-usefulapi-apivideo
- Repository: https://github.com/m190/usefulapi-mcp

## Install
- Endpoint: https://apivideo.usefulapi.io/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://apivideo.usefulapi.io/mcp

## Tools
- apivideo_list_videos (List videos) - List videos in the account, with optional filters (title, tags, metadata, description, liveStreamId) and sorting. Read-only. GET /videos. Endpoint: https://apivideo.usefulapi.io/mcp
- apivideo_get_video (Get video) - Get a single video object by id (title, assets, player URL, status flags). Read-only. GET /videos/{videoId}. Endpoint: https://apivideo.usefulapi.io/mcp
- apivideo_get_video_status (Get video status) - Get encoding and ingest status for a video (upload progress, encoding qualities, playability). Read-only. GET /videos/{videoId}/status. Endpoint: https://apivideo.usefulapi.io/mcp
- apivideo_list_live_streams (List live streams) - List live streams in the account, with optional filters (streamKey, name) and sorting. Read-only. GET /live-streams. Endpoint: https://apivideo.usefulapi.io/mcp
- apivideo_get_live_stream (Get live stream) - Get a single live stream object by id (stream key, RTMP ingest, player URL). Read-only. GET /live-streams/{liveStreamId}. Endpoint: https://apivideo.usefulapi.io/mcp
- apivideo_list_captions (List captions) - List caption tracks for a video (language, source URL, default flag). Read-only. GET /videos/{videoId}/captions. Endpoint: https://apivideo.usefulapi.io/mcp
- apivideo_list_chapters (List chapters) - List chapter tracks for a video. Read-only. GET /videos/{videoId}/chapters. Endpoint: https://apivideo.usefulapi.io/mcp
- apivideo_list_players (List players) - List customized player themes in the account. Read-only. GET /players. Endpoint: https://apivideo.usefulapi.io/mcp
- apivideo_list_webhooks (List webhooks) - List webhooks configured in the account, optionally filtered by event name. Read-only. GET /webhooks. Endpoint: https://apivideo.usefulapi.io/mcp
- apivideo_get_video_analytics (Video analytics (plays)) - Aggregated play analytics for videos over a date range, grouped by a dimension. Read-only. GET /analytics/videos/plays. Endpoint: https://apivideo.usefulapi.io/mcp
- apivideo_get_live_stream_analytics (Live stream analytics (plays)) - Aggregated play analytics for live streams over a date range, grouped by a dimension. Read-only. GET /analytics/live-streams/plays. Endpoint: https://apivideo.usefulapi.io/mcp
- apivideo_create_video (Create video (write)) - WRITE. Create a new video object. If `source` (a public video URL) is provided, api.video ingests the video from that URL — recommended for hosted use, since raw file bytes cannot stream through MCP. POST /videos. Endpoint: https://apivideo.usefulapi.io/mcp
- apivideo_update_video (Update video (write)) - WRITE. Update fields on an existing video. Only the provided fields are changed. PATCH /videos/{videoId}. Endpoint: https://apivideo.usefulapi.io/mcp
- apivideo_delete_video (Delete video (write)) - WRITE. Permanently DELETE a video and all its assets. This cannot be undone. DELETE /videos/{videoId}. Endpoint: https://apivideo.usefulapi.io/mcp
- apivideo_create_live_stream (Create live stream (write)) - WRITE. Create a new live stream, returning a stream key and RTMP ingest URL to broadcast to. POST /live-streams. Endpoint: https://apivideo.usefulapi.io/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.usefulapi
- Version: 1.0.1
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 17, 2026
- Source: https://registry.modelcontextprotocol.io
