cloudglue-mcp-server
Verified Safeby aviaryhq
Overview
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.
Installation
npx -y @aviaryhq/cloudglue-mcp-server@latest --api-key <CLOUDGLUE-YOUR-API-KEY>Environment Variables
- CLOUDGLUE_API_KEY
- CLOUDGLUE_BASE_URL
Security Notes
The server acts as a wrapper around the Cloudglue API, routing requests and responses. It properly handles API keys via environment variables or CLI arguments, not hardcoding them. Input schemas are validated using Zod. The server uses stdio for transport, reducing direct network exposure beyond its interaction with the Cloudglue backend. The core security depends on the robustness of the Cloudglue API itself and its handling of external URLs.
Similar Servers
mcp-omnisearch
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).
yt-dlp-mcp
Integrate video platform capabilities like search, metadata extraction, and content download into AI agents using yt-dlp.
luma-mcp
Provides multi-model vision understanding capabilities to AI assistants that lack native image understanding.
mcp-youtube
Empowers AI language models to retrieve token-optimized, structured YouTube data for video search, detail retrieval, transcript fetching, channel analysis, and trend discovery.