vocametrix

vocametrix

Official MCP server for the Vocametrix voice analysis API. Gives AI assistants direct access to clinical voice metrics (AVQI, DSI, jitter/shimmer, CPP), pronunciation assessment, speech transcription, prosody similarity, and AI-powered therapy planning. More than 40 endpoints for SLPs, voice researchers, and healthtech developers.

Category
访问服务器

README

@vocametrix/mcp-server

Official Model Context Protocol server for the Vocametrix voice analysis API.

Gives any MCP-compatible AI assistant (Claude Desktop, Cursor, Cline, etc.) direct access to clinical voice metrics, pronunciation assessment, speech transcription, and AI-powered therapy planning.

Quick start

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "vocametrix": {
      "command": "npx",
      "args": ["-y", "@vocametrix/mcp-server"],
      "env": {
        "VOCAMETRIX_API_KEY": "your-api-key-here"
      }
    }
  }
}

Get an API key at vocametrix.com/registration. Free trial: 5 minutes of analysis.

Tools

Voice quality (acoustic)

Tool Description
vocametrix_avqi Acoustic Voice Quality Index (AVQI) — overall dysphonia severity
vocametrix_dsi Dysphonia Severity Index (DSI)
vocametrix_cpp_cpps Cepstral Peak Prominence — breathiness, hoarseness
vocametrix_hnr Harmonics-to-Noise Ratio (multi-band)
vocametrix_jitter_shimmer Period and amplitude perturbation
vocametrix_vrp Voice Range Profile
vocametrix_prosody_similarity Prosody similarity between two utterances

Advanced voice analysis

Tool Description
vocametrix_spectral Spectral tilt, slope, and formant energy
vocametrix_formants Formant frequencies F1–F4
vocametrix_sz_ratio S/Z phonation ratio
vocametrix_gne Glottal-to-Noise Excitation
vocametrix_h1h2 H1–H2 harmonic difference
vocametrix_abi Acoustic Breathiness Index
vocametrix_voice_dynamics Dynamic range and fundamental frequency statistics

Speech and pronunciation

Tool Description
vocametrix_assess_pronunciation Phoneme-level pronunciation scoring
vocametrix_assess_pronunciation_pitch Pronunciation + pitch analysis combined
vocametrix_transcribe Streaming ASR transcription with progress
vocametrix_tts Text-to-speech synthesis
vocametrix_tts_timing TTS with word-level timing data

Audio measures

Tool Description
vocametrix_sound_level dB SPL and intensity statistics
vocametrix_egemaps Extended Geneva Minimalistic Acoustic Parameter Set
vocametrix_phoneme_detection Phoneme presence/absence detection
vocametrix_classify_stuttering Dysfluency classification

AI agents

Tool Description
vocametrix_agent_interpret_metrics Clinical interpretation of voice metrics
vocametrix_agent_exercises Personalized voice/speech exercise generation
vocametrix_agent_word_list Target word list generation for therapy
vocametrix_agent_therapist_chat Conversational AI speech-language therapist
vocametrix_agent_french_ipa French text → IPA phonetic transcription
vocametrix_agent_spell Spelling correction agent
vocametrix_agent_syntax Syntax checking agent
vocametrix_agent_vocabulary_tutor Vocabulary tutoring agent
vocametrix_agent_adaptive_exercise Adaptive exercise generation

Therapy planning

Tool Description
vocametrix_generate_therapy_plan Generate an AI therapy plan
vocametrix_get_therapy_status Poll therapy plan generation status
vocametrix_get_therapy_result Fetch completed therapy plan
vocametrix_approve_therapy_plan Approve a therapy plan

Workflow tools

Tool Description
vocametrix_full_voice_assessment Parallel AVQI + CPP + HNR + jitter/shimmer + spectral
vocametrix_batch_pronunciation Assess a folder of WAV files
vocametrix_full_therapy_workflow Generate → poll → fetch → approval flow

Resources

  • vocametrix://docs/api — API quick reference (auth, rate limits, audio requirements, error codes)
  • vocametrix://thresholds/{metric} — Clinical reference thresholds for avqi, dsi, cpp, hnr, jitter-shimmer, gne

Prompts

  • interpret_voice_assessment — Generate a clinical SLP-style interpretation report from assessment JSON
  • compare_pre_post_therapy — Quantified pre/post therapy narrative with metric-by-metric comparison
  • generate_session_report — SOAP-format progress note from pronunciation assessment data

Audio requirements

  • Format: WAV (16-bit PCM recommended)
  • Sustained vowel tasks: 3+ seconds of /a/ phonation
  • Connected speech tasks: 5–30 seconds of read passage
  • Minimum sampling rate: 16 kHz

Environment variables

Variable Required Description
VOCAMETRIX_API_KEY Yes Your Vocametrix API key

Development

git clone https://github.com/pmarmaroli/vocametrix-mcp.git
cd vocametrix-mcp
npm install
npm run build
npm run inspector  # Test with MCP Inspector

MCP Registry

Listed in the official MCP Registry under io.github.pmarmaroli/vocametrix-mcp. Available for one-click installation in MCP-compatible clients (Claude Desktop, Cursor, Zed, Windsurf, and more).

Related projects

The Vocametrix ecosystem:

  • 📘 Vocametrix API documentation — full reference for the underlying REST API powering this MCP server.
  • 📐 OpenAPI 3.1 specification — machine-readable schema for all 48 endpoints.
  • 🐍 vocametrix-python — official Python SDK if you want direct API access from Python (pip install vocametrix).
  • 🟦 vocametrix-js — official TypeScript / JavaScript SDK used internally by this MCP server (npm install vocametrix).

License

MIT — see LICENSE

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选