Back to Home
stex2005 icon

vision-mcp-server

Verified Safe

by stex2005

Overview

This server processes videos, RTSP streams, and images using OpenAI's GPT-4.1 Vision models to generate summaries, perform custom analyses, and count specific objects.

Installation

Run Command
python server.py

Environment Variables

  • OPENAI_API_KEY

Security Notes

The server uses environment variables for the OpenAI API key, which is good practice. No 'eval' or direct execution of arbitrary shell commands from user input was found. File path arguments (video_path, image_path) are local paths, meaning the server expects these files to be pre-existing. While the code does not perform explicit sanitization against path traversal for these arguments, the server operates on a local file system, and general best practice would be to ensure client-provided paths are restricted to safe directories. RTSP URLs have basic format validation. The system relies on well-maintained libraries (OpenCV, OpenAI).

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens13000
Stars0
Forks0
Last Update2025-12-01

Tags

Video AnalysisImage AnalysisAILLMOpenAIMCP