Back to Home

cnxt-clipx-mcp

Verified Safe

by thexdesk

Overview

Generates highlight reels for sports and TV shows by processing data from sources like ESPN and curated TV registries, rendering them using FFmpeg, and optionally uploading to Google Cloud Storage.

Installation

Run Command
npm run start:sports-server

Environment Variables

  • GOOGLE_APPLICATION_CREDENTIALS

Security Notes

The server utilizes `child_process.spawn` for executing `ffmpeg` and `ffprobe` commands. Arguments are passed as an array, which is a safer practice against shell injection compared to using `shell: true` or `child_process.exec`. The Google Cloud Storage integration relies on standard authentication methods (`GOOGLE_APPLICATION_CREDENTIALS` or Application Default Credentials), reducing the risk of hardcoded secrets. External data fetching from ESPN is done via `fetch`. No obvious `eval` or malicious patterns were found. Relying on properly configured Google Cloud credentials is key for secure GCS operations.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens300
Stars0
Forks0
Last Update2025-11-27

Tags

SportsTVVideo ProcessingHighlightsFFmpeg