voice-analysis-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_audio_infoA | Get metadata for an audio/video file: duration, channels, sample rate, codec, tags. |
| transcribeA | Transcribe speech to timestamped text using a local Whisper model (no API key). |
| analyze_conversationA | Measure conversation dynamics: talk time per channel, turns, dead air, overlap. |
| analyze_prosodyA | Measure vocal delivery in a window (max 300s): pitch, energy, pace, pausing. |
| analyze_qualityA | Assess recording quality: levels, clipping, noise floor, estimated SNR. |
| extract_segmentA | Cut a time range out of a recording into a standalone wav file. |
| render_spectrogramA | Render a mel spectrogram image of a window (max 600s) for visual inspection. |
| render_waveformB | Render a waveform image (max 600s), one row per channel. On stereo call recordings the two rows show each speaker's activity at a glance — useful for spotting long silences, who talks when, clipping, and level imbalance between sides. |
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/Patience-dot-devl/Voice-analysis.mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server