Voice MCP Server
A thin stdio MCP server wrapping the versioned voice REST API (/api/v1/...) with a single
tenant API key as a Bearer token. It holds no state and adds no surface to the voice server
itself, so it stays in lockstep with the REST API.
24 tools.
Package
The package is not yet published to npm. Until it is, build it in-repo (
cd mcp-server && npm install && npm run build) and point your host at dist/index.js as below. Once published,
npx -y @stateset/voice-mcp-server replaces the command/args pair.