video-evidence-mcp
by Sandro-Z
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DOMAIN | No | Public domain for the optional HTTPS/OAuth profile (e.g., mcp.example.com). Only needed when enabling public access. | |
| ASR_MODEL | No | The faster-whisper model to use for automatic speech recognition (e.g., 'small', 'medium'). Choose according to CPU/RAM/disk capacity. | |
| AUTH_MODE | No | Authentication mode. Use 'none' for loopback-only listening; a public profile requires an external OIDC/OAuth provider. | none |
| OIDC_ISSUER | No | OIDC issuer URL for the optional public profile. Must support Authorization Code, PKCE S256, and required scopes/token validation. | |
| OIDC_AUDIENCE | No | Expected audience for OIDC tokens when using the optional public profile. | |
| OIDC_JWKS_URL | No | Optional JWKS URL for OIDC token verification. If omitted, it is derived from the issuer discovery document. | |
| OPENAI_API_KEY | No | Optional API key for server-side OpenAI visual description; disabled by default. Not required for the core evidence workflow. | |
| OIDC_REQUIRED_SCOPES | No | Space-separated list of scopes required for OIDC token validation in the optional public profile. | |
| YOUTUBE_COOKIES_FILE | No | Optional in-container path to a Netscape-format cookie file for YouTube public-video extraction (e.g., /run/secrets/video-evidence-mcp/youtube-cookies.txt). Leave empty for anonymous-only behavior. | |
| TRUSTED_DNS_PROXY_CIDR | No | If the host uses a trusted transparent DNS proxy that maps public names into RFC 2544 benchmarking space, set to '198.18.0.0/15'. Leave empty on ordinary DNS. | |
| TRUSTED_LOOPBACK_PROXY | No | Set to 'true' only when running behind a trusted loopback proxy (e.g., the private Compose deployment) while AUTH_MODE=none. | false |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Sandro-Z/Video-Evidence-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server