genpark-voice-turn-taking-endpointing-detector-skill
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@genpark-voice-turn-taking-endpointing-detector-skillEnable barge-in detection and tune endpointing sensitivity"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
GenPark AI Agent Skill - Voice Turn-Taking & Endpointing Detector
Acoustic voice activity detection (VAD), dynamic silence endpointing, and barge-in interruption arbitrator for real-time conversational voice agents.
Verified by GenPark AI and compatible with Model Context Protocol (MCP).
Architecture Diagram
graph TD
A[Real-time PCM Audio Stream] --> B[Energy & VAD Frame Analyzer]
B --> C{Agent Currently Speaking?}
C -->|Yes & Speech Energy > Threshold| D[Barge-In Interrupt Triggered: Cut Agent Audio]
C -->|No| E[Accumulate Speech & Silence Frames]
E --> F{Silence Duration >= Endpointing Threshold?}
F -->|Yes| G[Decision: Turn Completed -> Dispatch LLM Synthesis]
F -->|No| H[Decision: Continue Listening]Related MCP server: voice-mcp-server
Features
Low-Latency VAD Heuristics: Operates on sub-frame time slices for immediate interruption handling.
Dynamic Endpointing: Automatically balances conversational fluidity against premature turn cutoff.
Zero External Dependencies: Pure Python standard library implementation.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Hosted speech-to-text + speech emotion/tone analysis for agents. No install; trial keys built in.
Transcribe audio & video to text for AI agents: 100+ languages, speaker labels, webhooks.
Pronunciation assessment, phoneme scoring, speaker voice ID, audio transcription, speech synthesis.
- ChamadeOAuthio.chamade
Voice and chat for AI agents — Discord, Teams, Meet, Slack, Zoom, Telegram, WhatsApp, NC Talk, SIP
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables speech-to-text transcription, text-to-speech synthesis, and audio analysis using Deepgram's AI models. Supports features like speaker diarization, sentiment analysis, language detection, and various audio processing capabilities.2MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to speak and listen in real-time with interruption handling, using local ML models and hot-swappable adapters.13MIT
- FlicenseNot gradedqualityBmaintenanceGives your AI agent real-time pronunciation scoring and multi-dimensional speech assessment through CHIVOX server.-
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to enroll and verify voice samples against known identities, providing honest confidence signals about voice authenticity.1MIT
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/Alpha-Park/genpark-voice-turn-taking-endpointing-detector-skill'
If you have feedback or need assistance with the MCP directory API, please join our Discord server