MCP Marketplace
BrowseHow It WorksFor CreatorsDocs
Sign inSign up
MCP Marketplace

The curated, security-first marketplace for AI tools.

Product

Browse ToolsSubmit a ToolDocumentationHow It WorksBlogFAQChangelog

Legal

Terms of ServicePrivacy PolicyCommunity Guidelines

Connect

support@mcp-marketplace.ioTwitter / XDiscord

MCP Marketplace © 2026. All rights reserved.

Back to Browse

Vocametrix MCP Server

by Pmarmaroli
Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Clinical voice analysis MCP server — AVQI, DSI, jitter/shimmer, pronunciation assessment, and more.

About

Clinical voice analysis MCP server — AVQI, DSI, jitter/shimmer, pronunciation assessment, and more.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (6 strong, 5 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

7 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Your Vocametrix API key. Get one free at https://www.vocametrix.com/registrationRequired

Environment variable: VOCAMETRIX_API_KEY

How to Install

Add this to your MCP configuration file:

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

Documentation

View on GitHub

From the project's GitHub 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)

ToolDescription
vocametrix_avqiAcoustic Voice Quality Index (AVQI) — overall dysphonia severity
vocametrix_dsiDysphonia Severity Index (DSI)
vocametrix_cpp_cppsCepstral Peak Prominence — breathiness, hoarseness
vocametrix_hnrHarmonics-to-Noise Ratio (multi-band)
vocametrix_jitter_shimmerPeriod and amplitude perturbation
vocametrix_vrpVoice Range Profile
vocametrix_prosody_similarityProsody similarity between two utterances

Advanced voice analysis

ToolDescription
vocametrix_spectralSpectral tilt, slope, and formant energy
vocametrix_formantsFormant frequencies F1–F4
vocametrix_sz_ratioS/Z phonation ratio
vocametrix_gneGlottal-to-Noise Excitation
vocametrix_h1h2H1–H2 harmonic difference
vocametrix_abiAcoustic Breathiness Index
vocametrix_voice_dynamicsDynamic range and fundamental frequency statistics

Speech and pronunciation

ToolDescription
vocametrix_assess_pronunciationPhoneme-level pronunciation scoring
vocametrix_assess_pronunciation_pitchPronunciation + pitch analysis combined
vocametrix_transcribeStreaming ASR transcription with progress
vocametrix_ttsText-to-speech synthesis
vocametrix_tts_timingTTS with word-level timing data

Audio measures

ToolDescription
vocametrix_sound_leveldB SPL and intensity statistics
vocametrix_egemapsExtended Geneva Minimalistic Acoustic Parameter Set
vocametrix_phoneme_detectionPhoneme presence/absence detection
vocametrix_classify_stutteringDysfluency classification

AI agents

ToolDescription
vocametrix_agent_interpret_metricsClinical interpretation of voice metrics
vocametrix_agent_exercisesPersonalized voice/speech exercise generation
vocametrix_agent_word_listTarget word list generation for therapy
vocametrix_agent_therapist_chatConversational AI speech-language therapist
vocametrix_agent_french_ipaFrench text → IPA phonetic transcription
vocametrix_agent_spellSpelling correction agent
vocametrix_agent_syntaxSyntax checking agent
vocametrix_agent_vocabulary_tutorVocabulary tutoring agent
vocametrix_agent_adaptive_exerciseAdaptive exercise generation

Therapy planning

ToolDescription
vocametrix_generate_therapy_planGenerate an AI therapy plan
vocametrix_get_therapy_statusPoll therapy plan generation status
vocametrix_get_therapy_resultFetch completed therapy plan
vocametrix_approve_therapy_planApprove a therapy plan

Workflow tools

ToolDescription
vocametrix_full_voice_assessmentParallel AVQI + CPP + HNR + jitter/shimmer + spectral
vocametrix_batch_pronunciationAssess a folder of WAV files
vocametrix_full_therapy_workflowGenerate → 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

VariableRequiredDescription
VOCAMETRIX_API_KEYYesYour 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

Reviews

No reviews yet

Be the first to review this server!

0

installs

New

no ratings yet

Is this your server?

Claim ownership to manage your listing, respond to reviews, and track installs from your dashboard.

Claim with GitHub

Sign up with the GitHub account that owns this repo

Links

Source CodeDocumentationnpm Package

Details

Published May 10, 2026
Version 0.1.1
0 installs
Local Plugin

More Developer Tools MCP Servers

Git

Free

by Modelcontextprotocol · Developer Tools

Read, search, and manipulate Git repositories programmatically

80.0K
Stars
4
Installs
6.5
Security
No ratings yet
Local

Toleno

Free

by Toleno · Developer Tools

Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.

137
Stars
445
Installs
8.0
Security
4.8
Local

mcp-creator-python

Free

by mcp-marketplace · Developer Tools

Create, build, and publish Python MCP servers to PyPI — conversationally.

-
Stars
59
Installs
10.0
Security
5.0
Local

MarkItDown

Free

by Microsoft · Content & Media

Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption

120.0K
Stars
17
Installs
6.0
Security
5.0
Local

mcp-creator-typescript

Free

by mcp-marketplace · Developer Tools

Scaffold, build, and publish TypeScript MCP servers to npm — conversationally

-
Stars
14
Installs
10.0
Security
5.0
Local

FinAgent

Free

by mcp-marketplace · Finance

Free stock data and market news for any MCP-compatible AI assistant.

-
Stars
14
Installs
10.0
Security
No ratings yet
Local