mcpbeat Sign in

Voice Truthgate MCP Server

local only

Voice Truthgate MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 45 installs a week from npm. Last commit 7 Jul 2026.

Honest voice authenticity for AI agents: enrol a voice, verify a call clip. Signal, not verdict.

Installs per day peak 13 · avg 7 · +18% w/w
a month agotoday
45
Installs / week
npm · @mosadd/voice-truthgate-mcp
1
Stars
0 open issues
7 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Voice Truthgate MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add voice-truthgate-mcp -- npx -y @mosadd/voice-truthgate-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "voice-truthgate-mcp": {
      "args": [
        "-y",
        "@mosadd/voice-truthgate-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.voice-truthgate-mcp]
command = "npx"
args = ["-y", "@mosadd/voice-truthgate-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "voice-truthgate-mcp": {
      "args": [
        "-y",
        "@mosadd/voice-truthgate-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "voice-truthgate-mcp": {
      "args": [
        "-y",
        "@mosadd/voice-truthgate-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: VTG_API_KEY (Your Voice Truthgate API key (from mosadd.com).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Voice Truthgate MCP

same job, measured the same way
I
Srbryant86
by srbryant86

Sign AI output for EU AI Act + FRE 902 compliance, verify content authenticity provenance

30 installs/wk local only
Elecz Electricity Price Signal API
by zemloai-ctrl

Real-time electricity prices for AI agents. 40+ countries, 100+ zones. No auth required.

3 tools answering
Purchaseiq
by purchaseiq

Pre-purchase trust checks for AI agents: recalls, scam signals, proceed/caution/avoid verdict.

1 tools answering
Closeread Verify
by freeguy-ai

A verified dependency-audit verdict any AI agent can call over MCP, not a raw scan.

98 installs/wk local only
AgentLine
by agentlinehq

Give AI agents a phone number. Voice calls, SMS, and phone number management for MCP clients.

answering
API Governance
by coderifts

Contract-change authorization for AI agents. Signed receipts verify offline.

3 tools answering
I
Agentline
by jgottlieb84

Phone numbers, SMS, 2FA capture, voice calls, and email for AI agents.

70 installs/wk local only
Verity MCP
by meloliva14

Fail-closed verify-before-you-act gate for AI agents. Signed receipts. Pay-per-call via x402.

74 installs/wk local only

Voice Truthgate MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Voice Truthgate MCP?
Voice Truthgate MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @mosadd/voice-truthgate-mcp was installed 45 times last week.
How do I connect Voice Truthgate MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @mosadd/voice-truthgate-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Voice Truthgate MCP?
The npm package @mosadd/voice-truthgate-mcp was installed 45 times in the last week. Week over week that is +18%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Voice Truthgate MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.