youtube-mcp-server
Verified Safeby myvfc
Overview
Search and retrieve Oklahoma Sooners video highlights and information from a CSV data source via an MCP API.
Installation
npm startEnvironment Variables
- CSV_URL
- PUBLIC_URL
- PORT
Security Notes
The server employs broad `Access-Control-Allow-Origin: *` CORS headers, which might be overly permissive if not specifically required. It relies on `CSV_URL` and `PUBLIC_URL` environment variables, assuming these URLs are trusted and not user-controlled to prevent potential Server-Side Request Forgery (SSRF) or data integrity issues. No `eval` or direct code injection vulnerabilities were found.
Similar Servers
mcp_server_ts
Provides a Model Context Protocol (MCP) server that exposes defined tools (e.g., "create-user") for client applications.
trend-analysis-mcp-remote-server
This server acts as a remote intermediary for trend analysis, receiving analysis requests via WebSocket, forwarding them to another backend service, and relaying results back to clients, while also providing an API for data reporting.
vaer
Provides high-level, LLM-friendly weather tools and Norwegian place name resolution backed by MET Norway's Weather API via a proxy, designed for MCP-compatible clients.
mcp-server
A Node.js Express server designed to stream real-time data, specifically initial model loading and periodic updates (pings), to client applications using Server-Sent Events (SSE).