mcpbeat Sign in

Whisper MCP Server

local only

Whisper runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 18 Sep 2026.

Keyless: verify agent identities & RDAP for a /128. With a key: register, govern & egress agents.

Installs / week
not published
2
Stars
3 open issues
18 Sep 2026
Last commit
from GitHub
MIT
License
Go

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        filepath.Join("/opt/whisper", panelBundleName),
Builds a database query by concatenation internal/egress/proxy.go:619
        select {
        case <-done:
            n++
        case <-ctx.Done():

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Whisper

same job, measured the same way
Waxseal
by degenlegion-com

Ed25519 identity for AI agents. Verify seals, sign documents, gate actions with approvals.

49 installs/wk local only
BizVerify
by bizverify

KYB for AI agents: verify business registrations from MCP clients.

9 tools answering
Identity
by vdappdev2

MCP server for VerusID identities — register, update, revoke, recover, query, set timelock

32 installs/wk local only
Domani
by domani

Internet identity for AI agents: register or broker domains, email, DNS - pay by card or USDC.

122 tools answering
FailTrace
by lbarimi

Debugging experiments for coding agents: reproduce failures and verify fixes with test evidence.

127 installs/wk local only
Opendirectories Business Data
by bigjai

Search 12M+ verified businesses across 10 countries via government registers.

86 installs/wk answering
Gateway
by duvera

Governed AI actions with signed, verifiable receipts: free keyless reads, human-approved writes.

52 tools answering
Kasbah MCP
by al-adnane

Governance layer for agentic AI — signed, verifiable receipts for every agent action.

55 installs/wk local only

Whisper — questions

Answers built from our own checks of this server.

Why is there no uptime for Whisper?
Whisper runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Whisper open source?
Yes — it is published under the MIT licence, written in Go, 2 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.