video-understanding-mcp
Verified Safeby rudxognss
Overview
An AWS Bedrock-based server for video analysis, scene search, and subtitle processing using various AI models.
Installation
video-mcp-serverEnvironment Variables
- AWS_REGION
- AWS_PROFILE
- S3_VECTORS_BUCKET
- S3_VECTORS_INDEX
- DYNAMODB_TABLE
- S3_UPLOAD_BUCKET
Security Notes
The server primarily uses AWS SDK (boto3) for interactions with AWS services (Bedrock, S3, S3 Vectors, DynamoDB, Transcribe). No direct security vulnerabilities like 'eval' or hardcoded sensitive credentials were found. Reliance on AWS CLI configuration or environment variables for credentials is standard practice. The generation of presigned S3 URLs is handled with a limited expiry. Security largely depends on proper AWS IAM role configuration and management of access keys/secrets by the user.
Similar Servers
yt-dlp-mcp
Integrate video platform capabilities like search, metadata extraction, and content download into AI agents using yt-dlp.
crawl-mcp
A comprehensive Model Context Protocol (MCP) server that wraps the crawl4ai library for advanced web crawling, content extraction, and AI-powered summarization from various sources including web pages, PDFs, Office documents, and YouTube videos.
cloudglue-mcp-server
Connects Cloudglue to AI assistants for video collection understanding, enabling LLMs to analyze videos, extract structured data, and gain insights from visual and audio content.
BedrockAgentCore-Agentic-Usecase
This system implements an agentic architecture using AWS Bedrock Agents, featuring an orchestrator agent that dispatches tasks to specialized action and RAG agents, underpinned by an S3-based vector ingestion and retrieval system.