genesys-transcription-mcp-server
Verified Safeby Dynava
Overview
This server provides an MCP interface to interact with a Genesys transcription API, enabling the retrieval, generation, and querying of conversation transcripts.
Installation
uv run transcription-mcp-serverEnvironment Variables
- HOST
- PYTHONIOENCODING
Security Notes
The server acts as a proxy, forwarding requests to an external API defined by the HOST environment variable. While no direct 'eval' or hardcoded secrets are present, the security largely depends on the trustworthiness and security of the backend transcription API it connects to. Improper configuration of the HOST variable could lead to connections to untrusted services. The direct passing of arguments to the backend API could expose it to malicious input if the backend isn't robustly validated.
Similar Servers
deepl-mcp-server
Provides DeepL translation and linguistic capabilities as a Model Context Protocol (MCP) server for integration with AI clients.
mcp-tts
Provides Text-to-Speech (TTS) capabilities to MCP (Model Context Protocol) clients using various AI and system-level TTS engines.
vibes
Vibes transforms Claude Desktop into a conversational development environment through distributed MCP servers, allowing users to describe what they want to build and have Claude implement it while teaching them.
mcp-prompts
This server manages and serves customizable prompt templates to MCP clients for various tasks like meeting analysis and content summarization.