mcpbeat Sign in

TrustNotch MCP Server

by trustnotch Your server? Claim it
local only

TrustNotch runs on your own machine — the client starts it, so there is no endpoint to ping. 122 installs a week from pypi.

Tamper-evident audit logs for AI agents: submit, fetch, and verify cryptographic proof bundles.

Installs per day peak 286 · avg 33 · -23% w/w
a month agotoday
122
Installs / week
pypi · trustnotch-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check TrustNotch 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 trustnotch-mcp -- uvx trustnotch-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "trustnotch-mcp": {
      "args": [
        "trustnotch-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.trustnotch-mcp]
command = "uvx"
args = ["trustnotch-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "trustnotch-mcp": {
      "args": [
        "trustnotch-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "trustnotch-mcp": {
      "args": [
        "trustnotch-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: TRUSTNOTCH_API_KEY (TrustNotch API key (tn_live_... or tn_test_...).), TRUSTNOTCH_API_URL (Base URL of the TrustNotch API.), TRUSTNOTCH_PUBKEYS_PATH (Path to a local public-key file to pin for independent offline verification.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to TrustNotch

same job, measured the same way
AccordTrace
by kosta1985

Tamper-evident proof creation and verification for AI agents via MCP, A2A, and REST.

9 tools answering
Touchstone
by touchstone

Bitcoin-anchored, tamper-evident audit log for AI agents — record, disclose and verify actions.

29 installs/wk answering
Agentvault
by bch1212

Credential vault for AI agents — Fernet-encrypted keys, per-agent budgets, audit logs.

24 installs/wk local only
Korg Ledger
by new1direction

Verifiable cognition: prove a session ledger is tamper-evident; audit & import any agent's logs.

284 installs/wk local only
Quill
by manumarri-sudo

Pre-execution gate for AI-agent tool calls. Touch ID approval. Tamper-evident audit log.

85 installs/wk local only
Runvouch
by runvouch

Watchdog for unattended AI agents: alerts, evidence checks and a verifiable proof per run.

7 tools answering
Queryshield
by bch1212

Secure SQL proxy for AI agents — NL→SQL, AST safety, per-agent RLS, audit log.

56 installs/wk local only
AgenTrux
by agentrux

Authenticated event topics for agent-to-agent messaging with per-agent credentials and audit logs.

answering

TrustNotch — questions

Answers built from our own checks of this server.

Why is there no uptime for TrustNotch?
TrustNotch 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 pypi package trustnotch-mcp was installed 122 times last week.
How do I connect TrustNotch?
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 trustnotch-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use TrustNotch?
The pypi package trustnotch-mcp was installed 122 times in the last week. Week over week that is -23%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.