# Kinescope MCP Server

Kinescope MCP Server — Integrates Kinescope's video platform with AI assistants via the Model Context Protocol. Manage videos, access analytics, control live streams, and automate workflows through n…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add kinescope/kinescope-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list kinescope/kinescope-mcp
```

## Direct MCP Connection

Endpoint: `https://kinescope-mcp--kinescope.run.tools`

**Optional config:**
- `your_api_token` (query) — You can generate your Kinescope API token at https://app.kinescope.io/workspace/api_token

## Resources

- `kinescope://examples/categories` — List of available example categories
- `kinescope://examples/index` — Index of available Kinescope API usage examples (search by query/category/tags)
- `kinescope://examples/live/create` — Create a live event for streaming
- `kinescope://examples/playlists/create` — Create playlist and add videos
- `kinescope://examples/projects/create` — Create a new project
- `kinescope://examples/projects/file-request` — Create a file request to upload videos
- `kinescope://examples/videos/by-project` — Get project_id first, then list project videos
- `kinescope://examples/videos/get` — Fetch video details by ID
- `kinescope://examples/videos/list` — List videos with filters and pagination
- `kinescope://examples/videos/subtitles` — Attach subtitles to a video
- `kinescope://examples/videos/update` — Update title/description and other metadata
- `kinescope://examples/webhooks/create` — Create webhook to receive events
- `kinescope://playbooks/file-request-workflow` — Playbook: create file request → update → delete
- `kinescope://playbooks/live-stream-workflow` — Playbook: create event → enable → chat → finish
- `kinescope://playbooks/project-organization` — Playbook: create project → create folders → move videos
- `kinescope://playbooks/video-workflow` — Playbook: find videos → update metadata → add subtitles → create poster
- `kinescope://playbooks/webhook-setup` — Playbook: create webhook → list → update → delete
- `kinescope://quickstart` — How to use Kinescope API via MCP tools (no code generation)
