Serversio.github.pmarmaroli/vocametrix-mcp
M

Vocametrix Voice Analysis

io.github.pmarmaroli/vocametrix-mcp · v0.1.1
▦ npm
v0.1.1npm npm: @vocametrix/mcp-server↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.pmarmaroli/vocametrix-mcp",
  "description": "Clinical voice analysis MCP server — AVQI, DSI, jitter/shimmer, pronunciation assessment, and more.",
  "title": "Vocametrix Voice Analysis",
  "repository": {
    "url": "https://github.com/pmarmaroli/vocametrix-mcp.git",
    "source": "github"
  },
  "version": "0.1.1",
  "websiteUrl": "https://www.vocametrix.com/api-docs",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@vocametrix/mcp-server",
      "version": "0.1.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Vocametrix API key. Get one free at https://www.vocametrix.com/registration",
          "isRequired": true,
          "isSecret": true,
          "name": "VOCAMETRIX_API_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}