Back to Home
kinescoper icon

kinescope-mcp

Verified Safe

by kinescoper

Overview

Provides a Model Context Protocol (MCP) server to access Kinescope video platform APIs, enabling AI models to interact with video management, analytics, and live streaming functionalities.

Installation

Run Command
npx -y @kinescope/mcp@latest --api-key YOUR_API_KEY

Environment Variables

  • KINESCOPE_API_KEY

Security Notes

The server uses `JSON.parse` in `src/compat.ts` for handling client-specific JSON serialization quirks (e.g., Claude Desktop). While `zod` validation is applied subsequently, parsing untrusted string input can be a vector for certain types of attacks if not handled with extreme care. However, the context suggests this is to re-parse arguments from specific LLM clients which wrap JSON as strings, and these arguments are then validated by `zod` schemas. No hardcoded secrets were found apart from test API keys in test files. API keys should be handled securely via environment variables or CLI arguments.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens200
Stars0
Forks0
Last Update2025-12-23

Tags

kinescopevideo APIMCP serveranalyticsstreaming