Honest voice authenticity for AI agents: enrol a voice, verify a call clip. Signal, not verdict.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
(formerly VoiceCheck)
Voice authenticity that's honest about its own limits. It never gives you a bare "REAL / FAKE" β it gives you a confidence signal and a plain disclaimer, because getting this wrong about a real person is harmful.
βΆ Try it live Β Β·Β How it works Β Β·Β Model card Β Β·Β API docs
The whole voice-AI industry races to generate speech; almost nobody ships an honest tool to tell you what's real. The naΓ―ve answer β a standalone "is this audio AI?" detector β is a losing game, and we have our own numbers to prove it: on modern premium TTS, our best single-clip detector measured AUC β 0.61 (barely better than a coin). Anyone selling you "99% deepfake detection" is selling snake oil.
So Voice Truthgate asks a better, answerable question: "is this really my contact, live?" We answer it by fusing signals, not by guessing at a waveform:
Every layer is a signal, not a verdict, fused with the others and shipped with a disclaimer. We would rather abstain than be confidently wrong.
We ran a targeted-clone test on our own voiceprint engine β clone an enrolled person, then try to pass as them. Result: a targeted clone was accepted 63% of the time at our operating threshold, and no threshold cleanly separates "a clone of you" from "you" without also rejecting real callers. That's not a flaw we hide β it's *the reason the product fuses identity
The acoustic band (L2) runs in the browser β your audio never leaves the device.
Inject your own trained model as an optional server detector β the SDK never hard-codes an endpoint or key, and it fails open (unreachable model β the on-device band still stands and never silently becomes "authentic"):
The SDK packages aren't on npm yet β clone this repo (
npm installwires the workspaces) or vendorpackages/*. Runnable demo:npm run example, or openexamples/browser-check.
Live on npm. Enrol a voice and verify a call clip from Claude, Cursor, your own fleet β any MCP agent:
Tools: voice_truthgate_enroll, voice_truthgate_verify, voice_truthgate_list_subjects. See
mcp/.
For contact centres, IVRs, or any backend. Enrol the voices you protect, then verify a call
clip against a subject β an honest banded verdict (likely_same_person / likely_different_person
/ inconclusive) with a synthetic-voice caution:
Full reference: docs/VOICE-TRUTHGATE-API.md Β· machine-readable OpenAPI spec (import as an OpenAI GPT Action / any tool).
Drop it into your stack: copy-paste recipes for Claude, OpenAI (GPT Action + Agents SDK), Vercel AI SDK, v0, and LangChain β docs/USE-IN-YOUR-AGENT.md. One MCP server, every ecosystem.
A live AI impersonation runs speech β STT β LLM β TTS β which is half-duplex and turn-based. It categorically cannot reply in <~300 ms, overlap you, backchannel ("mhm" while you talk), or interrupt mid-sentence. Humans in live conversation do all four constantly. We can measure this because we own the channel's millisecond, per-speaker turn timing β nobody holding only an audio file can. (In corpus analysis, overlap rate alone separates a bot pipeline from human turn-taking almost perfectly.)
This is L3, and it's the un-copyable signal. It's held to the same honesty rail as everything else: it only fires from a profile calibrated on real labelled turn logs β until then it measures, never accuses. That calibration is the frontier we're building toward.
| Band | Score | What it means |
|---|---|---|
| π’ Likely authentic | 0.00 β 0.35 | No strong synthetic-voice signals. This does NOT prove the voice is real β a good deepfake can score here. |
| π‘ Uncertain | 0.35 β 0.65 | Mixed / weak signals. Inconclusive; prefer a longer, uncompressed sample + human review. |
| π΄ Likely synthetic | 0.65 β 1.00 | Signals consistent with AI-generated or cloned speech. NOT proof β verify with a human before acting. |
Every result carries this disclaimer, verbatim:
This is a signal, not a verdict. Automated voice-authenticity detection is probabilistic and can be wrong in both directions. Do not use this result alone to accuse, identify, or make legal/forensic decisions about a person.
Two stages, both on-device; an optional trained model is injected by the host app.
Fusion is band-first and fails to "unknown", never to "safe" β nothing usable β
available: false, band uncertain, never likely-authentic. Deeper design:
docs/ARCHITECTURE.md.
| Package | Role |
|---|---|
@mosadd/voice-truthgate | The brains β fuses the stages into an honest band, always attaches the disclaimer. |
@mosadd/voice-analyzer-core | Stage 1: the instant, pure-DSP on-device heuristic. |
@mosadd/detection-sdk | Pluggable Detector / Verdict frame + fail-open runDetectors. |
@mosadd/threat-engine | Shared severity/scoring primitives (transitive dependency). |
@mosadd/voice-truthgate-mcp | On npm β the MCP server (enrol/verify tools for AI agents). |
MODEL_CARD.md.The public checker has nowhere to send your audio: Stage 1 and the opt-in Stage 2 run locally. The SDK ships no transport and no endpoint. A server model (or the market API) is something you opt into; the SDK sends nothing on its own. The market API holds enrolled voiceprints server-side under strict access control and returns only a signal, never the raw biometric.
Voice Truthgate is the authenticity / trust layer of mosADD β the open comms stack for AI agents and the humans who direct them. It composes with:
npx -y @mosadd/mcp). Your agents
talk and coordinate there; Voice Truthgate answers "is this contact really who they claim,
live?" on the same channel.Both are open, both publish under the @mosadd/* npm scope. (mosADD-OS is Apache-2.0; this repo
is MIT β the public authenticity SDK stays maximally permissive.)
@mosadd/voice-truthgate-mcp)@mosadd/*)Issues and PRs welcome β see CONTRIBUTING.md and the Code of Conduct. Keep the honesty rails intact (no bare verdicts, keep the disclaimer, no accuracy claims). Security: SECURITY.md.
MIT Β© mosADD. Third-party attributions (transformers.js, the referenced Hugging Face model) are in NOTICE.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/voice-truthgate-mcp)<a href="https://allmcps.com/mcp/voice-truthgate-mcp"><img src="https://allmcps.com/api/badge/voice-truthgate-mcp?style=directory" alt="Voice Truthgate Mcp on AllMCPs" /></a>