Voxverify

zachledoux/Voxverify
★ 0 stars TypeScript AI/LLM Updated today
Independent verification for Deepgram voice-AI integrations. Proves STT, TTS, and streaming actually work, not just that they returned 200. CLI and MCP server, so an AI agent can check its own work.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "voxverify": {
      "command": "npx",
      "args": [
        "-y",
        "zachledoux/Voxverify"
      ]
    }
  }
}

README Excerpt

**Independent verification for Deepgram voice-AI integrations.** It proves an STT, TTS, or voice-agent integration *actually works*, instead of trusting an HTTP `200`. It ships as a CLI (for humans and CI) and as an MCP server (so an AI coding agent can honestly check its own work). When an AI coding agent wires up a speech API, its idea of "done" is usually "the call returned `200`." But the most common failures in voice integrations return `200` and are still broken:

Tools (5)

verify_roundtripverify_streaming_sttverify_streaming_ttsverify_stt_integrationverify_tts_integration